#MaxHotkeysPerInterval

指定時間の間に実行できる最大のホットキー数を設定(#HotkeyIntervalと共に使用)

#MaxHotkeysPerInterval Value

Parameters

引数名説明
Value ホットキーの実行数の上限を指定(初期値は70)

Remarks

#HotkeyIntervalを参照。

Related

#HotkeyInterval

Example(s)

#HotkeyInterval 2000 ; This is  the default value (milliseconds).
#MaxHotkeysPerInterval 50 ; This is the default value.