L’interface de VDS Renaissance est disponible en plusieurs langues. La documentation officielle est maintenue en anglais afin de garantir une référence unique, cohérente et toujours à jour.

@ALT

Windows Linux macOS

Syntax

@ALT(<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 Alt key while the keys in <string> are being sent.

OK

Unchanged.

Example

# close down an application
window send,Test - WordPad,@alt(F)X

See also