| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
KeyMap
Group of key mappings.
This class represents a group of key mappings. The KeyProcessor class below uses multiple groups, one to represent global keymaps, one for local keymaps, and an arbitrary number of other keymaps for any additional minor modes that need other keymappings.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Methods | |||
|
|||
|
|||
|
|||
|
|||
| Class Variables | |
modifiers =
|
|
modaccelerator =
|
|
modaliases =
|
|
keyaliases =
|
|
debug = False
|
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Split the accelerator string (e.g. "C-X C-S") into individual keystrokes, expanding abbreviations and standardizing the order of modifier keys. |
| Class Variable Details |
modaccelerator
|
modaliases
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:20 2008 | http://epydoc.sourceforge.net |