Hello Guest it is April 18, 2024, 10:49:09 PM

Author Topic: Hotkeys/Shortcuts  (Read 816 times)

0 Members and 1 Guest are viewing this topic.

Hotkeys/Shortcuts
« on: December 09, 2020, 11:45:06 AM »
As far as I can tell Mach4 keyboard plugin only allows for keys to map to jogging functions.

Is there a way to configure a key (ESC) to map to a button (btnStop) or call a macro?

TIA

RT
Re: Hotkeys/Shortcuts
« Reply #1 on: December 10, 2020, 02:24:57 AM »
the easy way ,if you programming in .net  make some app that read any event on keyboard ,then send the command to mach by Mach4IPC.dll

Offline jbuehn

*
  •  101 101
    • View Profile
Re: Hotkeys/Shortcuts
« Reply #2 on: December 10, 2020, 11:45:21 AM »
You can set the function to "None" in the keyboard plugin and then assign that to a Mach input signal. Use the sig lib to do what you want when that input is triggered by your key event.