Skip to content

Commit 164ef89

Browse files
authored
Update README.md
1 parent 1d841bd commit 164ef89

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ Version 1.0.6 released.
99
Current features are:
1010
- mouse move and clicks control, including separated "Press" and "Release" actions on mouse buttons,
1111
- keyboard keystrokes for a-z, A-Z, 0-9 and all special characters, and "enter", "tab, "delete", "backspace", space", and "up", "down", "left", "right" arrows,
12-
- GUI with click coordinates preview + coordinates grabber
12+
- GUI with click coordinates preview + coordinates grabber,
1313
- GUI is macro-recordable,
14-
- macro-extendable (to use Ext.<Action>... directly in macro code),
14+
- macro-extendable (to use Ext.<Action>... directly in macro code).
1515

16-
A demo macro is provided for you to quickly see how it works. Obviously, proper macro code would be more efficient in that case. AutoClickerJ plugin will be useful when you can't automate some tasks...
16+
Two demo macro files are provided for you to quickly see how it works. Obviously, proper macro code would be more efficient in that case. AutoClickerJ plugin will be useful when you can't automate some tasks...
17+
- "AutoClickerJ-Macro-Ext-demo.ijm" shows how macro extensions functionality helps writing a lighter code,
18+
- "AutoClickerJ-Macro-GUI-demo.ijm" show some lines captured with the macro recorder when using AutoClickerJ GUI.
1719

1820
Please report here any trouble you get, for me to fix all bugs.
1921

0 commit comments

Comments
 (0)