#HotkeyInterval

Along with #MaxHotkeysPerInterval, specifies the rate of hotkey activations beyond which a warning dialog will be displayed.

#HotkeyInterval Milliseconds

Parameters

Milliseconds

The length of the interval in milliseconds.

Remarks

If this directive is unspecified in the script, it will behave as though set to 2000 (milliseconds).

For details and remarks, see #MaxHotkeysPerInterval.

Like other directives, #HotkeyInterval cannot be executed conditionally.

#MaxHotkeysPerInterval

Examples

Allows a maximum of 200 hotkeys to be pressed within 2000 ms without triggering a warning dialog.

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