mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-03 17:46:39 +02:00
Added a more complete remap for terminals under Windows, resolved emacs conflict
This commit is contained in:
@@ -331,15 +331,17 @@ GroupAdd, intellij, ahk_exe idea64.exe
|
|||||||
!Right::Send ^{Right}
|
!Right::Send ^{Right}
|
||||||
!+Right::Send ^+{Right}
|
!+Right::Send ^+{Right}
|
||||||
|
|
||||||
; emacs style
|
#IfWinNotActive ahk_group terminals
|
||||||
#n::Send {Down}
|
; emacs style
|
||||||
#p::Send {Up}
|
#n::Send {Down}
|
||||||
#f::Send {Right}
|
#p::Send {Up}
|
||||||
#b::Send {Left}
|
#f::Send {Right}
|
||||||
#a::Send {Home}
|
#b::Send {Left}
|
||||||
#e::Send {End}
|
#a::Send {Home}
|
||||||
#d::Send {Delete}
|
#e::Send {End}
|
||||||
#k::Send +{End}{Backspace}
|
#d::Send {Delete}
|
||||||
|
#k::Send +{End}{Backspace}
|
||||||
|
#If
|
||||||
|
|
||||||
; Cmd+Space Alternative
|
; Cmd+Space Alternative
|
||||||
$^Space::Send ^{Esc}
|
$^Space::Send ^{Esc}
|
||||||
@@ -617,35 +619,87 @@ GroupAdd, intellij, ahk_exe idea64.exe
|
|||||||
; #l::return
|
; #l::return
|
||||||
; Clear Terminal and Scroll Buffer
|
; Clear Terminal and Scroll Buffer
|
||||||
^k::Send clear && printf '\e[3J'{Enter}
|
^k::Send clear && printf '\e[3J'{Enter}
|
||||||
; Nano editor shortcuts
|
; Remap Physical Ctrl back to Ctrl
|
||||||
#g::Send {LCtrl down}g{LCtrl Up} ; Default
|
#0::Send {LCtrl down}0{Ctrl up} ; Default
|
||||||
#k::Send {LCtrl down}k{LCtrl Up} ; Default
|
#1::Send {LCtrl down}1{Ctrl up} ; Default
|
||||||
#x::Send {LCtrl down}x{LCtrl Up} ; Default
|
#2::Send {LCtrl down}2{Ctrl up} ; Default
|
||||||
#o::Send {LCtrl down}o{LCtrl Up} ; Default
|
#3::Send {LCtrl down}3{Ctrl up} ; Default
|
||||||
#r::Send {LCtrl down}r{LCtrl Up} ; Default
|
#4::Send {LCtrl down}4{Ctrl up} ; Default
|
||||||
#w::Send {LCtrl down}w{LCtrl Up} ; Default
|
#5::Send {LCtrl down}5{Ctrl up} ; Default
|
||||||
#\::Send {LCtrl down}\{LCtrl Up} ; Default
|
#6::Send {LCtrl down}6{Ctrl up} ; Default
|
||||||
#u::Send {LCtrl down}u{LCtrl Up} ; Default
|
#7::Send {LCtrl down}7{Ctrl up} ; Default
|
||||||
#j::Send {LCtrl down}j{LCtrl Up} ; Default
|
#8::Send {LCtrl down}8{Ctrl up} ; Default
|
||||||
#t::Send {LCtrl down}t{LCtrl Up} ; Default
|
#9::Send {LCtrl down}9{Ctrl up} ; Default
|
||||||
#_::Send {LCtrl down}_{LCtrl Up} ; Default
|
#0::Send {LCtrl down}0{Ctrl up} ; Default
|
||||||
#z::Send {LCtrl down}z{LCtrl Up} ; Default
|
#-::Send {LCtrl down}-{Ctrl up} ; Default
|
||||||
#y::Send {LCtrl down}y{LCtrl Up} ; Default
|
#=::Send {LCtrl down}={Ctrl up} ; Default
|
||||||
#v::Send {LCtrl down}v{LCtrl Up} ; Default
|
#`::Send {LCtrl down}`{Ctrl up} ; Default
|
||||||
!g::Send {LCtrl down}g{LCtrl Up} ; CB/IBM
|
#a::Send {LCtrl down}a{Ctrl up} ; Default
|
||||||
!k::Send {LCtrl down}k{LCtrl Up} ; CB/IBM
|
#b::Send {LCtrl down}b{Ctrl up} ; Default
|
||||||
!x::Send {LCtrl down}x{LCtrl Up} ; CB/IBM
|
#c::Send {LCtrl down}c{Ctrl up} ; Default
|
||||||
!o::Send {LCtrl down}o{LCtrl Up} ; CB/IBM
|
#d::Send {LCtrl down}d{Ctrl up} ; Default
|
||||||
!r::Send {LCtrl down}r{LCtrl Up} ; CB/IBM
|
#e::Send {LCtrl down}e{Ctrl up} ; Default
|
||||||
!w::Send {LCtrl down}w{LCtrl Up} ; CB/IBM
|
#f::Send {LCtrl down}f{Ctrl up} ; Default
|
||||||
!\::Send {LCtrl down}\{LCtrl Up} ; CB/IBM
|
#g::Send {LCtrl down}g{Ctrl up} ; Default
|
||||||
!u::Send {LCtrl down}u{LCtrl Up} ; CB/IBM
|
#h::Send {LCtrl down}h{Ctrl up} ; Default
|
||||||
!j::Send {LCtrl down}j{LCtrl Up} ; CB/IBM
|
#i::Send {LCtrl down}i{Ctrl up} ; Default
|
||||||
!t::Send {LCtrl down}t{LCtrl Up} ; CB/IBM
|
#j::Send {LCtrl down}j{Ctrl up} ; Default
|
||||||
!_::Send {LCtrl down}_{LCtrl Up} ; CB/IBM
|
#k::Send {LCtrl down}k{Ctrl up} ; Default
|
||||||
!z::Send {LCtrl down}z{LCtrl Up} ; CB/IBM
|
#l::Send {LCtrl down}l{Ctrl up} ; Default
|
||||||
!y::Send {LCtrl down}y{LCtrl Up} ; CB/IBM
|
#m::Send {LCtrl down}m{Ctrl up} ; Default
|
||||||
!v::Send {LCtrl down}v{LCtrl Up} ; CB/IBM
|
#n::Send {LCtrl down}n{Ctrl up} ; Default
|
||||||
|
#o::Send {LCtrl down}o{Ctrl up} ; Default
|
||||||
|
#p::Send {LCtrl down}p{Ctrl up} ; Default
|
||||||
|
#q::Send {LCtrl down}q{Ctrl up} ; Default
|
||||||
|
#r::Send {LCtrl down}r{Ctrl up} ; Default
|
||||||
|
#s::Send {LCtrl down}s{Ctrl up} ; Default
|
||||||
|
#t::Send {LCtrl down}t{Ctrl up} ; Default
|
||||||
|
#u::Send {LCtrl down}u{Ctrl up} ; Default
|
||||||
|
#v::Send {LCtrl down}v{Ctrl up} ; Default
|
||||||
|
#w::Send {LCtrl down}w{Ctrl up} ; Default
|
||||||
|
#x::Send {LCtrl down}x{Ctrl up} ; Default
|
||||||
|
#y::Send {LCtrl down}y{Ctrl up} ; Default
|
||||||
|
#z::Send {LCtrl down}z{Ctrl up} ; Default
|
||||||
|
!0::Send {LCtrl down}0{Ctrl up} ; CB/IBM
|
||||||
|
!1::Send {LCtrl down}1{Ctrl up} ; CB/IBM
|
||||||
|
!2::Send {LCtrl down}2{Ctrl up} ; CB/IBM
|
||||||
|
!3::Send {LCtrl down}3{Ctrl up} ; CB/IBM
|
||||||
|
!4::Send {LCtrl down}4{Ctrl up} ; CB/IBM
|
||||||
|
!5::Send {LCtrl down}5{Ctrl up} ; CB/IBM
|
||||||
|
!6::Send {LCtrl down}6{Ctrl up} ; CB/IBM
|
||||||
|
!7::Send {LCtrl down}7{Ctrl up} ; CB/IBM
|
||||||
|
!8::Send {LCtrl down}8{Ctrl up} ; CB/IBM
|
||||||
|
!9::Send {LCtrl down}9{Ctrl up} ; CB/IBM
|
||||||
|
!0::Send {LCtrl down}0{Ctrl up} ; CB/IBM
|
||||||
|
!-::Send {LCtrl down}-{Ctrl up} ; CB/IBM
|
||||||
|
!=::Send {LCtrl down}={Ctrl up} ; CB/IBM
|
||||||
|
!`::Send {LCtrl down}`{Ctrl up} ; CB/IBM
|
||||||
|
!a::Send {LCtrl down}a{Ctrl up} ; CB/IBM
|
||||||
|
!b::Send {LCtrl down}b{Ctrl up} ; CB/IBM
|
||||||
|
!c::Send {LCtrl down}c{Ctrl up} ; CB/IBM
|
||||||
|
!d::Send {LCtrl down}d{Ctrl up} ; CB/IBM
|
||||||
|
!e::Send {LCtrl down}e{Ctrl up} ; CB/IBM
|
||||||
|
!f::Send {LCtrl down}f{Ctrl up} ; CB/IBM
|
||||||
|
!g::Send {LCtrl down}g{Ctrl up} ; CB/IBM
|
||||||
|
!h::Send {LCtrl down}h{Ctrl up} ; CB/IBM
|
||||||
|
!i::Send {LCtrl down}i{Ctrl up} ; CB/IBM
|
||||||
|
!j::Send {LCtrl down}j{Ctrl up} ; CB/IBM
|
||||||
|
!k::Send {LCtrl down}k{Ctrl up} ; CB/IBM
|
||||||
|
!l::Send {LCtrl down}l{Ctrl up} ; CB/IBM
|
||||||
|
!m::Send {LCtrl down}m{Ctrl up} ; CB/IBM
|
||||||
|
!n::Send {LCtrl down}n{Ctrl up} ; CB/IBM
|
||||||
|
!o::Send {LCtrl down}o{Ctrl up} ; CB/IBM
|
||||||
|
!p::Send {LCtrl down}p{Ctrl up} ; CB/IBM
|
||||||
|
!q::Send {LCtrl down}q{Ctrl up} ; CB/IBM
|
||||||
|
!r::Send {LCtrl down}r{Ctrl up} ; CB/IBM
|
||||||
|
!s::Send {LCtrl down}s{Ctrl up} ; CB/IBM
|
||||||
|
!t::Send {LCtrl down}t{Ctrl up} ; CB/IBM
|
||||||
|
!u::Send {LCtrl down}u{Ctrl up} ; CB/IBM
|
||||||
|
!v::Send {LCtrl down}v{Ctrl up} ; CB/IBM
|
||||||
|
!w::Send {LCtrl down}w{Ctrl up} ; CB/IBM
|
||||||
|
!x::Send {LCtrl down}x{Ctrl up} ; CB/IBM
|
||||||
|
!y::Send {LCtrl down}y{Ctrl up} ; CB/IBM
|
||||||
|
!z::Send {LCtrl down}z{Ctrl up} ; CB/IBM
|
||||||
#If
|
#If
|
||||||
#If
|
#If
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user