AutoHotKey(오토핫키) 설명서 Suspend
Suspend
hot key를 정리해 무효화한다
Suspend [, Mode]
Parameters
인수명 | 설명 |
---|---|
Mode |
|
Remarks
써브루틴의 최초의 행이 「Suspend,On」이외의Suspend커멘드가 되어 있는 hot key는,Suspend,On하지만 실행되어도 무효화되지 않는다.
「Suspend,Toggle」(이)나 「Suspend,Off」(이)가 할당할 수 있었던 hot key를 누르는 것으로, 중지가 해제된다.
Suspend(을)를 실행해도, 실행중의 스렛드는 정지하지 않는다.
hot key가 중지 되고 있는 동안, task tray 아이콘은 「S」의 글자의 것이 된다.
이 동작은, 「Menu,Tray,Icon,,,1
」라고 하는 것으로 억제할 수 있다.
Related
Example(s)
^!s::Suspend ; Assign the toggle-suspend function to a hotkey.
'AutoHotKey > Commands' 카테고리의 다른 글
AutoHotKey(오토핫키) 설명서 Tan() (0) | 2014.08.14 |
---|---|
AutoHotKey(오토핫키) 설명서 SysGet (0) | 2014.08.14 |
AutoHotKey(오토핫키) 설명서 StrLen() (0) | 2014.08.14 |
AutoHotKey(오토핫키) 설명서 StringTrimLeft / StringTrimRight (0) | 2014.08.14 |
AutoHotKey(오토핫키) 설명서 StringSplit (0) | 2014.08.14 |