Convert raw key code to regular key code

Is there a way to convert a raw key code to a regular key code? I’m using the Python X library to listen for key presses in the background, and I want to take the raw key code and send it to a window.

Jesse Aldridge wrote:

Is there a way to convert a raw key code to a regular key code?

No. wx does it internally, but it doesn't expose the functionality in the public API.

···

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