Yanor.net/
Wiki
Blog
GitHub
Sandbox
開始行:
* 変換キー・無変換キーの利用 [#n44fc2f7]
!sc07B::MsgBox, "CTRL-無変換"
sc07B & z::MsgBox, "無変換-z"
!a::Send, {sc07B}
変換・無変換キーのVKやSCはタスクトレイのAHKをダブルクリッ...
*** キー設定 [#da89bb86]
- sc07B => "無変換
- sc079 => "変換"
** 参考 [#keaefcd6]
- http://stackoverflow.com/questions/1794258/detect-a-dou...
- http://www.autohotkey.com/docs/commands/KeyWait.htm
- http://neue.cc/2008/10/27_110.html
終了行:
* 変換キー・無変換キーの利用 [#n44fc2f7]
!sc07B::MsgBox, "CTRL-無変換"
sc07B & z::MsgBox, "無変換-z"
!a::Send, {sc07B}
変換・無変換キーのVKやSCはタスクトレイのAHKをダブルクリッ...
*** キー設定 [#da89bb86]
- sc07B => "無変換
- sc079 => "変換"
** 参考 [#keaefcd6]
- http://stackoverflow.com/questions/1794258/detect-a-dou...
- http://www.autohotkey.com/docs/commands/KeyWait.htm
- http://neue.cc/2008/10/27_110.html
ページ名: