Home | Trees | Indices | Help |
---|
|
object --+ | VirtualKeyboard
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Type a given keystroke. Examples being "alt+r", "Control_L+J", "ctrl+alt+n", "BackSpace", "Linefeed". Generally, any valid X Keysym string will work. Composited control keys are separated by '+'. Aliases exist for "alt", "ctrl", "shift", "super", and "meta" which all map to Foo_L, such as Alt_L and Control_L, etc.
|
Type a given string, which must not contain control chars. For sending individual control chars, use typeControlCharToActiveWindow().
|
Buttons map this way: Left mouse is 1, middle is 2, right is 3, wheel up is 4, wheel down is 5.
|
Buttons map this way: Left mouse is 1, middle is 2, right is 3, wheel up is 4, wheel down is 5.
|
Buttons map this way: Left mouse is 1, middle is 2, right is 3, wheel up is 4, wheel down is 5.
|
Return a dictionary that provides 'x' and 'y' keys, whose values are integer x and y coordinates of the mouse cursor. The position is relative to the upper left corner of the display. |
Move mouse cursor to absolute position relative to upper left corner of display.
|
Move mouse cursor new position relative to where it is currently located. It is legal to use negative offsets for x and/or y.
|
Internally saves the currently active X11 window's ID. Use getRecentWindow() to retrieve the ID for use with later xdotool commands.
|
Activates the X11 window with the given window ID. If windowID is omitted, the most recently active window is activated (see getRecentWindow()).
|
Flakey; don't rely on it.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Feb 21 11:44:45 2013 | http://epydoc.sourceforge.net |