From: Alec B. <wry...@gm...> - 2009-08-03 08:39:16
|
I'm trying to bind a key event to a Python card window. Something like: self.Bind(wx.EVT_KEY_DOWN, self.onKey) The "onKey" function should be triggered whenever a key is pressed when the window has focus. The event isn't being caught though. Wondering if anyone might have any tips? |