YanoRyuichi.com/
Wiki
Blog
GitHub
Sandbox
開始行:
* ホットキーのキー自身をSendする [#k9f69dae]
$a::
if (WinActive("ahk_exe notepad.exe")) {
Send, x
} else {
Send, a
}
Return
- この場合、メモ帳で'''a'''を押すと'''x'''がSendされる。...
** 参考 [#sc7a7c7f]
- https://www.autohotkey.com/docs/Hotkeys.htm#Symbols
- https://autohotkey.com/board/topic/2121-hotkey-pass-thr...
終了行:
* ホットキーのキー自身をSendする [#k9f69dae]
$a::
if (WinActive("ahk_exe notepad.exe")) {
Send, x
} else {
Send, a
}
Return
- この場合、メモ帳で'''a'''を押すと'''x'''がSendされる。...
** 参考 [#sc7a7c7f]
- https://www.autohotkey.com/docs/Hotkeys.htm#Symbols
- https://autohotkey.com/board/topic/2121-hotkey-pass-thr...
ページ名: