On Windows XP SP3, ESC can't be caught by wx.Frame

Great, that was exactly what I needed! Thanks Robin.

If anyone else is interested, see the change at line 155 of
moduleUtils.py: http://code.google.com/p/devide/source/detail?r=3070

···

On Thu, Jun 12, 2008 at 7:04 PM, Robin Dunn <robin@alldunn.com> wrote:

Try using EVT_CHAR_HOOK to get the ESC key.