Page 1 of 1

Could I remap a whole numeric keyboard using only one macro?

Posted: 08 Jan 2016, 12:58
by AdamRS
Hi!!
First apologize for my bad english :S

Could I remap a whole numeric keyboard using only one macro?
Maybe something like this?

KeyboardVar=Keyb1 ;Variable to define keyboard

KeyboardVar 111(/) HidMacros.SendKeys "{F18}"
KeyboardVar 106(*) HidMacros.SendKeys "{F19}"
...

or I need to make 19 macros one for ech key?

Thanks for all :)

Re: Could I remap a whole numeric keyboard using only one ma

Posted: 08 Jan 2016, 15:22
by admin
In HidMacros: no
In LuaMacros: yes (not 1 macro, but 1 script)