View Single Post
  #1  
Old 09-15-2003, 12:38 PM
FlyingWren FlyingWren is offline
Member
 
Join Date: Mar 2003
Location: Fargo, North Dakota, USA
Posts: 48
Python keycode constants

Is there a list of Python keycode constants available for reference somewhere? Doing an if key == 'c' is easy enough, but it's trickier when you want to use the "weirder" keys like Insert and Delete.

If no one's done it already, we should compile one. I've already had to figure out a few of them already myself, so...
Reply With Quote