Re: Capture ESC Key for Dialog in wxEuphoria
- Posted by euphoric (admin) Jun 20, 2012
- 1514 views
EUWX said...
It seems that esc key is set to beep.
The ESC key works if there is no button on the dialog, so the problem is that the button has focus and (I guess) captures the ESC key before the keystroke gets passed onto the dialog. I thought there was some way to assign keystrokes to the main frame, I just don't remember how and can't find where it is in the docs.