Search found 1 match
- 08 Jan 2016, 12:58
- Forum: General
- Topic: Could I remap a whole numeric keyboard using only one macro?
- Replies: 1
- Views: 6367
Could I remap a whole numeric keyboard using only one macro?
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 macro...