- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- AutoHotKey/ウィンドウ/WinExistで正規表現を使う へ行く。
- 1 (2019-03-29 (金) 06:17:16)
WinExistで正規表現を使う
F1:: if WinExist("- メモ帳$ ahk_class Notepad") { MsgBox, メモ帳がある } else { MsgBox, メモ帳がない } Return
F1:: if WinExist("- メモ帳$ ahk_class Notepad") { MsgBox, メモ帳がある } else { MsgBox, メモ帳がない } Return