[wxPython] Char event in wxPython demo

Hi,
I'm currently developping an application which is based on the wxPython demo. I would like to have a callback (in the main wxPythonDemo class) triggered whenever the user presses F1 (say) independent on which control currently has focus.

Any hints how to do this, thanks.

Nikolai Kirsebom

I'm currently developping an application which is based on
the wxPython demo. I would like to have a callback (in the
main wxPythonDemo class) triggered whenever the user presses
F1 (say) independent on which control currently has focus.

Put in the accelerator table.

ยทยทยท

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!