Package peppy :: Package lib :: Module wxemacskeybindings
[frames] | no frames]

Module wxemacskeybindings

Multiple keystrokes for command processing.

This module is based on demo program by Josiah Carlson found at http://wiki.wxpython.org/index.cgi/Using_Multi-key_Shortcuts that provides the ability to match an arbitrary sequence of keystrokes to a single command.

Classes
  DuplicateKeyError
  KeyMap
Group of key mappings.
  KeyProcessor
Driver class for key processing.
Variables
  wxkeynames = ('BACK', 'TAB', 'RETURN', 'ESCAPE', 'SPACE', 'DEL...
Variables Details

wxkeynames

Value:
('BACK',
 'TAB',
 'RETURN',
 'ESCAPE',
 'SPACE',
 'DELETE',
 'START',
 'LBUTTON',
...