Sends keystrokes to an application by simulating keyboard events.
Syntax
SendSystemKeys(keys)
Parameters
- keys
- Keystroke(s) to send, using Vocola keystroke syntax.
Remarks
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.
This function is identical to the suggested Vocola 3 analog Main.SendSystemKeys.
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)