Reposted: Luamacros not recognizing Caculator VKey from Numpad (but HID Macros, sees event)
Posted: 13 Oct 2021, 22:33
I have a mechanical numeric keypad, and am using luamacros to successfully remap the keys, except the "calculator" key.
When I press the calculator key, the handler function is not being called (but is being called with other keys). (I have a debug print() statement as the first line in the handler function).
If I shutdown Luamacros and run HIDMacros, it registers as 183().
If I shut that down and run autohotkey, it recognizes the calculator vkeycode (and maps keystrokes accordingly).
This implies that there is something in the luamacros code which is not triggering the handler itself? Is this a known issue? any suggestions?
When I press the calculator key, the handler function is not being called (but is being called with other keys). (I have a debug print() statement as the first line in the handler function).
If I shutdown Luamacros and run HIDMacros, it registers as 183().
If I shut that down and run autohotkey, it recognizes the calculator vkeycode (and maps keystrokes accordingly).
This implies that there is something in the luamacros code which is not triggering the handler itself? Is this a known issue? any suggestions?