-
Notifications
You must be signed in to change notification settings - Fork 4
/
qwerty-to-colemak.ahk
55 lines (46 loc) · 1.31 KB
/
qwerty-to-colemak.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
;qwerty-to-colemak.ahk
;这个AutoHotKey脚本的作用是把标准的Qwerty键盘布局映射成Colemak键盘布局
;Colemak Keyboard Layout
;---------------------------------------------
; ~ ! @ # $ % ^ & * ( ) _ + ____
; ` 1 2 3 4 5 6 7 8 9 0 - = BS
; ___ { } |
; Tab q w f p g j l u y ; [ ] \
; ____ " _____
; Caps a r s t d h n e i o ' Enter
; _____ < > ? _______
; Shift z x c v b k m , . / Shift
;Qwerty Keyboard Layout
;---------------------------------------------
; ~ ! @ # $ % ^ & * ( ) _ + ____
; ` 1 2 3 4 5 6 7 8 9 0 - = BS
; ___ { } |
; Tab q w e r t y u i o p [ ] \
; ____ : " _____
; Caps a s d f g h j k l ; ' Enter
; _____ < > ? _______
; Shift z x c v b n m , . / Shift
capslock::BackSpace
; q w e r t y u i o p [ ] \
;=> q w f p g j l u y ; [ ] \
e::f
r::p
t::g
y::j
u::l
i::u
o::y
p::;
; a s d f g h j k l ; '
;=> a r s t d h n e i o '
s::r
d::s
f::t
g::d
j::n
k::e
l::i
`;::o
; z x c v b n m , . /
;=> z x c v b k m , . /
n::k