Machsupport Forum

Mach Discussion => Mach4 General Discussion => Topic started by: rhtuttle on December 09, 2020, 11:45:06 AM

Title: Hotkeys/Shortcuts
Post by: rhtuttle 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
Title: Re: Hotkeys/Shortcuts
Post by: KatzYaakov 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
Title: Re: Hotkeys/Shortcuts
Post by: jbuehn 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.