You can use the recipe for "Using Multi-key Shortcuts" to implement
global "accelerator keys" bound to a menu, or not! "addHotkey" is the
method you are really looking for..
http://wiki.wxpython.org/index.cgi/Using_20Multi_2dkey_20Shortcuts
- Josiah
···
Michael Hipp <Michael@Hipp.com> wrote:
I understand the use of Accelerator keys when they're done as a shortcut
for a menu item or button.But what about the case where they are "stand alone" (i.e. not
replicating the functionality of a menu or button). What do you bind
them to? What Id do you use?And what window item are they best Set on (frame, notebook, panel, etc.)?
Or perhaps my question should be: "Is there somewhere some great demo
code for the use of Accelerator keys?"