-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchinese.bind
57 lines (54 loc) · 1.51 KB
/
chinese.bind
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
# -*- text -*-
Format 1
\bind "S-A" "math-insert A"
\bind "S-B" "math-insert B"
\bind "S-C" "math-insert C"
\bind "S-D" "math-insert D"
\bind "S-E" "math-insert E"
\bind "S-F" "math-insert F"
\bind "S-G" "math-insert G"
\bind "S-H" "math-insert H"
\bind "S-I" "math-insert I"
\bind "S-J" "math-insert J"
\bind "S-K" "math-insert K"
\bind "S-L" "math-insert L"
\bind "S-M" "math-insert M"
\bind "S-N" "math-insert N"
\bind "S-O" "math-insert O"
\bind "S-P" "math-insert P"
\bind "S-Q" "math-insert Q"
\bind "S-R" "math-insert R"
\bind "S-S" "math-insert S"
\bind "S-T" "math-insert T"
\bind "S-U" "math-insert U"
\bind "S-V" "math-insert V"
\bind "S-W" "math-insert W"
\bind "S-X" "math-insert X"
\bind "S-Y" "math-insert Y"
\bind "S-Z" "math-insert Z"
\bind "a" "math-insert a"
\bind "b" "math-insert b"
\bind "c" "math-insert c"
\bind "d" "math-insert d"
\bind "e" "math-insert e"
\bind "f" "math-insert f"
\bind "g" "math-insert g"
\bind "h" "math-insert h"
\bind "i" "math-insert i"
\bind "j" "math-insert j"
\bind "k" "math-insert k"
\bind "l" "math-insert l"
\bind "m" "math-insert m"
\bind "n" "math-insert n"
\bind "o" "math-insert o"
\bind "p" "math-insert p"
\bind "q" "math-insert q"
\bind "r" "math-insert r"
\bind "s" "math-insert s"
\bind "t" "math-insert t"
\bind "u" "math-insert u"
\bind "v" "math-insert v"
\bind "w" "math-insert w"
\bind "x" "math-insert x"
\bind "y" "math-insert y"
\bind "z" "math-insert z"