AUTOHOTKEY/레퍼런스

#MaxHotkeysPerInterval

님투 2007. 11. 5. 10:14
반응형

#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.
반응형