Discuss wxPython
How to disable "beep" when escape pressed
wxPython Users
Chagford_CC_Admin
December 3, 2002, 6:43pm
1
Thanks a lot, Robin.
Simply changing EVT_KEY_UP to EVT_KEY_DOWN solved the problem.
Frank Millman