Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can the numeric keypad arrow keys be used as hotkeys for a macro?
#1
With the numeric keypad in arrow-key/navigation-key mode, I would like to trigger macros using the left and right arrow keys on the keypad.
Can this be done in Quick Macros?   I don't see an option for this in Quick Macros help / Virtual-key codes
Thanks, John
#2
Arrow key triggers work with normal arrow keys and numeric keypad arrows when NumLock on. Quick Macros does not distinguish them.

LibreAutomate can distinguish them. Example triggers:
Code:
Copy      Help
        hk["Left", TKFlags.ExtendedNo] = o => { print.it("numpad Left"); };
        hk["Left", TKFlags.ExtendedYes] = o => { print.it("Left"); };


Forum Jump:


Users browsing this thread: 1 Guest(s)