Thu 2 Dec 2010
wxPython: Keyboard Shortcuts (Accelerators)
Posted by Mike under Cross-Platform, Python, wxPython
No Comments
Almost any computer power user will want to use keyboard shortcuts (AKA: accelerators) to get their work done. Fortunately for us, wxPython provides a way to accomplish this very easily using an Accelerator Table via the wx.AcceleratorTable class. In this article we will look at a couple examples to see how this is accomplished. (more…)