- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- AutoHotKey/ホットキー/ホットキーのキー自身をSendする へ行く。
- 1 (2019-08-23 (金) 21:04:14)
ホットキーのキー自身をSendする
$a:: if (WinActive("ahk_exe notepad.exe")) { Send, x } else { Send, a } Return
$a:: if (WinActive("ahk_exe notepad.exe")) { Send, x } else { Send, a } Return