AutoHotKey(오토핫키) 설명서 #MaxHotkeysPerInterval

Posted by 발전소장
2014. 8. 13. 18:32 AutoHotKey/Commands

#MaxHotkeysPerInterval

지정 시간의 사이에 실행할 수 있는 최대의 hot key수를 설정(#HotkeyInterval(와)과 함께 사용)

#MaxHotkeysPerInterval Value

Parameters

인수명설명
Value hot key의 실행수의 상한을 지정(초기치는70)

Remarks

#HotkeyInterval(을)를 참조.

Related

#HotkeyInterval

Example(s)

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