-
Notifications
You must be signed in to change notification settings - Fork 442
Open
Labels
Description
Linux already has this.
Device information is not included in the hook we are using, which complicates things. Raw Input seems to provide this, but it doesn't include the virtual key codes we use to map most of the key names and keypad status.
There should be some kind of device information on event.device
.
Note: https://github.com/me2d13/luamacros seems to do this.
retnikt, elonzh and Dobatymo