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?
#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"); };


Messages In This Thread
RE: Can the numeric keypad arrow keys be used as hotkeys for a macro? - by Gintaras - 10-27-2023, 03:59 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)