-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathprog_ck.ahk
executable file
·80 lines (71 loc) · 1.38 KB
/
prog_ck.ahk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
; Programmer-Colemak layout for AutoHotkey (MS Windows)
; 2020-10-16, Aru Bhoop. Public domain.
; See http://www.autohotkey.com/ for more information
; For this to work you have to make sure that the US (QWERTY) layout is installed,
; that is set as the default layout, and that it is set as the current layout.
; Otherwise some of the key mappings will be wrong.
;
; This is mainly useful for those who don't have privileges to install a new layout
; This doesn't support the international features of the Colemak layout.
#SingleInstance force
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetTitleMatchMode 3 ; Exact matching to avoid confusing T/B with Tab/Backspace.
;`::`
;1::1
;2::2
;3::3
;4::4
;5::5
;6::6
;7::7
;8::8
;9::9
;0::0
;-::-
;=::=
;q::q
;w::w
e::f
r::p
t::b
y::j
u::l
i::u
o::y
p::`;
[::BackSpace
]::BackSpace
;a::a
s::r
d::s
f::t
;g::g
h::k
j::n
k::e
l::i
`;::o
;'::'
z::x
x::c
c::d
;v::v
;b::b
n::m
m::h
; special keys
b & a::[
b & s::{
b & d::=
b & f::(
b & g::*
b & h::-
b & j::)
b & k::_
b & l::}
b & `;::]
BackSpace::Esc
+Capslock::Capslock ;shift+capslock toggles caps
Capslock::LCtrl ;capslock is left control
LCtrl::z ;left control is z