Home | Trees | Indices | Help |
|
---|
|
Raised when a key is pressed or released.
Instance Methods | |||
Inherited from Inherited from |
|||
Inherited from Event | |||
---|---|---|---|
|
Properties | |
keycode The keycode of the key according to US keyboard layout (ro). |
|
keystring A character or word describing the key pressed (ro). |
|
modifiers Any modifier keys (shift, ctrl,...) pressed. |
|
scancode The untranslated (hardware-dependent) scancode of the key pressed (ro). |
|
unicode Unicode index of the character. |
|
Inherited from |
|
Inherited from Event | |
---|---|
type One of KEYUP, KEYDOWN, CURSORMOTION, CURSORUP, CURSORDOWN, CURSOROVER, CURSOROUT, RESIZE or QUIT. |
|
when The timestamp of the event in milliseconds. |
Property Details |
keycodeThe keycode of the key according to US keyboard layout (ro).
|
keystringA character or word describing the key pressed (ro).
|
modifiersAny modifier keys (shift, ctrl,...) pressed. This is a number of KeyModifier values or'ed together (ro).
|
scancodeThe untranslated (hardware-dependent) scancode of the key pressed (ro).
|
unicodeUnicode index of the character. Transparently dependent to modifiers, issued only on KEYDOWN event (ro).
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jan 8 16:09:00 2010 | http://epydoc.sourceforge.net |