If the Joystick plugin is incapable, is there a way to mimic the functionality? I have tried something like the following:
Code: Select all
Macro1
Event -> Joystick.Button1
Action-> If pressed longer than 3 seconds, jump to Macro2
Macro2
Event -> Joystick.Button2
Action -> If pressed longer than 3 seconds, jump to Macro3
Macro3
Action -> Emulate Keystroke
I am using EG 0.3.5c.908, WinXP SP3.. thanks!