- Added emacs style, courtesy bryanhpchiang. Closes #336

This commit is contained in:
Ben Reaves
2020-11-29 15:24:57 -06:00
parent eb96ad08b8
commit dd32a6f954
2 changed files with 20 additions and 2 deletions

View File

@@ -329,6 +329,16 @@ GroupAdd, intellij, ahk_exe idea64.exe
!Right::Send ^{Right}
!+Right::Send ^+{Right}
; emacs style
#n::Send {Down}
#p::Send {Up}
#f::Send {Right}
#b::Send {Left}
#a::Send {Home}
#e::Send {End}
#d::Send {Delete}
#k::Send +{End}{Backspace}
; Cmd+Space Alternative
$^Space::Send ^{Esc}