Skip to content

Instantly share code, notes, and snippets.

@usaturn
Created March 28, 2016 14:01
Show Gist options
  • Save usaturn/8ff4f3c389151d763e01 to your computer and use it in GitHub Desktop.
Save usaturn/8ff4f3c389151d763e01 to your computer and use it in GitHub Desktop.
あふw起動関数
;あふ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