Sends keystrokes to an application by simulating keyboard events.

SendSystemKeys(keys)

- keys
- Keystroke(s) to send, using Vocola keystroke syntax.

Most commands send keystrokes to an application by including the keystroke text
directly. But if the direct method fails (as happens occasionally)
this function may succeed, by simulating each "key down" and "key up" event for the specified keystrokes.


Start Menu = SendSystemKeys({Ctrl+Esc});
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)