forked from sunaku/glove80-keymaps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworld.yaml
157 lines (141 loc) · 4.78 KB
/
world.yaml
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
precedence: [LSFT, LALT, RALT, LCTL, RCTL, RSFT] # latter overrides former: RSFT overrides all
transforms:
I: { base: acute, LCTL: diaeresis, RCTL: circumflex, RSFT: grave }
E: { base: acute, LCTL: diaeresis, RCTL: circumflex, RSFT: grave, RALT: ae }
A: { base: acute, LCTL: diaeresis, RCTL: circumflex, RSFT: grave, LALT: tilde, RALT: ring }
Y: { base: acute, LCTL: diaeresis }
O: { base: acute, LCTL: diaeresis, RCTL: circumflex, RSFT: grave, LALT: tilde, RALT: slash }
U: { base: acute, LCTL: diaeresis, RCTL: circumflex, RSFT: grave }
quotes_left:
{ base: angle, LCTL: curly, RCTL: low, RSFT: grave, LALT: corner1, RALT: corner2 }
quotes_right:
{ base: angle, LCTL: curly, RCTL: low, RSFT: grave, LALT: corner1, RALT: corner2 }
currency:
{ base: dollar, LCTL: euro, RCTL: pound, RSFT: generic, LALT: yen, RALT: won }
characters:
C:
cedilla: { lower: "ç", upper: "Ç" }
I:
acute: { lower: "í", upper: "Í" }
diaeresis: { lower: "ï", upper: "Ï" }
circumflex: { lower: "î", upper: "Î" }
grave: { lower: "ì", upper: "Ì" }
E:
acute: { lower: "é", upper: "É" }
diaeresis: { lower: "ë", upper: "Ë" }
circumflex: { lower: "ê", upper: "Ê" }
grave: { lower: "è", upper: "È" }
ae: { lower: "æ", upper: "Æ" }
A:
acute: { lower: "á", upper: "Á" }
diaeresis: { lower: "ä", upper: "Ä" }
circumflex: { lower: "â", upper: "Â" }
grave: { lower: "à", upper: "À" }
tilde: { lower: "ã", upper: "Ã" }
ring: { lower: "å", upper: "Å" }
Y:
acute: { lower: "ý", upper: "Ý" }
diaeresis: { lower: "ÿ", upper: "Ÿ" }
O:
acute: { lower: "ó", upper: "Ó" }
diaeresis: { lower: "ö", upper: "Ö" }
circumflex: { lower: "ô", upper: "Ô" }
grave: { lower: "ò", upper: "Ò" }
tilde: { lower: "õ", upper: "Õ" }
slash: { lower: "ø", upper: "Ø" }
U:
acute: { lower: "ú", upper: "Ú" }
diaeresis: { lower: "ü", upper: "Ü" }
circumflex: { lower: "û", upper: "Û" }
grave: { lower: "ù", upper: "Ù" }
N:
tilde: { lower: "ñ", upper: "Ñ" }
quotes_left:
angle: { lower: "‹", upper: "«" }
curly: { lower: "‘", upper: "“" }
low: { lower: "‚", upper: "„" }
corner1: { lower: "「", upper: "﹁" }
corner2: { lower: "『", upper: "﹃" }
grave: "`"
quotes_right:
angle: { lower: "›", upper: "»" }
curly: { lower: "’", upper: "”" }
low: { lower: "‚", upper: "„" }
corner1: { lower: "」", upper: "﹂" }
corner2: { lower: "』", upper: "﹄" }
grave: "´"
currency:
dollar: { lower: "$", upper: "¢" }
yen: "¥"
euro: "€"
won: "₩"
pound: "£"
generic: { lower: "¤", upper: "₿" }
codepoints:
degree_sign: "°"
section_sign: "§"
paragraph_sign: "¶"
o_ordinal: "º"
a_ordinal: "ª"
exclaim_left: "¡"
question_left: "¿"
currency_crypto: "₿"
currency_cent: "¢"
currency_sign: "¤"
currency_crypto: "₿"
localizing:
#
# - "COMPOSE" is a special keyword that is replaced by COMPOSE_KEY_LINUX
# - "ALT+" is a special prefix that is replaced by COMPOSE_SEQ_WINDOWS()
#
# linux: https://wiki.linuxquestions.org/wiki/Accented_Characters
# macos: https://sites.psu.edu/symbolcodes/mac/codemac/
# windows: https://sites.psu.edu/symbolcodes/windows/codealt/
"ç":
linux: COMPOSE COMMA C
macos: LA(C)
windows: ALT+0231
"Ç":
linux: COMPOSE COMMA LS(C)
macos: LA(LS(C))
windows: ALT+0199
"í":
linux: COMPOSE SQT I
macos: LA(E) I
windows: ALT+0237
"Í":
linux: COMPOSE SQT LS(I)
macos: LA(E) LS(I)
windows: ALT+0205
"ä":
linux: COMPOSE DQT A
macos: LA(U) A
windows: ALT+0228
"Ä":
linux: COMPOSE DQT LS(A)
macos: LA(U) LS(A)
windows: ALT+0196
"ö":
linux: COMPOSE DQT O
macos: LA(U) O
windows: ALT+0246
"Ö":
linux: COMPOSE DQT LS(O)
macos: LA(U) LS(O)
windows: ALT+0214
"ü":
linux: COMPOSE DQT U
macos: LA(U) U
windows: ALT+0252
"Ü":
linux: COMPOSE DQT LS(U)
macos: LA(U) LS(U)
windows: ALT+0220
"ß":
linux: COMPOSE S S
macos: LA(S)
windows: ALT+0223
"€":
linux: COMPOSE E EQUAL
macos: LA(LS(N2))
windows: ALT+0128