Skip to content

Commit

Permalink
ctrl issue fix pl
Browse files Browse the repository at this point in the history
  • Loading branch information
lut3k-IT authored Jul 26, 2023
1 parent 5b7253c commit 142d89c
Showing 1 changed file with 76 additions and 76 deletions.
152 changes: 76 additions & 76 deletions colemak_dh_ansi_pl_shortcuts.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -77,25 +77,25 @@ m::h

; Ctrl

<^e::<^e
<^r::<^r
<^t::<^t
<^y::<^y
<^u::<^u
<^i::<^i
<^o::<^o
<^p::<^p
<^s::<^s
<^d::<^d
<^f::<^f
<^h::<^h
<^j::<^j
<^k::<^k
<^l::<^l
<^v::<^v
<^b::<^b
<^n::<^n
<^m::<^m
^e::^e
^r::^r
^t::^t
^y::^y
^u::^u
^i::^i
^o::^o
^p::^p
^s::^s
^d::^d
^f::^f
^h::^h
^j::^j
^k::^k
^l::^l
^v::^v
^b::^b
^n::^n
^m::<^m

; Alt

Expand Down Expand Up @@ -143,69 +143,69 @@ m::h

; Ctrl + Shift

<^+e::<^+e
<^+r::<^+r
<^+t::<^+t
<^+y::<^+y
<^+u::<^+u
<^+i::<^+i
<^+o::<^+o
<^+p::<^+p
<^+s::<^+s
<^+d::<^+d
<^+f::<^+f
<^+h::<^+h
<^+j::<^+j
<^+k::<^+k
<^+l::<^+l
<^+v::<^+v
<^+b::<^+b
<^+n::<^+n
<^+m::<^+m
^+e::^+e
^+r::^+r
^+t::^+t
^+y::^+y
^+u::^+u
^+i::^+i
^+o::^+o
^+p::^+p
^+s::^+s
^+d::^+d
^+f::^+f
^+h::^+h
^+j::^+j
^+k::^+k
^+l::^+l
^+v::^+v
^+b::^+b
^+n::^+n
^+m::^+m

; Ctrl + Win

<^#e::<^#e
<^#r::<^#r
<^#t::<^#t
<^#y::<^#y
<^#u::<^#u
<^#i::<^#i
<^#o::<^#o
<^#p::<^#p
<^#s::<^#s
<^#d::<^#d
<^#f::<^#f
<^#h::<^#h
<^#j::<^#j
<^#k::<^#k
<^#l::<^#l
<^#v::<^#v
<^#b::<^#b
<^#n::<^#n
<^#m::<^#m
^#e::^#e
^#r::^#r
^#t::^#t
^#y::^#y
^#u::^#u
^#i::^#i
^#o::^#o
^#p::^#p
^#s::^#s
^#d::^#d
^#f::^#f
^#h::^#h
^#j::^#j
^#k::^#k
^#l::^#l
^#v::^#v
^#b::^#b
^#n::^#n
^#m::^#m

; Ctrl + Alt

<^!e::<^!e
<^!r::<^!r
<^!t::<^!t
<^!y::<^!y
<^!u::<^!u
<^!i::<^!i
<^!o::<^!o
<^!p::<^!p
<^!s::<^!s
<^!d::<^!d
<^!f::<^!f
<^!h::<^!h
<^!j::<^!j
<^!k::<^!k
<^!l::<^!l
<^!v::<^!v
<^!b::<^!b
<^!n::<^!n
<^!m::<^!m
^!e::^!e
^!r::^!r
^!t::^!t
^!y::^!y
^!u::^!u
^!i::^!i
^!o::^!o
^!p::^!p
^!s::^!s
^!d::^!d
^!f::^!f
^!h::^!h
^!j::^!j
^!k::^!k
^!l::^!l
^!v::^!v
^!b::^!b
^!n::^!n
^!m::<^!m

; Win + Shift

Expand Down

0 comments on commit 142d89c

Please sign in to comment.