Summary
Offers some Windows-specific static functions which are hard to categorize under any more specific classes.
Static methods
| void | |
Sends the specified sequence of key strokes to the active application. See remarks for details. |
| void | |
Sends the specified key the specified number of times. |
| void | | Sends key strokes equivalent to typing the specified text. |
Static properties
| bool | | Determines whether the Alt key is pressed. |
| bool | | Determines whether the Ctrl key is pressed. |
| bool | | Determines whether the Shift key is pressed. |