Vocola.net
Vocola 3.1 Function Library
SendSystemKeys(keys)
Namespaces LibraryMain ► SendSystemKeys
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.
Examples
CopyRaise "Start" menu
Start Menu = SendSystemKeys({Ctrl+Esc});
This command raises the "Start" menu by sending the keystroke {Ctrl+Esc}.

Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)