Created
March 28, 2016 14:01
-
-
Save usaturn/8ff4f3c389151d763e01 to your computer and use it in GitHub Desktop.
あふw起動関数
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;あふw起動関数 | |
afxw() { | |
Run,D:\tools\afxw\AFXW.EXE -s ,,MAX | |
return | |
} | |
tasklist_for_afxw() { | |
Run, D:\tools\afxw\utl\TaskList\TaskList.exe -c -f "*あふw*", D:\tools\afxw\utl\TaskList\, | |
return | |
} | |
display_afxw() { | |
SetTitleMatchMode, 2 | |
WinGet, OutputVar, List, ahk_exe AFXW.EXE | |
If OutputVar <= 2 | |
afxw() | |
Else | |
tasklist_for_afxw() | |
} | |
^!a::display_afxw() ;Ctrl+Alt+a あふ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment