mathjax

2017年4月24日月曜日

AutoHotkeyの設定


#InstallKeybdHook
#UseHook

#Include IME.ahk
#Include alt-ime-ahk.ahk

; left alt+hjklでカーソルキー
<!h::Send,{Left}
<!l::Send,{Right}
<!j::Send,{Down}
<!k::Send,{Up}

; shiftとカーソルキー
<!+h::Send,+{Left}
<!+l::Send,+{Right}
<!+j::Send,+{Down}
<!+k::Send,+{Up}

;win+hでBackspace
#h::Send,{Backspace}

; Lwinのショートカット操作を無効にする(一部)
<#d::Return
<#u::Return
<#i::Return

altキーでのIME切り替えは下記のページ。

http://www.karakaram.com/alt-ime-on-off