Die Oberfläche von VDS Renaissance ist in mehreren Sprachen verfügbar. Die offizielle Dokumentation wird auf Englisch gepflegt, um eine einheitliche, konsistente und stets aktuelle Referenz zu gewährleisten.
@SHIFT
Syntax
@SHIFT(<string>)
Description
This function is only useful when used within the string argument of a WINDOW SEND command to send keystrokes to another window. It generates keystrokes that are the equivalent of holding down the Shift key while the keys in <string> are being sent.
OK
Unchanged.
Example
rem highlight some text
window send,Test - WordPad,@shift(@key(HOME)@key(DOWN)@key(DOWN))