09-22-2012, 05:04 PM
I Cant get this to work.
the code is -
with trigger - !a"metapad" "ahk_class metapad"
error is coming - Error in Function3: expected 2 arguments, not 1.
NOTE - I have made this macro as by creating a new function and not a tsmenu.
the code is -
Function auto_caps_lock
int hwnd=val(_command)
ifk-(K 1) key K
wait 0 -WA hwnd
ifk(K 1) key Kwith trigger - !a"metapad" "ahk_class metapad"
error is coming - Error in Function3: expected 2 arguments, not 1.
NOTE - I have made this macro as by creating a new function and not a tsmenu.
