dick wrote:
Hi list,
There is a small issues I have. Maybe someone knows how to solve this:
I want to use the PrtScn key as a shortcut. However, the key is not mentioned in the documentation on wxMenu, and indeed, it doesn't work. Does anyone know how to achieve this?
Try using an wx.AcceleratorTable entry with a wx.WXK_PRINT keycode.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!