i've trying to configure a numpad-only keyboard and use the numlock to switch between numpad to home, end and other keys to have more macros.
Using the numlock key works, but in my numad fail sometimes so I try to bind the numlock to other key using lmc_send_keys('{NUMLOCK}'), but it didn't work in any key (I try with different keyboards). I try with {CAPSLOCK} and other special keys and they work fine, so I think maybe this is a bug.
lmc_send_keys('{NUMLOCK}') not working
Re: lmc_send_keys('{NUMLOCK}') not working
Use
Code: Select all
lmc_send_input(144, 0, 0)
lmc_send_input(144, 0, 2)
Petr Medek
LUAmacros author
LUAmacros author