Sat 29 Aug 2009
wxPython: Catching Key and Char Events
Posted by Mike under Cross-Platform, Python, wxPython
View Comments
In this post, I’ll detail how to catch specific key presses and why this can be useful. This is another in my series of “requested” tutorials. There really isn’t much to catching key presses, but it can be a little confusing when one widget behaves slightly differently from another. The really complicated stuff comes in when you need to capture the EVT_CHAR. (more…)