Search found 2 matches
- 09 Oct 2021, 14:21
- Forum: General
- Topic: combination of keys press and hold behaviour
- Replies: 2
- Views: 4273
Re: combination of keys press and hold behaviour
ok i've got it lmc_assign_keyboard('MACROS'); -- define callback for whole device lmc_set_handler('MACROS',function(button, direction) keysToPush1 = string.byte('V') -- button you press on keyboard keysToSend1 = string.byte('H') -- button you need to push in the combination function withCtrlAct(call...
- 06 Oct 2021, 09:48
- Forum: General
- Topic: combination of keys press and hold behaviour
- Replies: 2
- Views: 4273
combination of keys press and hold behaviour
Hello! i'm really sorry for this question, but i cannot find solution for my problem I need to make a script that, when one button is pressed, will press the combination of keys and "holds" it (keeps it pressed), until i release the button -Why i need this i have an extention floating window, which ...