Search found 1 match
- 08 Nov 2015, 00:55
- Forum: General
- Topic: Disable original key echo
- Replies: 19
- Views: 29022
Re: Disable original key echo
Same echo problem here with USB numpad on Windows 8.1 x64 lmc_device_set_name('NUMPAD', '1498AC1B') lmc_set_handler('NUMPAD',function(button, direction) if (direction == 1) then return end -- ignore down if (button == 8) then lmc_send_keys('`') -- Select whistle elseif (button == 103) then lmc_send_...