| Trees | Indices | Help |
|---|
|
|
object --+
|
baseObject.AutoPropertyObject --+
|
inputCore.InputGesture --+
|
KeyboardInputGesture
A key pressed on the traditional system keyboard.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| str |
|
||
| list or tuple of str |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
|||
| KeyboardInputGesture |
|
||
|
Inherited from |
|||
|
|||
NORMAL_MODIFIER_KEYS = {winUser.VK_LCONTROL: winUser.VK_CONTRO
|
|||
TOGGLE_KEYS = frozenset((winUser.VK_CAPITAL, winUser.VK_NUMLOC
|
|||
LAYOUTS = {"desktop": _("desktop"), "laptop": _("laptop"),}
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
A single identifier which will be logged for this gesture. This
identifier should be usable in input gesture maps, but should be as
readable as possible to the user. For example, it might sort key names in
a particular order and it might contain mixed case. This is in contrast
to
|
The name of this gesture as presented to the user. Subclasses must implement this method.
|
The identifier(s) which will be used in input gesture maps to
represent this gesture. These identifiers will be looked up in order
until a match is found. A single identifier should take the form:
|
Report any extra information about this gesture to the user. This is called just after command gestures are reported. For example, it could be used to report toggle states.
|
Send this gesture to the operating system. This is not possible for all sources.
|
Create an instance given a key name.
|
|
|||
NORMAL_MODIFIER_KEYS
|
TOGGLE_KEYS
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:45:58 2011 | http://epydoc.sourceforge.net |