base class — PyObjectPlus
The current keyboard.
A dictionary containing the status of each keyboard event or key. (read-only).
Type: | dictionary {keycode:status, ...} |
---|
A dictionary containing the status of only the active keyboard events or keys. (read-only).
Type: | dictionary {keycode:status, ...} |
---|
Gets the clipboard text.
Return type: | string |
---|
Sets the clipboard text.
Parameters: | text (string) – New clipboard text |
---|