Search found 2 matches
- 29 Aug 2016, 14:20
- Forum: HOW-TOs and documentation
- Topic: How to send Key combo
- Replies: 2
- Views: 9390
Re: How to send Key combo
I know I need to improve this part of documentation. There's readme attached to HidMacros - rtf file describing this syntax. AFAIR you shoud try something like "^+{F13}" modified to elseif (button == string.byte('A')) then lmc_send_keys ('^+{F13}') no luck. still outputs F13 where do I find this re...
- 28 Aug 2016, 12:47
- Forum: HOW-TOs and documentation
- Topic: How to send Key combo
- Replies: 2
- Views: 9390
How to send Key combo
new user here and I feel like I'm missing something. how can send key combo like CTRL+SHIFT+F13 LuaMacro? elseif (button == string.byte('A')) then lmc_send_keys ('{F13} +{F2}') or a variation like that? I can't find much info on the syntax and hours of trial and error have led me no where