Search found 3 matches

by wolfmitchell
22 Feb 2018, 20:43
Forum: General
Topic: Keys not being blocked?
Replies: 7
Views: 6644

Re: Keys not being blocked?

I'm guessing there isn't anything I can do to fix it?
by wolfmitchell
13 Feb 2018, 13:54
Forum: General
Topic: Keys not being blocked?
Replies: 7
Views: 6644

Re: Keys not being blocked?

The key isn't being blocked in Vivaldi (web browser based on Chrome), LuaMacros itself, Notepad, HexChat (IRC client), and Discord (chat client).
by wolfmitchell
13 Feb 2018, 02:45
Forum: General
Topic: Keys not being blocked?
Replies: 7
Views: 6644

Keys not being blocked?

With this simple script, whenever I press a key on the attached numpad, it shows on the log on LuaMacros, but the key press is still sent to the application. How would I fix this? clear() lmc_device_set_name("numpad", "8343707") lmc_set_handler('numpad', function(btn, dir) print(btn, dir) end)