#Hotstring

ホットストリングのオプションの変更、終了文字の指定

#Hotstring EndChars NewChars
#Hotstring NewOptions
#Hotstring NoMouse

Parameters

EndChars NewChars そのスクリプト内で使用する終了文字を設定する。
スクリプト内で1回だけ使用でき、スクリプト全体に影響する。
最大で100文字まで指定できる。
NewOptions オプションの初期値を変更する。
この指令は、記述された場所以降でのみ有効になり、再度変更することもできる。
指定できるオプションについては、ホットストリングのオプションを参照。
NoMouse マウスボタンが押されたときに監視内容がリセットされないようにする。
スクリプト内で1回だけ使用でき、スクリプト全体に影響する。

Related

Hotstrings

Example(s)

#Hotstring EndChars -()[]{}':;"/\,.?!`n `t
::btw::by the way
#Hotstring r c  ; All the below hotstrings will use "send raw" and will be case sensitive by default.
::al::airline
::CEO::Chief Executive Officer
#Hotstring c0 ; Make all hotstrings below this point case insensitive.