Page 1 of 1

Esc key press event from macro.

PostPosted: Fri May 11, 2018 2:45 pm
by kig23
I 'm wondering if there is a way to handle esc key press event from macro. Thanks

Re: Esc key press event from macro.

PostPosted: Fri May 11, 2018 9:39 pm
by cncdrive
No, there is no core function for the ESC key.
The ESC key is by default is attached in the hotkeys to call button 130. which is the stop function.
So pressing ESC calls the stop function of the UCCNC by default (setup in the default profile), but ofcourse that hotkey call could be deleted or exchanged from the hotkeys on the hotkeys page.

Re: Esc key press event from macro.

PostPosted: Sat May 12, 2018 6:04 am
by kig23
Thanks Balazs for this information.