Search found 6 matches
- 21 Oct 2021, 18:10
- Forum: Bug reports
- Topic: Reposted: Luamacros not recognizing Caculator VKey from Numpad (but HID Macros, sees event)
- Replies: 2
- Views: 7716
Re: Reposted: Luamacros not recognizing Caculator VKey from Numpad (but HID Macros, sees event)
Some additional info: - The calculator key is returning the following, but with an empty Keyboard ID. While this explains why the handler function tied to the specific keypad it not being called, I am still not able to figure out how to bind a separate handler to an empty id. int: 183 hex: 0xB7 vk c...
- 14 Oct 2021, 02:09
- Forum: Bug reports
- Topic: Some keys don't fire up
- Replies: 3
- Views: 11642
Re: Some keys don't fire up
I am having the same issue with the Calc key not passing to the handler. Was there any resolution to this?
- 13 Oct 2021, 22:39
- Forum: General
- Topic: how do you write If ButtonPress +Time Delay +Button Then statement
- Replies: 3
- Views: 9555
Re: how do you write If ButtonPress +Time Delay +Button Then statement
There is lmc_sleep(number in milliseconds)
- 13 Oct 2021, 22:36
- Forum: Bug reports
- Topic: Reposted: Luamacros not recognizing Caculator VKey from Numpad (but HID Macros, sees event)
- Replies: 2
- Views: 7716
- 13 Oct 2021, 22:33
- Forum: Bug reports
- Topic: Reposted: Luamacros not recognizing Caculator VKey from Numpad (but HID Macros, sees event)
- Replies: 2
- Views: 7716
Reposted: Luamacros not recognizing Caculator VKey from Numpad (but HID Macros, sees event)
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 ...
- 13 Oct 2021, 17:44
- Forum: HOW-TOs and documentation
- Topic: Launch at startup
- Replies: 5
- Views: 14397
Re: Launch at startup
I just ran into this in Windows 10. When making your shortcut, make sure you put the 'end quotes' after the executable name and before the parameters.
e.g.
"D:\Program Files\luamacros\LuaMacros.exe" -r example.lua
e.g.
"D:\Program Files\luamacros\LuaMacros.exe" -r example.lua