| Home | Trees | Indices | Help | 
|---|
|  | 
Provides access to the keyboard for event generation.
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 Send a sequence of keys via keyboard events Usage:  
 | 
| 
 Send a keyboard event Usage:  
 | 
| 
 Send a key down event Usage:  The key will be treated as down until a matching release_key() is sent. 
 | 
| 
 Send a key up event Usage:  If the specified key was not made down using press_key(), the event will be ignored. 
 | 
| 
 Fake a keypress Usage:  Uses XTest to 'fake' a keypress. This is useful to send keypresses to some applications which won't respond to keyboard.send_key() 
 | 
| 
 Wait for a keypress or key combination Usage:  Note: this function cannot be used to wait for modifier keys on their own 
 | 
| Home | Trees | Indices | Help | 
|---|
| Generated by Epydoc 3.0.1 on Fri Apr 20 20:26:25 2012 | http://epydoc.sourceforge.net |