Skip to content

Instantly share code, notes, and snippets.

@amiller
Created April 9, 2011 17:05
Show Gist options
  • Save amiller/911558 to your computer and use it in GitHub Desktop.
Save amiller/911558 to your computer and use it in GitHub Desktop.
@window.eventx
def EVT_CHAR(event):
print chr(event.GetKeyCode())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment