]> shimmer.witbreuk.eu Git - UltimateKEYS.git/blob - autohotkey-v2.0-beta/UltimateKEYS SW (Scroll Lock) (for AutoHotkey v2.0 beta).ahk
569590abd65d57012dc567d602409e7441e2dd7a
[UltimateKEYS.git] / autohotkey-v2.0-beta / UltimateKEYS SW (Scroll Lock) (for AutoHotkey v2.0 beta).ahk
1 ; UltimateKEYS SW (Scroll Lock) (for AutoHotkey v2.0 beta).ahk - 2021-07-26
2
3 ; Created by : Pieter Degroote
4
5 ; License : GNU General Public License Version 3
6
7 ; GitHub : https://github.com/pieter-degroote/UltimateKEYS
8
9
10 ; Requirements :
11
12 ; Keyboard layout (on Windows OS) : US QWERTY
13
14 ; Tested with : AutoHotkey v2.0-beta.1 (https://www.autohotkey.com/)
15
16
17
18 ListLines False ; omits recently executed lines from history (for privacy and security)
19 KeyHistory 0 ; disables the key history (for privacy and security)
20
21 SendMode "Event" ; allows chaining of customized key combinations
22
23 global dkEndKeys := "{bs}{del}{esc}{home}{end}" ; ends dead key input on specific keys
24
25
26 ; Dead Key : Circumflex Accent
27
28 global dkCircumflex := Map()
29 dkCircumflex["a"] := "{u+00e2}" ; (â) a with circumflex
30 dkCircumflex["A"] := "{u+00c2}" ; (Â) A with circumflex
31 dkCircumflex["c"] := "{u+0109}" ; (ĉ) c with circumflex
32 dkCircumflex["C"] := "{u+0108}" ; (Ĉ) C with circumflex
33 dkCircumflex["e"] := "{u+00ea}" ; (ê) e with circumflex
34 dkCircumflex["E"] := "{u+00ca}" ; (Ê) E with circumflex
35 dkCircumflex["g"] := "{u+011d}" ; (ĝ) g with circumflex
36 dkCircumflex["G"] := "{u+011c}" ; (Ĝ) G with circumflex
37 dkCircumflex["h"] := "{u+0125}" ; (ĥ) h with circumflex
38 dkCircumflex["H"] := "{u+0124}" ; (Ĥ) H with circumflex
39 dkCircumflex["i"] := "{u+00ee}" ; (î) i with circumflex
40 dkCircumflex["I"] := "{u+00ce}" ; (Î) I with circumflex
41 dkCircumflex["j"] := "{u+0135}" ; (ĵ) j with circumflex
42 dkCircumflex["J"] := "{u+0134}" ; (Ĵ) J with circumflex
43 dkCircumflex["o"] := "{u+00f4}" ; (ô) o with circumflex
44 dkCircumflex["O"] := "{u+00d4}" ; (Ô) O with circumflex
45 dkCircumflex["s"] := "{u+015d}" ; (ŝ) s with circumflex
46 dkCircumflex["S"] := "{u+015c}" ; (Ŝ) S with circumflex
47 dkCircumflex["u"] := "{u+00fb}" ; (û) u with circumflex
48 dkCircumflex["U"] := "{u+00db}" ; (Û) U with circumflex
49 dkCircumflex["w"] := "{u+0175}" ; (ŵ) w with circumflex
50 dkCircumflex["W"] := "{u+0174}" ; (Ŵ) W with circumflex
51 dkCircumflex["y"] := "{u+0177}" ; (ŷ) y with circumflex
52 dkCircumflex["Y"] := "{u+0176}" ; (Ŷ) Y with circumflex
53 dkCircumflex["z"] := "{u+1e91}" ; (ẑ) z with circumflex
54 dkCircumflex["Z"] := "{u+1e90}" ; (Ẑ) Z with circumflex
55 dkCircumflex["1"] := "{u+21d9}" ; (⇙) south west double arrow
56 dkCircumflex["2"] := "{u+21d3}" ; (⇓) downwards double arrow
57 dkCircumflex["3"] := "{u+21d8}" ; (⇘) south east double arrow
58 dkCircumflex["4"] := "{u+21d0}" ; (⇐) leftwards double arrow
59 dkCircumflex["5"] := "{u+21d5}" ; (⇕) up down double arrow
60 dkCircumflex["6"] := "{u+21d2}" ; (⇒) rightwards double arrow
61 dkCircumflex["7"] := "{u+21d6}" ; (⇖) north west double arrow
62 dkCircumflex["8"] := "{u+21d1}" ; (⇑) upwards double arrow
63 dkCircumflex["9"] := "{u+21d7}" ; (⇗) north east double arrow
64 dkCircumflex["0"] := "{u+21d4}" ; (⇔) left right double arrow
65 dkCircumflex["!"] := "{u+21d9}" ; (⇙) south west double arrow
66 dkCircumflex["@"] := "{u+21d3}" ; (⇓) downwards double arrow
67 dkCircumflex["#"] := "{u+21d8}" ; (⇘) south east double arrow
68 dkCircumflex["$"] := "{u+21d0}" ; (⇐) leftwards double arrow
69 dkCircumflex["%"] := "{u+21d5}" ; (⇕) up down double arrow
70 dkCircumflex["^"] := "{u+21d2}" ; (⇒) rightwards double arrow
71 dkCircumflex["&"] := "{u+21d6}" ; (⇖) north west double arrow
72 dkCircumflex["*"] := "{u+21d1}" ; (⇑) upwards double arrow
73 dkCircumflex["("] := "{u+21d7}" ; (⇗) north east double arrow
74 dkCircumflex[")"] := "{u+21d4}" ; (⇔) left right double arrow
75 dkCircumflex[" "] := "{^}" ; circumflex accent
76
77
78 ; Dead Key : Caron
79
80 global dkCaron := Map()
81 dkCaron["a"] := "{u+01ce}" ; (ǎ) a with caron
82 dkCaron["A"] := "{u+01cd}" ; (Ǎ) A with caron
83 dkCaron["c"] := "{u+010d}" ; (č) c with caron
84 dkCaron["C"] := "{u+010c}" ; (Č) C with caron
85 dkCaron["d"] := "{u+010f}" ; (ď) d with caron
86 dkCaron["D"] := "{u+010e}" ; (Ď) D with caron
87 dkCaron["e"] := "{u+011b}" ; (ě) e with caron
88 dkCaron["E"] := "{u+011a}" ; (Ě) E with caron
89 dkCaron["g"] := "{u+01e7}" ; (ǧ) g with caron
90 dkCaron["G"] := "{u+01e6}" ; (Ǧ) G with caron
91 dkCaron["h"] := "{u+021f}" ; (ȟ) h with caron
92 dkCaron["H"] := "{u+021e}" ; (Ȟ) H with caron
93 dkCaron["i"] := "{u+01d0}" ; (ǐ) i with caron
94 dkCaron["I"] := "{u+01cf}" ; (Ǐ) I with caron
95 dkCaron["j"] := "{u+01f0}" ; (ǰ) j with caron
96 dkCaron["k"] := "{u+01e9}" ; (ǩ) k with caron
97 dkCaron["K"] := "{u+01e8}" ; (Ǩ) K with caron
98 dkCaron["l"] := "{u+013e}" ; (ľ) l with caron
99 dkCaron["L"] := "{u+013d}" ; (Ľ) L with caron
100 dkCaron["n"] := "{u+0148}" ; (ň) n with caron
101 dkCaron["N"] := "{u+0147}" ; (Ň) N with caron
102 dkCaron["o"] := "{u+01d2}" ; (ǒ) o with caron
103 dkCaron["O"] := "{u+01d1}" ; (Ǒ) O with caron
104 dkCaron["r"] := "{u+0159}" ; (ř) r with caron
105 dkCaron["R"] := "{u+0158}" ; (Ř) R with caron
106 dkCaron["s"] := "{u+0161}" ; (š) s with caron
107 dkCaron["S"] := "{u+0160}" ; (Š) S with caron
108 dkCaron["t"] := "{u+0165}" ; (ť) t with caron
109 dkCaron["T"] := "{u+0164}" ; (Ť) T with caron
110 dkCaron["u"] := "{u+01d4}" ; (ǔ) u with caron
111 dkCaron["U"] := "{u+01d3}" ; (Ǔ) U with caron
112 dkCaron["v"] := "{u+01da}" ; (ǚ) u with diaeresis and caron
113 dkCaron["V"] := "{u+01d9}" ; (Ǚ) U with diaeresis and caron
114 dkCaron["z"] := "{u+017e}" ; (ž) z with caron
115 dkCaron["Z"] := "{u+017d}" ; (Ž) Z with caron
116 dkCaron["3"] := "{u+01ef}" ; (ǯ) small letter ezh with caron
117 dkCaron["#"] := "{u+01ee}" ; (Ǯ) capital letter ezh with caron
118 dkCaron["2"] := "{u+25bc}" ; (▼) black down-pointing triangle
119 dkCaron["@"] := "{u+25bd}" ; (▽) white down-pointing triangle
120 dkCaron["4"] := "{u+25c0}" ; (◀) black left-pointing triangle
121 dkCaron["$"] := "{u+25c1}" ; (◁) white left-pointing triangle
122 dkCaron["6"] := "{u+25b6}" ; (▶) black right-pointing triangle
123 dkCaron["^"] := "{u+25b7}" ; (▷) white right-pointing triangle
124 dkCaron["8"] := "{u+25b2}" ; (▲) black up-pointing triangle
125 dkCaron["*"] := "{u+25b3}" ; (△) white up-pointing triangle
126 dkCaron[" "] := "{u+02c7}" ; (ˇ) caron
127
128
129 ; Dead Key : Dot Above
130
131 global dkDotAbove := Map()
132 dkDotAbove["a"] := "{u+0227}" ; (ȧ) a with dot above
133 dkDotAbove["A"] := "{u+0226}" ; (Ȧ) A with dot above
134 dkDotAbove["b"] := "{u+1e03}" ; (ḃ) b with dot above
135 dkDotAbove["B"] := "{u+1e02}" ; (Ḃ) B with dot above
136 dkDotAbove["c"] := "{u+010b}" ; (ċ) c with dot above
137 dkDotAbove["C"] := "{u+010a}" ; (Ċ) C with dot above
138 dkDotAbove["d"] := "{u+1e0b}" ; (ḋ) d with dot above
139 dkDotAbove["D"] := "{u+1e0a}" ; (Ḋ) D with dot above
140 dkDotAbove["e"] := "{u+0117}" ; (ė) e with dot above
141 dkDotAbove["E"] := "{u+0116}" ; (Ė) E with dot above
142 dkDotAbove["f"] := "{u+1e1f}" ; (ḟ) f with dot above
143 dkDotAbove["F"] := "{u+1e1e}" ; (Ḟ) F with dot above
144 dkDotAbove["g"] := "{u+0121}" ; (ġ) g with dot above
145 dkDotAbove["G"] := "{u+0120}" ; (Ġ) G with dot above
146 dkDotAbove["h"] := "{u+1e23}" ; (ḣ) h with dot above
147 dkDotAbove["H"] := "{u+1e22}" ; (Ḣ) H with dot above
148 dkDotAbove["i"] := "{u+0131}" ; (ı) dotless i (Turkish, Azerbaijani)
149 dkDotAbove["I"] := "{u+0130}" ; (İ) I with dot above (Turkish, Azerbaijani)
150 dkDotAbove["j"] := "{u+0237}" ; (ȷ) dotless j
151 dkDotAbove["l"] := "{u+0140}" ; (ŀ) l with middle dot
152 dkDotAbove["L"] := "{u+013f}" ; (Ŀ) L with middle dot
153 dkDotAbove["m"] := "{u+1e41}" ; (ṁ) m with dot above
154 dkDotAbove["M"] := "{u+1e40}" ; (Ṁ) M with dot above
155 dkDotAbove["n"] := "{u+1e45}" ; (ṅ) n with dot above
156 dkDotAbove["N"] := "{u+1e44}" ; (Ṅ) N with dot above
157 dkDotAbove["o"] := "{u+022f}" ; (ȯ) o with dot above
158 dkDotAbove["O"] := "{u+022e}" ; (Ȯ) O with dot above
159 dkDotAbove["p"] := "{u+1e57}" ; (ṗ) p with dot above
160 dkDotAbove["P"] := "{u+1e56}" ; (Ṗ) P with dot above
161 dkDotAbove["r"] := "{u+1e59}" ; (ṙ) r with dot above
162 dkDotAbove["R"] := "{u+1e58}" ; (Ṙ) R with dot above
163 dkDotAbove["s"] := "{u+1e61}" ; (ṡ) s with dot above
164 dkDotAbove["S"] := "{u+1e60}" ; (Ṡ) S with dot above
165 dkDotAbove["t"] := "{u+1e6b}" ; (ṫ) t with dot above
166 dkDotAbove["T"] := "{u+1e6a}" ; (Ṫ) T with dot above
167 dkDotAbove["u"] := "{u+016f}" ; (ů) u with ring above
168 dkDotAbove["U"] := "{u+016e}" ; (Ů) U with ring above
169 dkDotAbove["w"] := "{u+1e87}" ; (ẇ) w with dot above
170 dkDotAbove["W"] := "{u+1e86}" ; (Ẇ) W with dot above
171 dkDotAbove["x"] := "{u+1e8b}" ; (ẋ) x with dot above
172 dkDotAbove["X"] := "{u+1e8a}" ; (Ẋ) X with dot above
173 dkDotAbove["y"] := "{u+1e8f}" ; (ẏ) y with dot above
174 dkDotAbove["Y"] := "{u+1e8e}" ; (Ẏ) Y with dot above
175 dkDotAbove["z"] := "{u+017c}" ; (ż) z with dot above
176 dkDotAbove["Z"] := "{u+017b}" ; (Ż) Z with dot above
177 dkDotAbove["1"] := "{u+2199}" ; (↙) south west arrow
178 dkDotAbove["2"] := "{u+2193}" ; (↓) downwards arrow
179 dkDotAbove["3"] := "{u+2198}" ; (↘) south east arrow
180 dkDotAbove["4"] := "{u+2190}" ; (←) leftwards arrow
181 dkDotAbove["5"] := "{u+2195}" ; (↕) up down arrow
182 dkDotAbove["6"] := "{u+2192}" ; (→) rightwards arrow
183 dkDotAbove["7"] := "{u+2196}" ; (↖) north west arrow
184 dkDotAbove["8"] := "{u+2191}" ; (↑) upwards arrow
185 dkDotAbove["9"] := "{u+2197}" ; (↗) north east arrow
186 dkDotAbove["0"] := "{u+2194}" ; (↔) left right arrow
187 dkDotAbove["!"] := "{u+2199}" ; (↙) south west arrow
188 dkDotAbove["@"] := "{u+2193}" ; (↓) downwards arrow
189 dkDotAbove["#"] := "{u+2198}" ; (↘) south east arrow
190 dkDotAbove["$"] := "{u+2190}" ; (←) leftwards arrow
191 dkDotAbove["%"] := "{u+2195}" ; (↕) up down arrow
192 dkDotAbove["^"] := "{u+2192}" ; (→) rightwards arrow
193 dkDotAbove["&"] := "{u+2196}" ; (↖) north west arrow
194 dkDotAbove["*"] := "{u+2191}" ; (↑) upwards arrow
195 dkDotAbove["("] := "{u+2197}" ; (↗) north east arrow
196 dkDotAbove[")"] := "{u+2194}" ; (↔) left right arrow
197 dkDotAbove[chr(0x00e5)] := "{u+1e98}" ; (å -> ẘ) w with ring above
198 dkDotAbove[chr(0x00fb)] := "{u+1e99}" ; (û -> ẙ) y with ring above
199 dkDotAbove[" "] := "{u+02d9}" ; (˙) dot above
200
201
202 ; Dead Key : Macron/Stroke
203
204 global dkMacronStroke := Map()
205 dkMacronStroke["a"] := "{u+0101}" ; (ā) a with macron
206 dkMacronStroke["A"] := "{u+0100}" ; (Ā) A with macron
207 dkMacronStroke[chr(0x00e6)] := "{u+01e3}" ; (æ -> ǣ) ae with macron
208 dkMacronStroke[chr(0x00c6)] := "{u+01e2}" ; (Æ -> Ǣ) AE with macron
209 dkMacronStroke["b"] := "{u+0180}" ; (ƀ) b with stroke
210 dkMacronStroke["B"] := "{u+0243}" ; (Ƀ) B with stroke
211 dkMacronStroke["d"] := "{u+0111}" ; (đ) d with stroke
212 dkMacronStroke["D"] := "{u+0110}" ; (Đ) D with stroke
213 dkMacronStroke["e"] := "{u+0113}" ; (ē) e with macron
214 dkMacronStroke["E"] := "{u+0112}" ; (Ē) E with macron
215 dkMacronStroke["g"] := "{u+01e5}" ; (ǥ) g with stroke (Skolt Sami)
216 dkMacronStroke["G"] := "{u+01e4}" ; (Ǥ) G with stroke (Skolt Sami)
217 dkMacronStroke[chr(0x00e9)] := "{u+1e21}" ; (é -> ḡ) g with macron
218 dkMacronStroke[chr(0x00c9)] := "{u+1e20}" ; (É -> Ḡ) G with macron
219 dkMacronStroke["h"] := "{u+0127}" ; (ħ) h with stroke (Maltese)
220 dkMacronStroke["H"] := "{u+0126}" ; (Ħ) H with stroke (Maltese)
221 dkMacronStroke["i"] := "{u+012b}" ; (ī) i with macron
222 dkMacronStroke["I"] := "{u+012a}" ; (Ī) I with macron
223 dkMacronStroke[chr(0x00ef)] := "{u+0268}" ; (ï -> ɨ) i with stroke
224 dkMacronStroke[chr(0x00cf)] := "{u+0197}" ; (Ï -> Ɨ) I with stroke
225 dkMacronStroke["j"] := "{u+0249}" ; (ɉ) j with stroke
226 dkMacronStroke["J"] := "{u+0248}" ; (Ɉ) J with stroke
227 dkMacronStroke["l"] := "{u+0142}" ; (ł) l with stroke
228 dkMacronStroke["L"] := "{u+0141}" ; (Ł) L with stroke
229 dkMacronStroke[chr(0x00f8)] := "{u+1e3b}" ; (ø -> ḻ) l with line below
230 dkMacronStroke[chr(0x00d8)] := "{u+1e3a}" ; (Ø -> Ḻ) L with line below
231 dkMacronStroke["o"] := "{u+014d}" ; (ō) o with macron
232 dkMacronStroke["O"] := "{u+014c}" ; (Ō) O with macron
233 dkMacronStroke[chr(0x00f6)] := "{u+01ed}" ; (ö -> ǭ) o with ogonek and macron
234 dkMacronStroke[chr(0x00d6)] := "{u+01ec}" ; (Ö -> Ǭ) O with ogonek and macron
235 dkMacronStroke["p"] := "{u+1d7d}" ; (ᵽ) p with stroke
236 dkMacronStroke["P"] := "{u+2c63}" ; (Ᵽ) P with stroke
237 dkMacronStroke["r"] := "{u+024d}" ; (ɍ) r with stroke
238 dkMacronStroke["R"] := "{u+024c}" ; (Ɍ) R with stroke
239 dkMacronStroke["t"] := "{u+0167}" ; (ŧ) t with stroke
240 dkMacronStroke["T"] := "{u+0166}" ; (Ŧ) T with stroke
241 dkMacronStroke["u"] := "{u+016b}" ; (ū) u with macron
242 dkMacronStroke["U"] := "{u+016a}" ; (Ū) U with macron
243 dkMacronStroke[chr(0x00fc)] := "{u+0289}" ; (ü -> ʉ) u with bar
244 dkMacronStroke[chr(0x00dc)] := "{u+0244}" ; (Ü -> Ʉ) U with bar
245 dkMacronStroke["y"] := "{u+0233}" ; (ȳ) y with macron
246 dkMacronStroke["Y"] := "{u+0232}" ; (Ȳ) Y with macron
247 dkMacronStroke[chr(0x00fb)] := "{u+024f}" ; (û -> ɏ) y with stroke
248 dkMacronStroke[chr(0x00db)] := "{u+024e}" ; (Û -> Ɏ) Y with stroke
249 dkMacronStroke["z"] := "{u+01b6}" ; (ƶ) z with stroke
250 dkMacronStroke["Z"] := "{u+01b5}" ; (Ƶ) Z with stroke
251 dkMacronStroke["1"] := "{u+21b2}" ; (↲) downwards arrow with tip leftwards
252 dkMacronStroke["2"] := "{u+21f5}" ; (⇵) downwards arrow leftwards of upwards arrow
253 dkMacronStroke["3"] := "{u+21b3}" ; (↳) downwards arrow with tip rightwards
254 dkMacronStroke["4"] := "{u+21c6}" ; (⇆) leftwards arrow over rightwards arrow
255 dkMacronStroke["5"] := "{u+21a8}" ; (↨) up down arrow with base
256 dkMacronStroke["6"] := "{u+21c4}" ; (⇄) rightwards arrow over leftwards arrow
257 dkMacronStroke["7"] := "{u+21b0}" ; (↰) upwards arrow with tip leftwards
258 dkMacronStroke["8"] := "{u+21c5}" ; (⇅) upwards arrow leftwards of downwards arrow
259 dkMacronStroke["9"] := "{u+21b1}" ; (↱) upwards arrow with tip rightwards
260 dkMacronStroke["0"] := "{u+21b9}" ; (↹) leftwards arrow to bar over rightwards arrow to bar
261 dkMacronStroke["!"] := "{u+21b2}" ; (↲) downwards arrow with tip leftwards
262 dkMacronStroke["@"] := "{u+21f5}" ; (⇵) downwards arrow leftwards of upwards arrow
263 dkMacronStroke["#"] := "{u+21b3}" ; (↳) downwards arrow with tip rightwards
264 dkMacronStroke["$"] := "{u+21c6}" ; (⇆) leftwards arrow over rightwards arrow
265 dkMacronStroke["%"] := "{u+21a8}" ; (↨) up down arrow with base
266 dkMacronStroke["^"] := "{u+21c4}" ; (⇄) rightwards arrow over leftwards arrow
267 dkMacronStroke["&"] := "{u+21b0}" ; (↰) upwards arrow with tip leftwards
268 dkMacronStroke["*"] := "{u+21c5}" ; (⇅) upwards arrow leftwards of downwards arrow
269 dkMacronStroke["("] := "{u+21b1}" ; (↱) upwards arrow with tip rightwards
270 dkMacronStroke[")"] := "{u+21b9}" ; (↹) leftwards arrow to bar over rightwards arrow to bar
271 dkMacronStroke[" "] := "{u+00af}" ; (¯) macron
272
273
274 ; Dead Key : Cedilla/Ogonek
275
276 global dkCedillaOgonek := Map()
277 dkCedillaOgonek["a"] := "{u+0105}" ; (ą) a with ogonek
278 dkCedillaOgonek["A"] := "{u+0104}" ; (Ą) A with ogonek
279 dkCedillaOgonek["c"] := "{u+00e7}" ; (ç) c with cedilla
280 dkCedillaOgonek["C"] := "{u+00c7}" ; (Ç) C with cedilla
281 dkCedillaOgonek["d"] := "{u+1e11}" ; (ḑ) d with cedilla
282 dkCedillaOgonek["D"] := "{u+1e10}" ; (Ḑ) D with cedilla
283 dkCedillaOgonek["e"] := "{u+0119}" ; (ę) e with ogonek
284 dkCedillaOgonek["E"] := "{u+0118}" ; (Ę) E with ogonek
285 dkCedillaOgonek[chr(0x00eb)] := "{u+0229}" ; (ë -> ȩ) e with cedilla
286 dkCedillaOgonek[chr(0x00cb)] := "{u+0228}" ; (Ë -> Ȩ) E with cedilla
287 dkCedillaOgonek["g"] := "{u+0123}" ; (ģ) g with cedilla
288 dkCedillaOgonek["G"] := "{u+0122}" ; (Ģ) G with cedilla
289 dkCedillaOgonek["h"] := "{u+1e29}" ; (ḩ) h with cedilla
290 dkCedillaOgonek["H"] := "{u+1e28}" ; (Ḩ) H with cedilla
291 dkCedillaOgonek["i"] := "{u+012f}" ; (į) i with ogonek
292 dkCedillaOgonek["I"] := "{u+012e}" ; (Į) I with ogonek
293 dkCedillaOgonek["k"] := "{u+0137}" ; (ķ) k with cedilla
294 dkCedillaOgonek["K"] := "{u+0136}" ; (Ķ) K with cedilla
295 dkCedillaOgonek["l"] := "{u+013c}" ; (ļ) l with cedilla
296 dkCedillaOgonek["L"] := "{u+013b}" ; (Ļ) L with cedilla
297 dkCedillaOgonek["n"] := "{u+0146}" ; (ņ) n with cedilla
298 dkCedillaOgonek["N"] := "{u+0145}" ; (Ņ) N with cedilla
299 dkCedillaOgonek["o"] := "{u+01eb}" ; (ǫ) o with ogonek
300 dkCedillaOgonek["O"] := "{u+01ea}" ; (Ǫ) O with ogonek
301 dkCedillaOgonek[chr(0x00f6)] := "{u+01ed}" ; (ö -> ǭ) o with ogonek and macron
302 dkCedillaOgonek[chr(0x00d6)] := "{u+01ec}" ; (Ö -> Ǭ) O with ogonek and macron
303 dkCedillaOgonek["r"] := "{u+0157}" ; (ŗ) r with cedilla
304 dkCedillaOgonek["R"] := "{u+0156}" ; (Ŗ) R with cedilla
305 dkCedillaOgonek["s"] := "{u+015f}" ; (ş) s with cedilla
306 dkCedillaOgonek["S"] := "{u+015e}" ; (Ş) S with cedilla
307 dkCedillaOgonek["t"] := "{u+0163}" ; (ţ) t with cedilla
308 dkCedillaOgonek["T"] := "{u+0162}" ; (Ţ) T with cedilla
309 dkCedillaOgonek["u"] := "{u+0173}" ; (ų) u with ogonek
310 dkCedillaOgonek["U"] := "{u+0172}" ; (Ų) U with ogonek
311 dkCedillaOgonek["1"] := "{u+2013}" ; (–) en dash
312 dkCedillaOgonek["2"] := "{u+2014}" ; (—) em dash
313 dkCedillaOgonek["3"] := "{u+2015}" ; (―) horizontal bar
314 dkCedillaOgonek["4"] := "{u+2010}" ; (‐) hyphen
315 dkCedillaOgonek["9"] := "{u+2012}" ; (‒) figure dash
316 dkCedillaOgonek["0"] := "{u+00ad}" ; (­) soft hyphen
317 dkCedillaOgonek["!"] := "{u+2013}" ; (–) en dash
318 dkCedillaOgonek["@"] := "{u+2014}" ; (—) em dash
319 dkCedillaOgonek["#"] := "{u+2015}" ; (―) horizontal bar
320 dkCedillaOgonek["$"] := "{u+2010}" ; (‐) hyphen
321 dkCedillaOgonek["("] := "{u+2012}" ; (‒) figure dash
322 dkCedillaOgonek[")"] := "{u+00ad}" ; (­) soft hyphen
323 dkCedillaOgonek["-"] := "{u+2011}" ; (‑) non-breaking hyphen
324 dkCedillaOgonek["."] := "{u+02db}" ; (˛) ogonek
325 dkCedillaOgonek[" "] := "{u+00b8}" ; (¸) cedilla
326
327
328 ; Dead Key : Breve/Special
329
330 global dkBreveSpecial := Map()
331 dkBreveSpecial["a"] := "{u+0103}" ; (ă) a with breve
332 dkBreveSpecial["A"] := "{u+0102}" ; (Ă) A with breve
333 dkBreveSpecial[chr(0x00e4)] := "{u+0252}" ; (ä -> ɒ) latin small letter turned alpha
334 dkBreveSpecial[chr(0x00c4)] := "{u+2c70}" ; (Ä -> Ɒ) latin capital letter turned alpha
335 dkBreveSpecial["c"] := "{u+0188}" ; (ƈ) c with hook
336 dkBreveSpecial["C"] := "{u+0187}" ; (Ƈ) C with hook
337 dkBreveSpecial["d"] := "{u+0256}" ; (ɖ) small letter d with tail
338 dkBreveSpecial["D"] := "{u+0189}" ; (Ɖ) capital letter African D
339 dkBreveSpecial["e"] := "{u+0115}" ; (ĕ) e with breve
340 dkBreveSpecial["E"] := "{u+0114}" ; (Ĕ) E with breve
341 dkBreveSpecial[chr(0x00eb)] := "{u+01dd}" ; (ë -> ǝ) small turned e
342 dkBreveSpecial[chr(0x00cb)] := "{u+018e}" ; (Ë -> Ǝ) capital reversed E
343 dkBreveSpecial["f"] := "{u+0259}" ; (ə) small letter schwa (Azerbaijani)
344 dkBreveSpecial["F"] := "{u+018f}" ; (Ə) capital letter schwa (Azerbaijani)
345 dkBreveSpecial["g"] := "{u+011f}" ; (ğ) g with breve
346 dkBreveSpecial["G"] := "{u+011e}" ; (Ğ) G with breve
347 dkBreveSpecial[chr(0x00e9)] := "{u+0263}" ; (é -> ɣ) latin small gamma
348 dkBreveSpecial[chr(0x00c9)] := "{u+0194}" ; (É -> Ɣ) latin capital gamma
349 dkBreveSpecial["h"] := "{u+a727}" ; (ꜧ) small letter heng
350 dkBreveSpecial["H"] := "{u+a726}" ; (Ꜧ) capital letter heng
351 dkBreveSpecial["i"] := "{u+012d}" ; (ĭ) i with breve
352 dkBreveSpecial["I"] := "{u+012c}" ; (Ĭ) I with breve
353 dkBreveSpecial["j"] := "{u+0133}" ; (ij) ligature ij
354 dkBreveSpecial["J"] := "{u+0132}" ; (IJ) ligature IJ
355 dkBreveSpecial["k"] := "{u+0199}" ; (ƙ) k with hook
356 dkBreveSpecial["K"] := "{u+0198}" ; (Ƙ) K with hook
357 dkBreveSpecial["m"] := "{u+0271}" ; (ɱ) m with hook
358 dkBreveSpecial["M"] := "{u+2c6e}" ; (Ɱ) M with hook
359 dkBreveSpecial["n"] := "{u+014b}" ; (ŋ) small letter eng(ma)
360 dkBreveSpecial["N"] := "{u+014a}" ; (Ŋ) capital letter eng(ma)
361 dkBreveSpecial[chr(0x00f1)] := "{u+0272}" ; (ñ -> ɲ) n with left hook
362 dkBreveSpecial[chr(0x00d1)] := "{u+019d}" ; (Ñ -> Ɲ) N with left hook
363 dkBreveSpecial["o"] := "{u+014f}" ; (ŏ) o with breve
364 dkBreveSpecial["O"] := "{u+014e}" ; (Ŏ) O with breve
365 dkBreveSpecial[chr(0x00f6)] := "{u+0254}" ; (ö -> ɔ) small open o
366 dkBreveSpecial[chr(0x00d6)] := "{u+0186}" ; (Ö -> Ɔ) capital open O
367 dkBreveSpecial["p"] := "{u+01a5}" ; (ƥ) p with hook
368 dkBreveSpecial["P"] := "{u+01a4}" ; (Ƥ) P with hook
369 dkBreveSpecial["r"] := "{u+027d}" ; (ɽ) r with tail
370 dkBreveSpecial["R"] := "{u+2c64}" ; (Ɽ) R with tail
371 dkBreveSpecial["s"] := "{u+0219}" ; (ș) s with comma below (Romanian)
372 dkBreveSpecial["S"] := "{u+0218}" ; (Ș) S with comma below (Romanian)
373 dkBreveSpecial[chr(0x00df)] := "{u+1e9e}" ; (ß -> ẞ) capital sharp S (capital Eszett)
374 dkBreveSpecial["t"] := "{u+021b}" ; (ț) t with comma below (Romanian)
375 dkBreveSpecial["T"] := "{u+021a}" ; (Ț) T with comma below (Romanian)
376 dkBreveSpecial["u"] := "{u+016d}" ; (ŭ) u with breve
377 dkBreveSpecial["U"] := "{u+016c}" ; (Ŭ) U with breve
378 dkBreveSpecial["v"] := "{u+028a}" ; (ʊ) latin small letter upsilon
379 dkBreveSpecial["V"] := "{u+01b1}" ; (Ʊ) latin capital letter upsilon
380 dkBreveSpecial["w"] := "{u+01bf}" ; (ƿ) small letter wynn
381 dkBreveSpecial["W"] := "{u+01f7}" ; (Ƿ) capital letter wynn
382 dkBreveSpecial[chr(0x00e5)] := "{u+2c73}" ; (å -> ⱳ) w with hook
383 dkBreveSpecial[chr(0x00c5)] := "{u+2c72}" ; (Å -> Ⱳ) W with hook
384 dkBreveSpecial["y"] := "{u+021d}" ; (ȝ) small letter yogh
385 dkBreveSpecial["Y"] := "{u+021c}" ; (Ȝ) capital letter yogh
386 dkBreveSpecial["z"] := "{u+0225}" ; (ȥ) z with hook
387 dkBreveSpecial["Z"] := "{u+0224}" ; (Ȥ) Z with hook
388 dkBreveSpecial["3"] := "{u+0292}" ; (ʒ) small letter ezh
389 dkBreveSpecial["#"] := "{u+01b7}" ; (Ʒ) capital letter ezh
390 dkBreveSpecial[" "] := "{u+02d8}" ; (˘) breve
391
392
393 ; Dead Key : Acute Accent
394
395 global dkAcuteAccent := Map()
396 dkAcuteAccent["a"] := "{u+00e1}" ; (á) a with acute
397 dkAcuteAccent["A"] := "{u+00c1}" ; (Á) A with acute
398 dkAcuteAccent[chr(0x00e4)] := "{u+0251}" ; (ä -> ɑ) latin small letter alpha
399 dkAcuteAccent[chr(0x00c4)] := "{u+2c6d}" ; (Ä -> Ɑ) latin capital letter alpha
400 dkAcuteAccent["b"] := "{u+0253}" ; (ɓ) b with hook
401 dkAcuteAccent["B"] := "{u+0181}" ; (Ɓ) B with hook
402 dkAcuteAccent["c"] := "{u+0107}" ; (ć) c with acute
403 dkAcuteAccent["C"] := "{u+0106}" ; (Ć) C with acute
404 dkAcuteAccent[chr(0x00e7)] := "{u+1e09}" ; (ç -> ḉ) c with cedilla and acute
405 dkAcuteAccent[chr(0x00c7)] := "{u+1e08}" ; (Ç -> Ḉ) C with cedilla and acute
406 dkAcuteAccent["d"] := "{u+0257}" ; (ɗ) d with hook
407 dkAcuteAccent["D"] := "{u+018a}" ; (Ɗ) D with hook
408 dkAcuteAccent["e"] := "{u+00e9}" ; (é) e with acute
409 dkAcuteAccent["E"] := "{u+00c9}" ; (É) E with acute
410 dkAcuteAccent[chr(0x00eb)] := "{u+025b}" ; (ë -> ɛ) small open e (latin small epsilon)
411 dkAcuteAccent[chr(0x00cb)] := "{u+0190}" ; (Ë -> Ɛ) capital open E (latin capital epsilon)
412 dkAcuteAccent["f"] := "{u+0192}" ; (ƒ) f with hook
413 dkAcuteAccent["F"] := "{u+0191}" ; (Ƒ) F with hook
414 dkAcuteAccent["g"] := "{u+01f5}" ; (ǵ) g with acute
415 dkAcuteAccent["G"] := "{u+01f4}" ; (Ǵ) G with acute
416 dkAcuteAccent[chr(0x00e9)] := "{u+0260}" ; (é -> ɠ) g with hook
417 dkAcuteAccent[chr(0x00c9)] := "{u+0193}" ; (É -> Ɠ) G with hook
418 dkAcuteAccent["h"] := "{u+0266}" ; (ɦ) h with hook
419 dkAcuteAccent["H"] := "{u+a7aa}" ; (Ɦ) H with hook
420 dkAcuteAccent["i"] := "{u+00ed}" ; (í) i with acute
421 dkAcuteAccent["I"] := "{u+00cd}" ; (Í) I with acute
422 dkAcuteAccent["j"] := "{u+0133}" ; (ij) ligature ij
423 dkAcuteAccent["J"] := "{u+0132}" ; (IJ) ligature IJ
424 dkAcuteAccent["k"] := "{u+1e31}" ; (ḱ) k with acute
425 dkAcuteAccent["K"] := "{u+1e30}" ; (Ḱ) K with acute
426 dkAcuteAccent["l"] := "{u+013a}" ; (ĺ) l with acute
427 dkAcuteAccent["L"] := "{u+0139}" ; (Ĺ) L with acute
428 dkAcuteAccent["m"] := "{u+1e3f}" ; (ḿ) m with acute
429 dkAcuteAccent["M"] := "{u+1e3e}" ; (Ḿ) M with acute
430 dkAcuteAccent["n"] := "{u+0144}" ; (ń) n with acute
431 dkAcuteAccent["N"] := "{u+0143}" ; (Ń) N with acute
432 dkAcuteAccent["o"] := "{u+00f3}" ; (ó) o with acute
433 dkAcuteAccent["O"] := "{u+00d3}" ; (Ó) O with acute
434 dkAcuteAccent[chr(0x00f6)] := "{u+0151}" ; (ö -> ő) o with double acute
435 dkAcuteAccent[chr(0x00d6)] := "{u+0150}" ; (Ö -> Ő) O with double acute
436 dkAcuteAccent["p"] := "{u+1e55}" ; (ṕ) p with acute
437 dkAcuteAccent["P"] := "{u+1e54}" ; (Ṕ) P with acute
438 dkAcuteAccent["q"] := "{u+024b}" ; (ɋ) q with hook tail
439 dkAcuteAccent["Q"] := "{u+024a}" ; (Ɋ) Q with hook tail
440 dkAcuteAccent["r"] := "{u+0155}" ; (ŕ) r with acute
441 dkAcuteAccent["R"] := "{u+0154}" ; (Ŕ) R with acute
442 dkAcuteAccent["s"] := "{u+015b}" ; (ś) s with acute
443 dkAcuteAccent["S"] := "{u+015a}" ; (Ś) S with acute
444 dkAcuteAccent[chr(0x00df)] := "{u+1e9e}" ; (ß -> ẞ) capital sharp S (capital Eszett)
445 dkAcuteAccent["t"] := "{u+01ad}" ; (ƭ) t with hook
446 dkAcuteAccent["T"] := "{u+01ac}" ; (Ƭ) T with hook
447 dkAcuteAccent["u"] := "{u+00fa}" ; (ú) u with acute
448 dkAcuteAccent["U"] := "{u+00da}" ; (Ú) U with acute
449 dkAcuteAccent[chr(0x00fc)] := "{u+0171}" ; (ü -> ű) u with double acute
450 dkAcuteAccent[chr(0x00dc)] := "{u+0170}" ; (Ü -> Ű) U with double acute
451 dkAcuteAccent["v"] := "{u+028b}" ; (ʋ) v with hook
452 dkAcuteAccent["V"] := "{u+01b2}" ; (Ʋ) V with hook
453 dkAcuteAccent[chr(0x00ec)] := "{u+028c}" ; (ì -> ʌ) latin small letter turned v
454 dkAcuteAccent[chr(0x00cc)] := "{u+0245}" ; (Ì -> Ʌ) latin capital letter turned V
455 dkAcuteAccent["w"] := "{u+1e83}" ; (ẃ) w with acute
456 dkAcuteAccent["W"] := "{u+1e82}" ; (Ẃ) W with acute
457 dkAcuteAccent["y"] := "{u+00fd}" ; (ý) y with acute
458 dkAcuteAccent["Y"] := "{u+00dd}" ; (Ý) Y with acute
459 dkAcuteAccent[chr(0x00fb)] := "{u+01b4}" ; (û -> ƴ) y with hook
460 dkAcuteAccent[chr(0x00db)] := "{u+01b3}" ; (Û -> Ƴ) Y with hook
461 dkAcuteAccent["z"] := "{u+017a}" ; (ź) z with acute
462 dkAcuteAccent["Z"] := "{u+0179}" ; (Ź) Z with acute
463 dkAcuteAccent[chr(0x00e5)] := "{u+01fb}" ; (å -> ǻ) a with ring above and acute
464 dkAcuteAccent[chr(0x00c5)] := "{u+01fa}" ; (Å -> Ǻ) A with ring above and acute
465 dkAcuteAccent[chr(0x00e6)] := "{u+01fd}" ; (æ -> ǽ) ae with acute
466 dkAcuteAccent[chr(0x00c6)] := "{u+01fc}" ; (Æ -> Ǽ) AE with acute
467 dkAcuteAccent[chr(0x00f8)] := "{u+01ff}" ; (ø -> ǿ) o with stroke and acute
468 dkAcuteAccent[chr(0x00d8)] := "{u+01fe}" ; (Ø -> Ǿ) O with stroke and acute
469 dkAcuteAccent["2"] := "{u+266b}" ; (♫) beamed eighth notes
470 dkAcuteAccent["3"] := "{u+2042}" ; (⁂) asterism
471 dkAcuteAccent["4"] := "{u+2605}" ; (★) black star
472 dkAcuteAccent["5"] := "{u+2606}" ; (☆) white star
473 dkAcuteAccent["6"] := "{u+273d}" ; (✽) heavy teardrop-spoked asterisk
474 dkAcuteAccent["7"] := "{u+273b}" ; (✻) teardrop-spoked asterisk
475 dkAcuteAccent["8"] := "{u+266a}" ; (♪) eighth note
476 dkAcuteAccent["9"] := "{u+2706}" ; (✆) telephone location sign
477 dkAcuteAccent["0"] := "{u+2709}" ; (✉) envelope
478 dkAcuteAccent["@"] := "{u+266b}" ; (♫) beamed eighth notes
479 dkAcuteAccent["#"] := "{u+2042}" ; (⁂) asterism
480 dkAcuteAccent["$"] := "{u+2605}" ; (★) black star
481 dkAcuteAccent["%"] := "{u+2606}" ; (☆) white star
482 dkAcuteAccent["^"] := "{u+273d}" ; (✽) heavy teardrop-spoked asterisk
483 dkAcuteAccent["&"] := "{u+273b}" ; (✻) teardrop-spoked asterisk
484 dkAcuteAccent["*"] := "{u+266a}" ; (♪) eighth note
485 dkAcuteAccent["("] := "{u+2706}" ; (✆) telephone location sign
486 dkAcuteAccent[")"] := "{u+2709}" ; (✉) envelope
487 dkAcuteAccent[" "] := "{u+00b4}" ; (´) acute accent
488
489
490 ; Dead Key : Diaeresis
491
492 global dkDiaeresis := Map()
493 dkDiaeresis["a"] := "{u+00e4}" ; (ä) a with diaeresis
494 dkDiaeresis["A"] := "{u+00c4}" ; (Ä) A with diaeresis
495 dkDiaeresis["e"] := "{u+00eb}" ; (ë) e with diaeresis
496 dkDiaeresis["E"] := "{u+00cb}" ; (Ë) E with diaeresis
497 dkDiaeresis["h"] := "{u+1e27}" ; (ḧ) h with diaeresis
498 dkDiaeresis["H"] := "{u+1e26}" ; (Ḧ) H with diaeresis
499 dkDiaeresis["i"] := "{u+00ef}" ; (ï) i with diaeresis
500 dkDiaeresis["I"] := "{u+00cf}" ; (Ï) I with diaeresis
501 dkDiaeresis["o"] := "{u+00f6}" ; (ö) o with diaeresis
502 dkDiaeresis["O"] := "{u+00d6}" ; (Ö) O with diaeresis
503 dkDiaeresis["t"] := "{u+1e97}" ; (ẗ) t with diaeresis
504 dkDiaeresis["u"] := "{u+00fc}" ; (ü) u with diaeresis
505 dkDiaeresis["U"] := "{u+00dc}" ; (Ü) U with diaeresis
506 dkDiaeresis["w"] := "{u+1e85}" ; (ẅ) w with diaeresis
507 dkDiaeresis["W"] := "{u+1e84}" ; (Ẅ) W with diaeresis
508 dkDiaeresis["x"] := "{u+1e8d}" ; (ẍ) x with diaeresis
509 dkDiaeresis["X"] := "{u+1e8c}" ; (Ẍ) X with diaeresis
510 dkDiaeresis["y"] := "{u+00ff}" ; (ÿ) y with diaeresis
511 dkDiaeresis["Y"] := "{u+0178}" ; (Ÿ) Y with diaeresis
512 dkDiaeresis[" "] := "{u+00a8}" ; (¨) diaeresis
513
514
515 ; Dead Key : Grave Accent
516
517 global dkGraveAccent := Map()
518 dkGraveAccent["a"] := "{u+00e0}" ; (à) a with grave
519 dkGraveAccent["A"] := "{u+00c0}" ; (À) A with grave
520 dkGraveAccent["d"] := "{u+00f0}" ; (ð) small letter eth
521 dkGraveAccent["D"] := "{u+00d0}" ; (Ð) capital letter eth
522 dkGraveAccent["e"] := "{u+00e8}" ; (è) e with grave
523 dkGraveAccent["E"] := "{u+00c8}" ; (È) E with grave
524 dkGraveAccent["i"] := "{u+00ec}" ; (ì) i with grave
525 dkGraveAccent["I"] := "{u+00cc}" ; (Ì) I with grave
526 dkGraveAccent["n"] := "{u+01f9}" ; (ǹ) n with grave
527 dkGraveAccent["N"] := "{u+01f8}" ; (Ǹ) N with grave
528 dkGraveAccent["o"] := "{u+00f2}" ; (ò) o with grave
529 dkGraveAccent["O"] := "{u+00d2}" ; (Ò) O with grave
530 dkGraveAccent["t"] := "{u+00fe}" ; (þ) small letter thorn
531 dkGraveAccent["T"] := "{u+00de}" ; (Þ) capital letter thorn
532 dkGraveAccent["u"] := "{u+00f9}" ; (ù) u with grave
533 dkGraveAccent["U"] := "{u+00d9}" ; (Ù) U with grave
534 dkGraveAccent["w"] := "{u+1e81}" ; (ẁ) w with grave
535 dkGraveAccent["W"] := "{u+1e80}" ; (Ẁ) W with grave
536 dkGraveAccent["y"] := "{u+1ef3}" ; (ỳ) y with grave
537 dkGraveAccent["Y"] := "{u+1ef2}" ; (Ỳ) Y with grave
538 dkGraveAccent["c"] := "{u+2663}" ; (♣) black club suit
539 dkGraveAccent["C"] := "{u+2667}" ; (♧) white club suit
540 dkGraveAccent["m"] := "{u+2666}" ; (♦) black diamond suit
541 dkGraveAccent["M"] := "{u+2662}" ; (♢) white diamond suit
542 dkGraveAccent["h"] := "{u+2665}" ; (♥) black heart suit
543 dkGraveAccent["H"] := "{u+2661}" ; (♡) white heart suit
544 dkGraveAccent["s"] := "{u+2660}" ; (♠) black spade suit
545 dkGraveAccent["S"] := "{u+2664}" ; (♤) white spade suit
546 dkGraveAccent["1"] := "{u+2002}" ; en space
547 dkGraveAccent["2"] := "{u+2003}" ; em space
548 dkGraveAccent["3"] := "{u+2004}" ; three-per-em space
549 dkGraveAccent["4"] := "{u+2005}" ; four-per-em space
550 dkGraveAccent["5"] := "{u+2008}" ; punctuation space
551 dkGraveAccent["6"] := "{u+2006}" ; six-per-em space
552 dkGraveAccent["7"] := "{u+2009}" ; thin space
553 dkGraveAccent["8"] := "{u+200a}" ; hair space
554 dkGraveAccent["9"] := "{u+2007}" ; figure space
555 dkGraveAccent["0"] := "{u+200b}" ; zero-width space
556 dkGraveAccent["!"] := "{u+2002}" ; en space
557 dkGraveAccent["@"] := "{u+2003}" ; em space
558 dkGraveAccent["#"] := "{u+2004}" ; three-per-em space
559 dkGraveAccent["$"] := "{u+2005}" ; four-per-em space
560 dkGraveAccent["%"] := "{u+2008}" ; punctuation space
561 dkGraveAccent["^"] := "{u+2006}" ; six-per-em space
562 dkGraveAccent["&"] := "{u+2009}" ; thin space
563 dkGraveAccent["*"] := "{u+200a}" ; hair space
564 dkGraveAccent["("] := "{u+2007}" ; figure space
565 dkGraveAccent[")"] := "{u+200b}" ; zero-width space
566 dkGraveAccent["-"] := "{u+00a0}" ; non-breaking space
567 dkGraveAccent["="] := "{u+202f}" ; narrow no-break space
568 dkGraveAccent[chr(0x00f6)] := "{u+01a1}" ; (ö -> ơ) o with horn
569 dkGraveAccent[chr(0x00d6)] := "{u+01a0}" ; (Ö -> Ơ) O with horn
570 dkGraveAccent[chr(0x00fc)] := "{u+01b0}" ; (ü -> ư) u with horn
571 dkGraveAccent[chr(0x00dc)] := "{u+01af}" ; (Ü -> Ư) U with horn
572 dkGraveAccent[" "] := "``" ; grave accent
573
574
575 ; Dead Key : Tilde
576
577 global dkTilde := Map()
578 dkTilde["a"] := "{u+00e3}" ; (ã) a with tilde
579 dkTilde["A"] := "{u+00c3}" ; (Ã) A with tilde
580 dkTilde["e"] := "{u+1ebd}" ; (ẽ) e with tilde
581 dkTilde["E"] := "{u+1ebc}" ; (Ẽ) E with tilde
582 dkTilde["i"] := "{u+0129}" ; (ĩ) i with tilde
583 dkTilde["I"] := "{u+0128}" ; (Ĩ) I with tilde
584 dkTilde["n"] := "{u+00f1}" ; (ñ) n with tilde
585 dkTilde["N"] := "{u+00d1}" ; (Ñ) N with tilde
586 dkTilde["o"] := "{u+00f5}" ; (õ) o with tilde
587 dkTilde["O"] := "{u+00d5}" ; (Õ) O with tilde
588 dkTilde["u"] := "{u+0169}" ; (ũ) u with tilde
589 dkTilde["U"] := "{u+0168}" ; (Ũ) U with tilde
590 dkTilde["v"] := "{u+1e7d}" ; (ṽ) v with tilde
591 dkTilde["V"] := "{u+1e7c}" ; (Ṽ) V with tilde
592 dkTilde["y"] := "{u+1ef9}" ; (ỹ) y with tilde
593 dkTilde["Y"] := "{u+1ef8}" ; (Ỹ) Y with tilde
594 dkTilde["g"] := "{u+ab36}" ; (ꬶ) cross-tailed g
595 dkTilde["h"] := "{u+0267}" ; (ɧ) small letter heng with hook
596 dkTilde["k"] := "{u+0138}" ; (ĸ) small letter kra
597 dkTilde["s"] := "{u+0283}" ; (ʃ) small letter esh
598 dkTilde["S"] := "{u+01a9}" ; (Ʃ) capital letter esh
599 dkTilde["1"] := "{u+2000}" ; en quad
600 dkTilde["2"] := "{u+2001}" ; em quad
601 dkTilde["!"] := "{u+2000}" ; en quad
602 dkTilde["@"] := "{u+2001}" ; em quad
603 dkTilde[chr(0x00df)] := "{u+017f}" ; (ß -> ſ) small long s
604 dkTilde[" "] := "~" ; tilde
605
606
607 ; Dead Key : General Symbols
608
609 global dkGeneral := Map()
610 dkGeneral["a"] := "{u+00aa}" ; (ª) feminine ordinal indicator (Spanish, Portuguese, Italian, Galician)
611 dkGeneral["A"] := "{u+00aa}" ; (ª) feminine ordinal indicator (Spanish, Portuguese, Italian, Galician)
612 dkGeneral[chr(0x00e4)] := "{u+214d}" ; (ä -> ⅍) aktieselskab
613 dkGeneral[chr(0x00c4)] := "{u+214d}" ; (Ä -> ⅍) aktieselskab
614 dkGeneral["b"] := "{u+2022}" ; (•) bullet
615 dkGeneral["B"] := "{u+25e6}" ; (◦) white bullet
616 dkGeneral["c"] := "{u+2105}" ; (℅) care of
617 dkGeneral["C"] := "{u+2105}" ; (℅) care of
618 dkGeneral["d"] := "{u+2020}" ; (†) dagger
619 dkGeneral["D"] := "{u+2021}" ; (‡) double dagger
620 dkGeneral["e"] := "{u+212e}" ; (℮) estimated symbol
621 dkGeneral["E"] := "{u+2709}" ; (✉) envelope
622 dkGeneral["f"] := "{u+2640}" ; (♀) Venus symbol (female)
623 dkGeneral["F"] := "{u+2640}" ; (♀) Venus symbol (female)
624 dkGeneral["h"] := "{u+2766}" ; (❦) floral heart
625 dkGeneral["H"] := "{u+2767}" ; (❧) rotated floral heart bullet
626 dkGeneral["i"] := "{u+22c4}" ; (⋄) diamond operator
627 dkGeneral["I"] := "{u+22c4}" ; (⋄) diamond operator
628 dkGeneral["l"] := "{u+2113}" ; (ℓ) script small l
629 dkGeneral["L"] := "{u+2112}" ; (ℒ) Laplace transform
630 dkGeneral["m"] := "{u+2642}" ; (♂) Mars symbol (male)
631 dkGeneral["M"] := "{u+2642}" ; (♂) Mars symbol (male)
632 dkGeneral["n"] := "{u+00ac}" ; (¬) not sign
633 dkGeneral["N"] := "{u+00ac}" ; (¬) not sign
634 dkGeneral["o"] := "{u+00ba}" ; (º) masculine ordinal indicator (Spanish, Portuguese, Italian, Galician)
635 dkGeneral["O"] := "{u+00ba}" ; (º) masculine ordinal indicator (Spanish, Portuguese, Italian, Galician)
636 dkGeneral[chr(0x00f6)] := "{u+2126}" ; (ö -> Ω) ohm sign (backwards compatibility)
637 dkGeneral[chr(0x00d6)] := "{u+2126}" ; (Ö -> Ω) ohm sign (backwards compatibility)
638 dkGeneral["p"] := "{u+00b6}" ; (¶) pilcrow sign
639 dkGeneral["P"] := "{u+2117}" ; (℗) sound recording copyright
640 dkGeneral["q"] := "{u+201e}" ; („) double low-9 quotation mark
641 dkGeneral["Q"] := "{u+201a}" ; (‚) single low-9 quotation mark
642 dkGeneral["r"] := "{u+00ae}" ; (®) registered sign
643 dkGeneral["R"] := "{u+2619}" ; (☙) reversed rotated floral heart bullet
644 dkGeneral["s"] := "{u+2120}" ; (℠) service mark
645 dkGeneral["S"] := "{u+2120}" ; (℠) service mark
646 dkGeneral["t"] := "{u+2122}" ; (™) trademark symbol
647 dkGeneral["T"] := "{u+2706}" ; (✆) telephone location sign
648 dkGeneral["u"] := "{u+2610}" ; (☐) ballot box
649 dkGeneral["U"] := "{u+2610}" ; (☐) ballot box
650 dkGeneral["v"] := "{u+2713}" ; (✓) check mark
651 dkGeneral["V"] := "{u+2714}" ; (✔) heavy check mark
652 dkGeneral["x"] := "{u+2717}" ; (✗) ballot x
653 dkGeneral["X"] := "{u+2718}" ; (✘) heavy ballot x
654 dkGeneral["y"] := "{u+2611}" ; (☑) ballot box with check
655 dkGeneral["Y"] := "{u+2612}" ; (☒) ballot box with x
656 dkGeneral["1"] := "{u+2116}" ; (№) numero sign
657 dkGeneral["2"] := "{u+00bd}" ; (½) vulgar fraction 1/2
658 dkGeneral["3"] := "{u+2153}" ; (⅓) vulgar fraction 1/3
659 dkGeneral["4"] := "{u+00bc}" ; (¼) vulgar fraction 1/4
660 dkGeneral["5"] := "{u+2154}" ; (⅔) vulgar fraction 2/3
661 dkGeneral["6"] := "{u+00be}" ; (¾) vulgar fraction 3/4
662 dkGeneral["7"] := "{u+215b}" ; (⅛) vulgar fraction 1/8
663 dkGeneral["8"] := "{u+215c}" ; (⅜) vulgar fraction 3/8
664 dkGeneral["9"] := "{u+215d}" ; (⅝) vulgar fraction 5/8
665 dkGeneral["0"] := "{u+215e}" ; (⅞) vulgar fraction 7/8
666 dkGeneral["!"] := "{u+2116}" ; (№) numero sign
667 dkGeneral["@"] := "{u+00bd}" ; (½) vulgar fraction 1/2
668 dkGeneral["#"] := "{u+2153}" ; (⅓) vulgar fraction 1/3
669 dkGeneral["$"] := "{u+00bc}" ; (¼) vulgar fraction 1/4
670 dkGeneral["%"] := "{u+2154}" ; (⅔) vulgar fraction 2/3
671 dkGeneral["^"] := "{u+00be}" ; (¾) vulgar fraction 3/4
672 dkGeneral["&"] := "{u+215b}" ; (⅛) vulgar fraction 1/8
673 dkGeneral["*"] := "{u+215c}" ; (⅜) vulgar fraction 3/8
674 dkGeneral["("] := "{u+215d}" ; (⅝) vulgar fraction 5/8
675 dkGeneral[")"] := "{u+215e}" ; (⅞) vulgar fraction 7/8
676 dkGeneral["-"] := "{u+2043}" ; (⁃) hyphen bullet
677 dkGeneral["_"] := "{u+2023}" ; (‣) triangular bullet
678 dkGeneral["="] := "{u+00d7}" ; (×) multiplication sign
679 dkGeneral["+"] := "{u+00f7}" ; (÷) division sign
680 dkGeneral[";"] := "{u+263a}" ; (☺) white smiling face
681 dkGeneral[":"] := "{u+263b}" ; (☻) black smiling face
682 dkGeneral["/"] := "{u+203c}" ; (‼) double exclamation mark
683 dkGeneral["?"] := "{u+203d}" ; (‽) interrobang
684 dkGeneral[chr(0x00bf)] := "{u+2e18}" ; (¿ -> ⸘) inverted interrobang
685 dkGeneral[chr(0x2026)] := "{u+2e2e}" ; (… -> ⸮) reversed question mark
686 dkGeneral["\"] := "{u+205e}" ; (⁞) vertical four dots
687 dkGeneral["|"] := "{u+00a6}" ; (¦) broken bar
688 dkGeneral[" "] := "{u+00d7}" ; (×) multiplication sign
689
690
691 ; Dead Key : Currency
692
693 global dkCurrency := Map()
694 dkCurrency["a"] := "{u+20b3}" ; (₳) Argentine austral
695 dkCurrency["A"] := "{u+20b3}" ; (₳) Argentine austral
696 dkCurrency["b"] := "{u+20bf}" ; (₿) bitcoin
697 dkCurrency["B"] := "{u+20bf}" ; (₿) bitcoin
698 dkCurrency["c"] := "{u+20a1}" ; (₡) Costa Rican colón
699 dkCurrency["C"] := "{u+20b5}" ; (₵) Ghanaian cedi
700 dkCurrency[chr(0x00e7)] := "{u+20a2}" ; (ç -> ₢) Brazilian cruzeiro
701 dkCurrency[chr(0x00c7)] := "{u+20a2}" ; (Ç -> ₢) Brazilian cruzeiro
702 dkCurrency["d"] := "{u+20ab}" ; (₫) Vietnamese dong
703 dkCurrency["D"] := "{u+20af}" ; (₯) Greek drachma
704 dkCurrency["f"] := "{u+20a3}" ; (₣) French franc
705 dkCurrency["F"] := "{u+20a3}" ; (₣) French franc
706 dkCurrency["g"] := "{u+20b2}" ; (₲) Paraguayan guaraní
707 dkCurrency["G"] := "{u+20b2}" ; (₲) Paraguayan guaraní
708 dkCurrency["h"] := "{u+20b4}" ; (₴) Ukrainian hryvnia
709 dkCurrency["H"] := "{u+20b4}" ; (₴) Ukrainian hryvnia
710 dkCurrency["k"] := "{u+20ad}" ; (₭) Laotian kip
711 dkCurrency["K"] := "{u+20ad}" ; (₭) Laotian kip
712 dkCurrency["l"] := "{u+20ba}" ; (₺) Turkish lira
713 dkCurrency["L"] := "{u+20be}" ; (₾) Georgian lari
714 dkCurrency[chr(0x00f8)] := "{u+20a4}" ; (ø -> ₤) lira
715 dkCurrency[chr(0x00d8)] := "{u+20b6}" ; (Ø -> ₶) livre tournois
716 dkCurrency["m"] := "{u+20bc}" ; (₼) Azerbaijani manat
717 dkCurrency["M"] := "{u+20a5}" ; (₥) mill sign
718 dkCurrency["n"] := "{u+20a6}" ; (₦) Nigerian naira
719 dkCurrency["N"] := "{u+20a6}" ; (₦) Nigerian naira
720 dkCurrency["p"] := "{u+20b1}" ; (₱) Philippine peso
721 dkCurrency["P"] := "{u+20b1}" ; (₱) Philippine peso
722 dkCurrency["r"] := "{u+20b9}" ; (₹) Indian rupee
723 dkCurrency["R"] := "{u+20bd}" ; (₽) Russian ruble
724 dkCurrency["s"] := "{u+20aa}" ; (₪) Israeli new shekel
725 dkCurrency["S"] := "{u+20b7}" ; (₷) spesmilo
726 dkCurrency["t"] := "{u+20ae}" ; (₮) Mongolian tögrög (tugrik)
727 dkCurrency["T"] := "{u+20b8}" ; (₸) Kazakh tenge
728 dkCurrency["w"] := "{u+20a9}" ; (₩) South Korean won
729 dkCurrency["W"] := "{u+20a9}" ; (₩) South Korean won
730 dkCurrency["x"] := "{u+00a4}" ; (¤) currency sign
731 dkCurrency["X"] := "{u+00a4}" ; (¤) currency sign
732 dkCurrency[" "] := "{u+00a4}" ; (¤) currency sign
733
734
735 ; Dead Key : Greek Alphabet
736
737 global dkGreekAlphabet := Map()
738 dkGreekAlphabet["a"] := "{u+03b1}" ; (α) small alpha
739 dkGreekAlphabet["A"] := "{u+0391}" ; (Α) capital alpha
740 dkGreekAlphabet["b"] := "{u+03b2}" ; (β) small beta
741 dkGreekAlphabet["B"] := "{u+0392}" ; (Β) capital beta
742 dkGreekAlphabet["v"] := "{u+03b2}" ; (β) small beta
743 dkGreekAlphabet["V"] := "{u+0392}" ; (Β) capital beta
744 dkGreekAlphabet["g"] := "{u+03b3}" ; (γ) small gamma
745 dkGreekAlphabet["G"] := "{u+0393}" ; (Γ) capital gamma
746 dkGreekAlphabet["d"] := "{u+03b4}" ; (δ) small delta
747 dkGreekAlphabet["D"] := "{u+0394}" ; (Δ) capital delta
748 dkGreekAlphabet["e"] := "{u+03b5}" ; (ε) small epsilon
749 dkGreekAlphabet["E"] := "{u+0395}" ; (Ε) capital epsilon
750 dkGreekAlphabet["z"] := "{u+03b6}" ; (ζ) small zeta
751 dkGreekAlphabet["Z"] := "{u+0396}" ; (Ζ) capital zeta
752 dkGreekAlphabet["h"] := "{u+03b7}" ; (η) small eta
753 dkGreekAlphabet["H"] := "{u+0397}" ; (Η) capital eta
754 dkGreekAlphabet["j"] := "{u+03b8}" ; (θ) small theta
755 dkGreekAlphabet["J"] := "{u+0398}" ; (Θ) capital theta
756 dkGreekAlphabet["i"] := "{u+03b9}" ; (ι) small iota
757 dkGreekAlphabet["I"] := "{u+0399}" ; (Ι) capital iota
758 dkGreekAlphabet["k"] := "{u+03ba}" ; (κ) small kappa
759 dkGreekAlphabet["K"] := "{u+039a}" ; (Κ) capital kappa
760 dkGreekAlphabet["l"] := "{u+03bb}" ; (λ) small lambda
761 dkGreekAlphabet["L"] := "{u+039b}" ; (Λ) capital lambda
762 dkGreekAlphabet["m"] := "{u+03bc}" ; (μ) small mu
763 dkGreekAlphabet["M"] := "{u+039c}" ; (Μ) capital mu
764 dkGreekAlphabet["n"] := "{u+03bd}" ; (ν) small nu
765 dkGreekAlphabet["N"] := "{u+039d}" ; (Ν) capital nu
766 dkGreekAlphabet["x"] := "{u+03be}" ; (ξ) small xi
767 dkGreekAlphabet["X"] := "{u+039e}" ; (Ξ) capital xi
768 dkGreekAlphabet["o"] := "{u+03bf}" ; (ο) small omicron
769 dkGreekAlphabet["O"] := "{u+039f}" ; (Ο) capital omicron
770 dkGreekAlphabet["p"] := "{u+03c0}" ; (π) small pi
771 dkGreekAlphabet["P"] := "{u+03a0}" ; (Π) capital pi
772 dkGreekAlphabet["r"] := "{u+03c1}" ; (ρ) small rho
773 dkGreekAlphabet["R"] := "{u+03a1}" ; (Ρ) capital rho
774 dkGreekAlphabet["s"] := "{u+03c3}" ; (σ) small sigma
775 dkGreekAlphabet["S"] := "{u+03a3}" ; (Σ) capital sigma
776 dkGreekAlphabet[","] := "{u+03c2}" ; (ς) small final sigma
777 dkGreekAlphabet[chr(0x00df)] := "{u+03c2}" ; (ß -> ς) small final sigma
778 dkGreekAlphabet["t"] := "{u+03c4}" ; (τ) small tau
779 dkGreekAlphabet["T"] := "{u+03a4}" ; (Τ) capital tau
780 dkGreekAlphabet["u"] := "{u+03c5}" ; (υ) small upsilon
781 dkGreekAlphabet["U"] := "{u+03a5}" ; (Υ) capital upsilon
782 dkGreekAlphabet["y"] := "{u+03c5}" ; (υ) small upsilon
783 dkGreekAlphabet["Y"] := "{u+03a5}" ; (Υ) capital upsilon
784 dkGreekAlphabet["f"] := "{u+03c6}" ; (φ) small phi
785 dkGreekAlphabet["F"] := "{u+03a6}" ; (Φ) capital phi
786 dkGreekAlphabet["c"] := "{u+03c7}" ; (χ) small chi
787 dkGreekAlphabet["C"] := "{u+03a7}" ; (Χ) capital chi
788 dkGreekAlphabet["w"] := "{u+03c8}" ; (ψ) small psi
789 dkGreekAlphabet["W"] := "{u+03a8}" ; (Ψ) capital psi
790 dkGreekAlphabet["q"] := "{u+03c9}" ; (ω) small omega
791 dkGreekAlphabet["Q"] := "{u+03a9}" ; (Ω) capital omega
792 dkGreekAlphabet["1"] := "{u+00b9}" ; (¹) superscript 1
793 dkGreekAlphabet["2"] := "{u+00b2}" ; (²) superscript 2
794 dkGreekAlphabet["3"] := "{u+00b3}" ; (³) superscript 3
795 dkGreekAlphabet["4"] := "{u+2074}" ; (⁴) superscript 4
796 dkGreekAlphabet["5"] := "{u+2075}" ; (⁵) superscript 5
797 dkGreekAlphabet["6"] := "{u+2076}" ; (⁶) superscript 6
798 dkGreekAlphabet["7"] := "{u+2077}" ; (⁷) superscript 7
799 dkGreekAlphabet["8"] := "{u+2078}" ; (⁸) superscript 8
800 dkGreekAlphabet["9"] := "{u+2079}" ; (⁹) superscript 9
801 dkGreekAlphabet["0"] := "{u+2070}" ; (⁰) superscript 0
802 dkGreekAlphabet["-"] := "{u+207b}" ; (⁻) superscript -
803 dkGreekAlphabet["="] := "{u+207c}" ; (⁼) superscript =
804 dkGreekAlphabet["+"] := "{u+207a}" ; (⁺) superscript +
805 dkGreekAlphabet["["] := "{u+207d}" ; (⁽) superscript (
806 dkGreekAlphabet["]"] := "{u+207e}" ; (⁾) superscript )
807 dkGreekAlphabet["!"] := "{u+2081}" ; (₁) subscript 1
808 dkGreekAlphabet["@"] := "{u+2082}" ; (₂) subscript 2
809 dkGreekAlphabet["#"] := "{u+2083}" ; (₃) subscript 3
810 dkGreekAlphabet["$"] := "{u+2084}" ; (₄) subscript 4
811 dkGreekAlphabet["%"] := "{u+2085}" ; (₅) subscript 5
812 dkGreekAlphabet["^"] := "{u+2086}" ; (₆) subscript 6
813 dkGreekAlphabet["&"] := "{u+2087}" ; (₇) subscript 7
814 dkGreekAlphabet["*"] := "{u+2088}" ; (₈) subscript 8
815 dkGreekAlphabet["("] := "{u+2089}" ; (₉) subscript 9
816 dkGreekAlphabet[")"] := "{u+2080}" ; (₀) subscript 0
817 dkGreekAlphabet[";"] := "{u+208b}" ; (₋) subscript -
818 dkGreekAlphabet["'"] := "{u+208c}" ; (₌) subscript =
819 dkGreekAlphabet[chr(34)] := "{u+208a}" ; (₊) subscript +
820 dkGreekAlphabet["{"] := "{u+208d}" ; (₍) subscript (
821 dkGreekAlphabet["}"] := "{u+208e}" ; (₎) subscript )
822 dkGreekAlphabet["."] := "{u+00b5}" ; (µ) micro sign
823 dkGreekAlphabet[" "] := "{u+03bc}" ; (μ) small mu
824
825
826 ; Dead Key : Math Symbols
827
828 global dkMathSymbols := Map()
829 dkMathSymbols["a"] := "{u+2200}" ; (∀) for all
830 dkMathSymbols["A"] := "{u+2200}" ; (∀) for all
831 dkMathSymbols["b"] := "{u+2286}" ; (⊆) subset of or equal to
832 dkMathSymbols["B"] := "{u+2287}" ; (⊇) superset of or equal to
833 dkMathSymbols["c"] := "{u+221d}" ; (∝) proportional to
834 dkMathSymbols["C"] := "{u+2102}" ; (ℂ) complex numbers
835 dkMathSymbols[chr(0x00e7)] := "{u+2245}" ; (ç -> ≅) congruent to
836 dkMathSymbols[chr(0x00c7)] := "{u+2247}" ; (Ç -> ≇) not congruent to
837 dkMathSymbols["d"] := "{u+2206}" ; (∆) increment operator
838 dkMathSymbols["D"] := "{u+2207}" ; (∇) nable/del operator
839 dkMathSymbols["e"] := "{u+2203}" ; (∃) there exists
840 dkMathSymbols["E"] := "{u+2204}" ; (∄) there does not exist
841 dkMathSymbols["f"] := "{u+0192}" ; (ƒ) f with hook
842 dkMathSymbols["F"] := "{u+220e}" ; (∎) end of proof
843 dkMathSymbols["g"] := "{u+2282}" ; (⊂) subset of
844 dkMathSymbols["G"] := "{u+2284}" ; (⊄) not a subset of
845 dkMathSymbols["h"] := "{u+2283}" ; (⊃) superset of
846 dkMathSymbols["H"] := "{u+2285}" ; (⊅) not a superset of
847 dkMathSymbols["i"] := "{u+221e}" ; (∞) infinity symbol
848 dkMathSymbols["I"] := "{u+2111}" ; (ℑ) imaginary numbers
849 dkMathSymbols["k"] := "{u+220b}" ; (∋) contains as member
850 dkMathSymbols["K"] := "{u+220c}" ; (∌) does not contain as member
851 dkMathSymbols["l"] := "{u+2225}" ; (∥) parallel to
852 dkMathSymbols["L"] := "{u+2226}" ; (∦) not parallel to
853 dkMathSymbols["m"] := "{u+2208}" ; (∈) element of
854 dkMathSymbols["M"] := "{u+2209}" ; (∉) not an element of
855 dkMathSymbols["n"] := "{u+207f}" ; (ⁿ) superscript n
856 dkMathSymbols["N"] := "{u+2115}" ; (ℕ) natural numbers
857 dkMathSymbols["o"] := "{u+2218}" ; (∘) ring operator
858 dkMathSymbols["O"] := "{u+2205}" ; (∅) empty set
859 dkMathSymbols["p"] := "{u+2202}" ; (∂) partial differential
860 dkMathSymbols["P"] := "{u+2119}" ; (ℙ) prime numbers
861 dkMathSymbols["q"] := "{u+211a}" ; (ℚ) rational numbers
862 dkMathSymbols["Q"] := "{u+211a}" ; (ℚ) rational numbers
863 dkMathSymbols["r"] := "{u+221a}" ; (√) square root
864 dkMathSymbols["R"] := "{u+211d}" ; (ℝ) real numbers
865 dkMathSymbols["s"] := "{u+2229}" ; (∩) set intersection
866 dkMathSymbols["S"] := "{u+222b}" ; (∫) integral symbol
867 dkMathSymbols["u"] := "{u+222a}" ; (∪) set union
868 dkMathSymbols["U"] := "{u+2216}" ; (∖) set minus
869 dkMathSymbols["w"] := "{u+2118}" ; (℘) Weierstrass elliptic function
870 dkMathSymbols["W"] := "{u+2118}" ; (℘) Weierstrass elliptic function
871 dkMathSymbols["z"] := "{u+21af}" ; (↯) downwards zigzag arrow
872 dkMathSymbols["Z"] := "{u+2124}" ; (ℤ) whole numbers
873 dkMathSymbols["1"] := "{u+2260}" ; (≠) not equal to
874 dkMathSymbols["!"] := "{u+2260}" ; (≠) not equal to
875 dkMathSymbols["2"] := "{u+221a}" ; (√) square root
876 dkMathSymbols["@"] := "{u+221a}" ; (√) square root
877 dkMathSymbols["3"] := "{u+221b}" ; (∛) cube root
878 dkMathSymbols["#"] := "{u+221b}" ; (∛) cube root
879 dkMathSymbols["4"] := "{u+221c}" ; (∜) fourth root
880 dkMathSymbols["$"] := "{u+221c}" ; (∜) fourth root
881 dkMathSymbols["5"] := "{u+2030}" ; (‰) per mille sign
882 dkMathSymbols["%"] := "{u+2031}" ; (‱) per ten thousand sign
883 dkMathSymbols["6"] := "{u+2220}" ; (∠) angle symbol
884 dkMathSymbols["^"] := "{u+2220}" ; (∠) angle symbol
885 dkMathSymbols["7"] := "{u+2227}" ; (∧) logical and
886 dkMathSymbols["&"] := "{u+2227}" ; (∧) logical and
887 dkMathSymbols["8"] := "{u+2297}" ; (⊗) tensor product
888 dkMathSymbols["*"] := "{u+2297}" ; (⊗) tensor product
889 dkMathSymbols["9"] := "{u+221f}" ; (∟) right angle
890 dkMathSymbols["("] := "{u+221f}" ; (∟) right angle
891 dkMathSymbols["0"] := "{u+2221}" ; (∡) measured angle
892 dkMathSymbols[")"] := "{u+2221}" ; (∡) measured angle
893 dkMathSymbols["``"] := "{u+2248}" ; (≈) almost equal to
894 dkMathSymbols["~"] := "{u+2248}" ; (≈) almost equal to
895 dkMathSymbols[","] := "{u+2264}" ; (≤) less-than or equal to
896 dkMathSymbols["<"] := "{u+2264}" ; (≤) less-than or equal to
897 dkMathSymbols["."] := "{u+2265}" ; (≥) greater-than or equal to
898 dkMathSymbols[">"] := "{u+2265}" ; (≥) greater-than or equal to
899 dkMathSymbols["-"] := "{u+2296}" ; (⊖) circled minus
900 dkMathSymbols["_"] := "{u+2298}" ; (⊘) circled division slash
901 dkMathSymbols["="] := "{u+225d}" ; (≝) equal to by definition
902 dkMathSymbols["+"] := "{u+2295}" ; (⊕) circled plus
903 dkMathSymbols[chr(0x00f5)] := "{u+2261}" ; (õ -> ≡) identical to
904 dkMathSymbols[chr(0x00d5)] := "{u+2262}" ; (Õ -> ≢) not identical to
905 dkMathSymbols[";"] := "{u+2235}" ; (∵) because sign
906 dkMathSymbols[":"] := "{u+2234}" ; (∴) therefore sign
907 dkMathSymbols["'"] := "{u+2032}" ; (′) prime
908 dkMathSymbols[chr(34)] := "{u+2033}" ; (″) double prime
909 dkMathSymbols["/"] := "{u+2034}" ; (‴) triple prime
910 dkMathSymbols["?"] := "{u+2057}" ; (⁗) quadruple prime
911 dkMathSymbols["\"] := "{u+2228}" ; (∨) logical or
912 dkMathSymbols["|"] := "{u+2228}" ; (∨) logical or
913 dkMathSymbols[" "] := "{u+221a}" ; (√) square root
914
915
916 fSendSecondChar(char) {
917 ; function for keeping correct operation after dead key press when Scroll Lock is enabled
918
919 if GetKeyState("ScrollLock", "T") {
920 if (char == "1")
921 return "!"
922 else if (char == "2")
923 return "@"
924 else if (char == "3")
925 return "#"
926 else if (char == "4")
927 return "$"
928 else if (char == "5")
929 return "%"
930 else if (char == "6")
931 return "^"
932 else if (char == "7")
933 return "&"
934 else if (char == "8")
935 return "*"
936 else if (char == "9")
937 return "("
938 else if (char == "0")
939 return ")"
940 else if (char == "!")
941 return "1"
942 else if (char == "@")
943 return "2"
944 else if (char == "#")
945 return "3"
946 else if (char == "$")
947 return "4"
948 else if (char == "%")
949 return "5"
950 else if (char == "^")
951 return "6"
952 else if (char == "&")
953 return "7"
954 else if (char == "*")
955 return "8"
956 else if (char == "(")
957 return "9"
958 else if (char == ")")
959 return "0"
960 else
961 return char
962 }
963 else
964 return char
965 }
966
967
968 ; Configuration : Switch positions of symbols and digits with Scroll Lock
969
970 $1:: {
971 if GetKeyState("ScrollLock", "T")
972 Send "{!}" ; exclamation mark
973 else
974 Send "1" ; digit 1
975 }
976 $+1:: {
977 if GetKeyState("ScrollLock", "T")
978 Send "1" ; digit 1
979 else
980 Send "{!}" ; exclamation mark
981 }
982
983 $2:: {
984 if GetKeyState("ScrollLock", "T")
985 Send "@" ; at sign
986 else
987 Send "2" ; digit 2
988 }
989 $+2:: {
990 if GetKeyState("ScrollLock", "T")
991 Send "2" ; digit 2
992 else
993 Send "@" ; at sign
994 }
995
996 $3:: {
997 if GetKeyState("ScrollLock", "T")
998 Send "{#}" ; number sign
999 else
1000 Send "3" ; digit 3
1001 }
1002 $+3:: {
1003 if GetKeyState("ScrollLock", "T")
1004 Send "3" ; digit 3
1005 else
1006 Send "{#}" ; number sign
1007 }
1008
1009 $4:: {
1010 if GetKeyState("ScrollLock", "T")
1011 Send "$" ; dollar sign
1012 else
1013 Send "4" ; digit 4
1014 }
1015 $+4:: {
1016 if GetKeyState("ScrollLock", "T")
1017 Send "4" ; digit 4
1018 else
1019 Send "$" ; dollar sign
1020 }
1021
1022 $5:: {
1023 if GetKeyState("ScrollLock", "T")
1024 Send "`%" ; percent sign
1025 else
1026 Send "5" ; digit 5
1027 }
1028 $+5:: {
1029 if GetKeyState("ScrollLock", "T")
1030 Send "5" ; digit 5
1031 else
1032 Send "`%" ; percent sign
1033 }
1034
1035 $6:: {
1036 if GetKeyState("ScrollLock", "T")
1037 Send "{^}" ; circumflex accent
1038 else
1039 Send "6" ; digit 6
1040 }
1041 $+6:: {
1042 if GetKeyState("ScrollLock", "T")
1043 Send "6" ; digit 6
1044 else
1045 Send "{^}" ; circumflex accent
1046 }
1047
1048 $7:: {
1049 if GetKeyState("ScrollLock", "T")
1050 Send "&" ; ampersand
1051 else
1052 Send "7" ; digit 7
1053 }
1054 $+7:: {
1055 if GetKeyState("ScrollLock", "T")
1056 Send "7" ; digit 7
1057 else
1058 Send "&" ; ampersand
1059 }
1060
1061 $8:: {
1062 if GetKeyState("ScrollLock", "T")
1063 Send "*" ; asterisk
1064 else
1065 Send "8" ; digit 8
1066 }
1067 $+8:: {
1068 if GetKeyState("ScrollLock", "T")
1069 Send "8" ; digit 8
1070 else
1071 Send "*" ; asterisk
1072 }
1073
1074 $9:: {
1075 if GetKeyState("ScrollLock", "T")
1076 Send "(" ; left parenthesis
1077 else
1078 Send "9" ; digit 9
1079 }
1080 $+9:: {
1081 if GetKeyState("ScrollLock", "T")
1082 Send "9" ; digit 9
1083 else
1084 Send "(" ; left parenthesis
1085 }
1086
1087 $0:: {
1088 if GetKeyState("ScrollLock", "T")
1089 Send ")" ; right parenthesis
1090 else
1091 Send "0" ; digit 0
1092 }
1093 $+0:: {
1094 if GetKeyState("ScrollLock", "T")
1095 Send "0" ; digit 0
1096 else
1097 Send ")" ; right parenthesis
1098 }
1099
1100
1101 ; Configuration : 'Right Alt' and 'Right Alt + Shift' on US QWERTY
1102
1103 >!a:: {
1104 if GetKeyState("CapsLock", "T")
1105 Send "{u+00c4}" ; (Ä) A with diaeresis
1106 else
1107 Send "{u+00e4}" ; (ä) a with diaeresis
1108 }
1109 >!+a:: {
1110 if GetKeyState("CapsLock", "T")
1111 Send "{u+00e4}" ; (ä) a with diaeresis
1112 else
1113 Send "{u+00c4}" ; (Ä) A with diaeresis
1114 Send "{blind}{vkE8}" ; suppresses 'Right Alt + Shift' hotkey
1115 }
1116
1117 >!q:: {
1118 if GetKeyState("CapsLock", "T")
1119 Send "{u+00c6}" ; (Æ) letter AE
1120 else
1121 Send "{u+00e6}" ; (æ) letter ae
1122 }
1123 >!+q:: {
1124 if GetKeyState("CapsLock", "T")
1125 Send "{u+00e6}" ; (æ) letter ae
1126 else
1127 Send "{u+00c6}" ; (Æ) letter AE
1128 Send "{blind}{vkE8}" ; suppresses 'Right Alt + Shift' hotkey
1129 }
1130
1131 >!w:: {
1132 if GetKeyState("CapsLock", "T")
1133 Send "{u+00c5}" ; (Å) A with ring above
1134 else
1135 Send "{u+00e5}" ; (å) a with ring above
1136 }
1137 >!+w:: {
1138 if GetKeyState("CapsLock", "T")
1139 Send "{u+00e5}" ; (å) a with ring above
1140 else
1141 Send "{u+00c5}" ; (Å) A with ring above
1142 Send "{blind}{vkE8}"
1143 }
1144
1145 >!z:: {
1146 if GetKeyState("CapsLock", "T")
1147 Send "{u+00c0}" ; (À) A with grave
1148 else
1149 Send "{u+00e0}" ; (à) a with grave
1150 }
1151 >!+z:: {
1152 if GetKeyState("CapsLock", "T")
1153 Send "{u+00e0}" ; (à) a with grave
1154 else
1155 Send "{u+00c0}" ; (À) A with grave
1156 Send "{blind}{vkE8}"
1157 }
1158
1159 >!x:: {
1160 if GetKeyState("CapsLock", "T")
1161 Send "{u+00c1}" ; (Á) A with acute
1162 else
1163 Send "{u+00e1}" ; (á) a with acute
1164 }
1165 >!+x:: {
1166 if GetKeyState("CapsLock", "T")
1167 Send "{u+00e1}" ; (á) a with acute
1168 else
1169 Send "{u+00c1}" ; (Á) A with acute
1170 Send "{blind}{vkE8}"
1171 }
1172
1173 >!d:: {
1174 if GetKeyState("CapsLock", "T")
1175 Send "{u+00c2}" ; (Â) A with circumflex
1176 else
1177 Send "{u+00e2}" ; (â) a with circumflex
1178 }
1179 >!+d:: {
1180 if GetKeyState("CapsLock", "T")
1181 Send "{u+00e2}" ; (â) a with circumflex
1182 else
1183 Send "{u+00c2}" ; (Â) A with circumflex
1184 Send "{blind}{vkE8}"
1185 }
1186
1187 >!c:: {
1188 if GetKeyState("CapsLock", "T")
1189 Send "{u+00c7}" ; (Ç) C with cedilla
1190 else
1191 Send "{u+00e7}" ; (ç) c with cedilla
1192 }
1193 >!+c:: {
1194 if GetKeyState("CapsLock", "T")
1195 Send "{u+00e7}" ; (ç) c with cedilla
1196 else
1197 Send "{u+00c7}" ; (Ç) C with cedilla
1198 Send "{blind}{vkE8}"
1199 }
1200
1201 >!e:: {
1202 if GetKeyState("CapsLock", "T")
1203 Send "{u+00cb}" ; (Ë) E with diaeresis
1204 else
1205 Send "{u+00eb}" ; (ë) e with diaeresis
1206 }
1207 >!+e:: {
1208 if GetKeyState("CapsLock", "T")
1209 Send "{u+00eb}" ; (ë) e with diaeresis
1210 else
1211 Send "{u+00cb}" ; (Ë) E with diaeresis
1212 Send "{blind}{vkE8}"
1213 }
1214
1215 >!f:: {
1216 if GetKeyState("CapsLock", "T")
1217 Send "{u+00c8}" ; (È) E with grave
1218 else
1219 Send "{u+00e8}" ; (è) e with grave
1220 }
1221 >!+f:: {
1222 if GetKeyState("CapsLock", "T")
1223 Send "{u+00e8}" ; (è) e with grave
1224 else
1225 Send "{u+00c8}" ; (È) E with grave
1226 Send "{blind}{vkE8}"
1227 }
1228
1229 >!g:: {
1230 if GetKeyState("CapsLock", "T")
1231 Send "{u+00c9}" ; (É) E with acute
1232 else
1233 Send "{u+00e9}" ; (é) e with acute
1234 }
1235 >!+g:: {
1236 if GetKeyState("CapsLock", "T")
1237 Send "{u+00e9}" ; (é) e with acute
1238 else
1239 Send "{u+00c9}" ; (É) E with acute
1240 Send "{blind}{vkE8}"
1241 }
1242
1243 >!r:: {
1244 if GetKeyState("CapsLock", "T")
1245 Send "{u+00ca}" ; (Ê) E with circumflex
1246 else
1247 Send "{u+00ea}" ; (ê) e with circumflex
1248 }
1249 >!+r:: {
1250 if GetKeyState("CapsLock", "T")
1251 Send "{u+00ea}" ; (ê) e with circumflex
1252 else
1253 Send "{u+00ca}" ; (Ê) E with circumflex
1254 Send "{blind}{vkE8}"
1255 }
1256
1257 >!i:: {
1258 if GetKeyState("CapsLock", "T")
1259 Send "{u+00cf}" ; (Ï) I with diaeresis
1260 else
1261 Send "{u+00ef}" ; (ï) i with diaeresis
1262 }
1263 >!+i:: {
1264 if GetKeyState("CapsLock", "T")
1265 Send "{u+00ef}" ; (ï) i with diaeresis
1266 else
1267 Send "{u+00cf}" ; (Ï) I with diaeresis
1268 Send "{blind}{vkE8}"
1269 }
1270
1271 >!v:: {
1272 if GetKeyState("CapsLock", "T")
1273 Send "{u+00cc}" ; (Ì) I with grave
1274 else
1275 Send "{u+00ec}" ; (ì) i with grave
1276 }
1277 >!+v:: {
1278 if GetKeyState("CapsLock", "T")
1279 Send "{u+00ec}" ; (ì) i with grave
1280 else
1281 Send "{u+00cc}" ; (Ì) I with grave
1282 Send "{blind}{vkE8}"
1283 }
1284
1285 >!b:: {
1286 if GetKeyState("CapsLock", "T")
1287 Send "{u+00cd}" ; (Í) I with acute
1288 else
1289 Send "{u+00ed}" ; (í) i with acute
1290 }
1291 >!+b:: {
1292 if GetKeyState("CapsLock", "T")
1293 Send "{u+00ed}" ; (í) i with acute
1294 else
1295 Send "{u+00cd}" ; (Í) I with acute
1296 Send "{blind}{vkE8}"
1297 }
1298
1299 >!t:: {
1300 if GetKeyState("CapsLock", "T")
1301 Send "{u+00ce}" ; (Î) I with circumflex
1302 else
1303 Send "{u+00ee}" ; (î) i with circumflex
1304 }
1305 >!+t:: {
1306 if GetKeyState("CapsLock", "T")
1307 Send "{u+00ee}" ; (î) i with circumflex
1308 else
1309 Send "{u+00ce}" ; (Î) I with circumflex
1310 Send "{blind}{vkE8}"
1311 }
1312
1313 >!n:: {
1314 if GetKeyState("CapsLock", "T")
1315 Send "{u+00d1}" ; (Ñ) N with tilde
1316 else
1317 Send "{u+00f1}" ; (ñ) n with tilde
1318 }
1319 >!+n:: {
1320 if GetKeyState("CapsLock", "T")
1321 Send "{u+00f1}" ; (ñ) n with tilde
1322 else
1323 Send "{u+00d1}" ; (Ñ) N with tilde
1324 Send "{blind}{vkE8}"
1325 }
1326
1327 >!o:: {
1328 if GetKeyState("CapsLock", "T")
1329 Send "{u+00d6}" ; (Ö) O with diaeresis
1330 else
1331 Send "{u+00f6}" ; (ö) o with diaeresis
1332 }
1333 >!+o:: {
1334 if GetKeyState("CapsLock", "T")
1335 Send "{u+00f6}" ; (ö) o with diaeresis
1336 else
1337 Send "{u+00d6}" ; (Ö) O with diaeresis
1338 Send "{blind}{vkE8}"
1339 }
1340
1341 >!k:: {
1342 if GetKeyState("CapsLock", "T")
1343 Send "{u+0152}" ; (Œ) ligature OE
1344 else
1345 Send "{u+0153}" ; (œ) ligature oe
1346 }
1347 >!+k:: {
1348 if GetKeyState("CapsLock", "T")
1349 Send "{u+0153}" ; (œ) ligature oe
1350 else
1351 Send "{u+0152}" ; (Œ) ligature OE
1352 Send "{blind}{vkE8}"
1353 }
1354
1355 >!l:: {
1356 if GetKeyState("CapsLock", "T")
1357 Send "{u+00d8}" ; (Ø) O with stroke
1358 else
1359 Send "{u+00f8}" ; (ø) o with stroke
1360 }
1361 >!+l:: {
1362 if GetKeyState("CapsLock", "T")
1363 Send "{u+00f8}" ; (ø) o with stroke
1364 else
1365 Send "{u+00d8}" ; (Ø) O with stroke
1366 Send "{blind}{vkE8}"
1367 }
1368
1369 >!,:: {
1370 if GetKeyState("CapsLock", "T")
1371 Send "{u+00d2}" ; (Ò) O with grave
1372 else
1373 Send "{u+00f2}" ; (ò) o with grave
1374 }
1375 >!<:: {
1376 if GetKeyState("CapsLock", "T")
1377 Send "{u+00f2}" ; (ò) o with grave
1378 else
1379 Send "{u+00d2}" ; (Ò) O with grave
1380 Send "{blind}{vkE8}"
1381 }
1382
1383 >!.:: {
1384 if GetKeyState("CapsLock", "T")
1385 Send "{u+00d3}" ; (Ó) O with acute
1386 else
1387 Send "{u+00f3}" ; (ó) o with acute
1388 }
1389 >!>:: {
1390 if GetKeyState("CapsLock", "T")
1391 Send "{u+00f3}" ; (ó) o with acute
1392 else
1393 Send "{u+00d3}" ; (Ó) O with acute
1394 Send "{blind}{vkE8}"
1395 }
1396
1397 >!p:: {
1398 if GetKeyState("CapsLock", "T")
1399 Send "{u+00d4}" ; (Ô) O with circumflex
1400 else
1401 Send "{u+00f4}" ; (ô) o with circumflex
1402 }
1403 >!+p:: {
1404 if GetKeyState("CapsLock", "T")
1405 Send "{u+00f4}" ; (ô) o with circumflex
1406 else
1407 Send "{u+00d4}" ; (Ô) O with circumflex
1408 Send "{blind}{vkE8}"
1409 }
1410
1411 >!u:: {
1412 if GetKeyState("CapsLock", "T")
1413 Send "{u+00dc}" ; (Ü) U with diaeresis
1414 else
1415 Send "{u+00fc}" ; (ü) u with diaeresis
1416 }
1417 >!+u:: {
1418 if GetKeyState("CapsLock", "T")
1419 Send "{u+00fc}" ; (ü) u with diaeresis
1420 else
1421 Send "{u+00dc}" ; (Ü) U with diaeresis
1422 Send "{blind}{vkE8}"
1423 }
1424
1425 >!h:: {
1426 if GetKeyState("CapsLock", "T")
1427 Send "{u+00d9}" ; (Ù) U with grave
1428 else
1429 Send "{u+00f9}" ; (ù) u with grave
1430 }
1431 >!+h:: {
1432 if GetKeyState("CapsLock", "T")
1433 Send "{u+00f9}" ; (ù) u with grave
1434 else
1435 Send "{u+00d9}" ; (Ù) U with grave
1436 Send "{blind}{vkE8}"
1437 }
1438
1439 >!j:: {
1440 if GetKeyState("CapsLock", "T")
1441 Send "{u+00da}" ; (Ú) U with acute
1442 else
1443 Send "{u+00fa}" ; (ú) u with acute
1444 }
1445 >!+j:: {
1446 if GetKeyState("CapsLock", "T")
1447 Send "{u+00fa}" ; (ú) u with acute
1448 else
1449 Send "{u+00da}" ; (Ú) U with acute
1450 Send "{blind}{vkE8}"
1451 }
1452
1453 >!y:: {
1454 if GetKeyState("CapsLock", "T")
1455 Send "{u+00db}" ; (Û) U with circumflex
1456 else
1457 Send "{u+00fb}" ; (û) u with circumflex
1458 }
1459 >!+y:: {
1460 if GetKeyState("CapsLock", "T")
1461 Send "{u+00fb}" ; (û) u with circumflex
1462 else
1463 Send "{u+00db}" ; (Û) U with circumflex
1464 Send "{blind}{vkE8}"
1465 }
1466
1467 >!-:: {
1468 if GetKeyState("CapsLock", "T")
1469 Send "{u+00c3}" ; (Ã) A with tilde
1470 else
1471 Send "{u+00e3}" ; (ã) a with tilde
1472 }
1473 >!_:: {
1474 if GetKeyState("CapsLock", "T")
1475 Send "{u+00e3}" ; (ã) a with tilde
1476 else
1477 Send "{u+00c3}" ; (Ã) A with tilde
1478 Send "{blind}{vkE8}"
1479 }
1480
1481 >!=:: {
1482 if GetKeyState("CapsLock", "T")
1483 Send "{u+00d5}" ; (Õ) O with tilde
1484 else
1485 Send "{u+00f5}" ; (õ) o with tilde
1486 }
1487 >!+=:: {
1488 if GetKeyState("CapsLock", "T")
1489 Send "{u+00f5}" ; (õ) o with tilde
1490 else
1491 Send "{u+00d5}" ; (Õ) O with tilde
1492 Send "{blind}{vkE8}"
1493 }
1494
1495 >!s::Send "{u+00df}" ; (ß) small sharp s (Eszett)
1496 >!+s:: {
1497 Send "{u+00a7}" ; (§) section sign
1498 Send "{blind}{vkE8}" ; suppresses 'Right Alt + Shift' hotkey
1499 }
1500
1501 >!1::Send "{u+00a1}" ; (¡) inverted exclamation mark
1502 >!+1:: {
1503 Send "{u+00b9}" ; (¹) superscript 1
1504 Send "{blind}{vkE8}" ; suppresses 'Right Alt + Shift' hotkey
1505 }
1506
1507 >!2::Send "{u+00a9}" ; (©) copyright sign
1508 >!+2:: {
1509 Send "{u+00b2}" ; (²) superscript 2
1510 Send "{blind}{vkE8}"
1511 }
1512
1513 >!3::Send "{u+00b1}" ; (±) plus-minus sign
1514 >!+3:: {
1515 Send "{u+00b3}" ; (³) superscript 3
1516 Send "{blind}{vkE8}"
1517 }
1518
1519 >!4::Send "{u+00a3}" ; (£) pound sign
1520 >!+4:: {
1521 Send "{u+00a5}" ; (¥) yen sign
1522 Send "{blind}{vkE8}"
1523 }
1524
1525 >!5::Send "{u+20ac}" ; (€) euro sign
1526 >!+5:: {
1527 Send "{u+00a2}" ; (¢) cent sign (dollar)
1528 Send "{blind}{vkE8}"
1529 }
1530
1531 >!9::Send "{u+201c}" ; (“) left double quotation mark
1532 >!+9:: {
1533 Send "{u+2018}" ; (‘) left single quotation mark
1534 Send "{blind}{vkE8}"
1535 }
1536
1537 >!0::Send "{u+201d}" ; (”) right double quotation mark
1538 >!+0:: {
1539 Send "{u+2019}" ; (’) right single quotation mark
1540 Send "{blind}{vkE8}"
1541 }
1542
1543 >![::Send "{u+00ab}" ; («) left-pointing double angle quotation mark
1544 >!{:: {
1545 Send "{u+2039}" ; (‹) left-pointing single angle quotation mark
1546 Send "{blind}{vkE8}"
1547 }
1548
1549 >!]::Send "{u+00bb}" ; (») right-pointing double angle quotation mark
1550 >!}:: {
1551 Send "{u+203a}" ; (›) right-pointing single angle quotation mark
1552 Send "{blind}{vkE8}"
1553 }
1554
1555 >!;::Send "{u+00b0}" ; (°) degree sign
1556 >!+;:: {
1557 Send "{u+00b7}" ; (·) middle dot
1558 Send "{blind}{vkE8}"
1559 }
1560
1561 >!/::Send "{u+00bf}" ; (¿) inverted question mark
1562 >!?:: {
1563 Send "{u+2026}" ; (…) horizontal ellipsis
1564 Send "{blind}{vkE8}"
1565 }
1566
1567 >!space::Send "{u+00a0}" ; non-breaking space
1568 >!+space:: {
1569 Send "{u+00a0}" ; non-breaking space
1570 Send "{blind}{vkE8}"
1571 }
1572
1573
1574 ; Configuration : Dead Keys on 'Right Alt' and 'Right Alt + Shift'
1575
1576 >!6:: {
1577 Send "{blind}{vkE8}" ; suppresses circles around mouse pointer
1578 ih := InputHook("L1", dkEndKeys)
1579 ih.Start()
1580 ih.Wait()
1581 if dkCircumflex.Has(fSendSecondChar(ih.Input))
1582 Send dkCircumflex[fSendSecondChar(ih.Input)]
1583 Send "{blind}{vkE8}" ; suppresses 'Right Alt + Shift' hotkey (for second character with 'Right Alt + Shift')
1584 }
1585 >!+6:: {
1586 Send "{blind}{vkE8}" ; suppresses 'Right Alt + Shift' hotkey
1587 ih := InputHook("L1", dkEndKeys)
1588 ih.Start()
1589 ih.Wait()
1590 if dkCaron.Has(fSendSecondChar(ih.Input))
1591 Send dkCaron[fSendSecondChar(ih.Input)]
1592 Send "{blind}{vkE8}" ; suppresses 'Right Alt + Shift' hotkey (for second character with 'Right Alt + Shift')
1593 }
1594
1595 >!7:: {
1596 Send "{blind}{vkE8}"
1597 ih := InputHook("L1", dkEndKeys)
1598 ih.Start()
1599 ih.Wait()
1600 if dkDotAbove.Has(fSendSecondChar(ih.Input))
1601 Send dkDotAbove[fSendSecondChar(ih.Input)]
1602 Send "{blind}{vkE8}"
1603 }
1604 >!+7:: {
1605 Send "{blind}{vkE8}"
1606 ih := InputHook("L1", dkEndKeys)
1607 ih.Start()
1608 ih.Wait()
1609 if dkMacronStroke.Has(fSendSecondChar(ih.Input))
1610 Send dkMacronStroke[fSendSecondChar(ih.Input)]
1611 Send "{blind}{vkE8}"
1612 }
1613
1614 >!8:: {
1615 Send "{blind}{vkE8}"
1616 ih := InputHook("L1", dkEndKeys)
1617 ih.Start()
1618 ih.Wait()
1619 if dkCedillaOgonek.Has(fSendSecondChar(ih.Input))
1620 Send dkCedillaOgonek[fSendSecondChar(ih.Input)]
1621 Send "{blind}{vkE8}"
1622 }
1623 >!+8:: {
1624 Send "{blind}{vkE8}"
1625 ih := InputHook("L1", dkEndKeys)
1626 ih.Start()
1627 ih.Wait()
1628 if dkBreveSpecial.Has(fSendSecondChar(ih.Input))
1629 Send dkBreveSpecial[fSendSecondChar(ih.Input)]
1630 Send "{blind}{vkE8}"
1631 }
1632
1633 >!':: {
1634 Send "{blind}{vkE8}"
1635 ih := InputHook("L1", dkEndKeys)
1636 ih.Start()
1637 ih.Wait()
1638 if dkAcuteAccent.Has(fSendSecondChar(ih.Input))
1639 Send dkAcuteAccent[fSendSecondChar(ih.Input)]
1640 Send "{blind}{vkE8}"
1641 }
1642 >!":: {
1643 Send "{blind}{vkE8}"
1644 ih := InputHook("L1", dkEndKeys)
1645 ih.Start()
1646 ih.Wait()
1647 if dkDiaeresis.Has(fSendSecondChar(ih.Input))
1648 Send dkDiaeresis[fSendSecondChar(ih.Input)]
1649 Send "{blind}{vkE8}"
1650 }
1651
1652 >!`:: {
1653 Send "{blind}{vkE8}"
1654 ih := InputHook("L1", dkEndKeys)
1655 ih.Start()
1656 ih.Wait()
1657 if dkGraveAccent.Has(fSendSecondChar(ih.Input))
1658 Send dkGraveAccent[fSendSecondChar(ih.Input)]
1659 Send "{blind}{vkE8}"
1660 }
1661 >!~:: {
1662 Send "{blind}{vkE8}"
1663 ih := InputHook("L1", dkEndKeys)
1664 ih.Start()
1665 ih.Wait()
1666 if dkTilde.Has(fSendSecondChar(ih.Input))
1667 Send dkTilde[fSendSecondChar(ih.Input)]
1668 Send "{blind}{vkE8}"
1669 }
1670
1671 >!\:: {
1672 Send "{blind}{vkE8}"
1673 ih := InputHook("L1", dkEndKeys)
1674 ih.Start()
1675 ih.Wait()
1676 if dkGeneral.Has(fSendSecondChar(ih.Input))
1677 Send dkGeneral[fSendSecondChar(ih.Input)]
1678 Send "{blind}{vkE8}"
1679 }
1680 >!|:: {
1681 Send "{blind}{vkE8}"
1682 ih := InputHook("L1", dkEndKeys)
1683 ih.Start()
1684 ih.Wait()
1685 if dkCurrency.Has(fSendSecondChar(ih.Input))
1686 Send dkCurrency[fSendSecondChar(ih.Input)]
1687 Send "{blind}{vkE8}"
1688 }
1689
1690 >!m:: {
1691 Send "{blind}{vkE8}"
1692 ih := InputHook("L1", dkEndKeys)
1693 ih.Start()
1694 ih.Wait()
1695 if dkGreekAlphabet.Has(fSendSecondChar(ih.Input))
1696 Send dkGreekAlphabet[fSendSecondChar(ih.Input)]
1697 Send "{blind}{vkE8}"
1698 }
1699 >!+m:: {
1700 Send "{blind}{vkE8}"
1701 ih := InputHook("L1", dkEndKeys)
1702 ih.Start()
1703 ih.Wait()
1704 if dkMathSymbols.Has(fSendSecondChar(ih.Input))
1705 Send dkMathSymbols[fSendSecondChar(ih.Input)]
1706 Send "{blind}{vkE8}"
1707 }