AutoHotKey(오토핫키) 설명서 #Hotstring
#Hotstring
핫 스트링의 옵션의 변경, 종료 문자의 지정
#Hotstring EndChars NewChars
#Hotstring NewOptions
#Hotstring NoMouse
Parameters
EndChars NewChars |
그 스크립트내에서 사용하는 종료 문자를 설정한다. 스크립트내에서1회만 사용할 수 있어 스크립트 전체에 영향을 준다. 최대로100문자까지 지정할 수 있다. |
NewOptions |
옵션의 초기치를 변경한다. 이 지령은, 기술된 장소 이후에서만 유효하게 되어, 재차 변경할 수도 있다. 지정할 수 있는 옵션에 대해서는,핫 스트링의 옵션(을)를 참조. |
NoMouse |
mouse button가 밀렸을 때에 감시 내용이 리셋트 되지 않게 한다. 스크립트내에서1회만 사용할 수 있어 스크립트 전체에 영향을 준다. |
Related
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.
'AutoHotKey > Commands' 카테고리의 다른 글
AutoHotKey(오토핫키) 설명서 #Include / #IncludeAgain (0) | 2014.08.13 |
---|---|
AutoHotKey(오토핫키) 설명서 #IfWinActive / #IfWinExist (0) | 2014.08.13 |
AutoHotKey(오토핫키) 설명서 #HotkeyModifierTimeout (0) | 2014.08.13 |
AutoHotKey(오토핫키) 설명서 #HotkeyInterval (0) | 2014.08.13 |
AutoHotKey(오토핫키) 설명서 #EscapeChar (0) | 2014.08.13 |