VDS Renaissance のインターフェースは複数の言語に対応しています。公式ドキュメントは、単一で一貫した常に最新のリファレンスを保証するため、英語で管理されています。
@CTRL
Windows ✓Linux ✓macOS ⏳
Syntax
@CTRL(<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 Ctrl key while the keys in <string> are being sent.
OK
Unchanged.
Example
rem make text bold
window send,Microsoft Word,@ctrl(B)