imacro click ctrl shift a

redballlizard

Junior Member
Joined
Jun 11, 2016
Messages
191
Reaction score
2
I want imacro in the script itself to click ctrl shift a how do I do that with imacro?
 
Create a new file named click.iim and paste the following in it.

EVENT TYPE=KEYPRESS Char="a" MODIFIERS="ctrl+shift"
 
Back
Top