* 変換キー・無変換キーの利用 [#n44fc2f7]
!sc07B::MsgBox, "CTRL-無変換"
sc07B & z::MsgBox, "無変換-z"
!a::Send, {sc07B}
変換・無変換キーのVKやSCはタスクトレイのAHKをダブルクリックで開いて、メニューの[View] -> [Key history and script info]で確認する。
*** キー設定 [#da89bb86]
- sc07B => "無変換
- sc079 => "変換"
<!Space::Send, {vk1Dsc07b}
>!Space::Send, {vk1Csc079}
sc079 & x::Send, ^x
** 参考 [#keaefcd6]
http://neue.cc/2008/10/27_110.html
- http://stackoverflow.com/questions/1794258/detect-a-double-key-press-in-autohotkey
- http://www.autohotkey.com/docs/commands/KeyWait.htm
- http://neue.cc/2008/10/27_110.html