1 ; UltimateKEYS - 2020-04-17.ahk
3 ; Created by : Pieter Degroote
5 ; License : GNU General Public License Version 3
7 ; Website : https://github.com/pieter-degroote/UltimateKEYS
12 ; Keyboard layout (on Windows OS) : US QWERTY
14 ; AutoHotkey v1.1 (https://www.autohotkey.com/)
18 ; Dead Key : Circumflex Accent
20 dkCircumflex := ComObjCreate("Scripting.Dictionary")
21 dkCircumflex.item("a") := "â" ; a with circumflex
22 dkCircumflex.item("A") := "Â" ; A with circumflex
23 dkCircumflex.item("c") := "ĉ" ; c with circumflex
24 dkCircumflex.item("C") := "Ĉ" ; C with circumflex
25 dkCircumflex.item("e") := "ê" ; e with circumflex
26 dkCircumflex.item("E") := "Ê" ; E with circumflex
27 dkCircumflex.item("g") := "ĝ" ; g with circumflex
28 dkCircumflex.item("G") := "Ĝ" ; G with circumflex
29 dkCircumflex.item("h") := "ĥ" ; h with circumflex
30 dkCircumflex.item("H") := "Ĥ" ; H with circumflex
31 dkCircumflex.item("i") := "î" ; i with circumflex
32 dkCircumflex.item("I") := "Î" ; I with circumflex
33 dkCircumflex.item("j") := "ĵ" ; j with circumflex
34 dkCircumflex.item("J") := "Ĵ" ; J with circumflex
35 dkCircumflex.item("o") := "ô" ; o with circumflex
36 dkCircumflex.item("O") := "Ô" ; O with circumflex
37 dkCircumflex.item("s") := "ŝ" ; s with circumflex
38 dkCircumflex.item("S") := "Ŝ" ; S with circumflex
39 dkCircumflex.item("u") := "û" ; u with circumflex
40 dkCircumflex.item("U") := "Û" ; U with circumflex
41 dkCircumflex.item("w") := "ŵ" ; w with circumflex
42 dkCircumflex.item("W") := "Ŵ" ; W with circumflex
43 dkCircumflex.item("y") := "ŷ" ; y with circumflex
44 dkCircumflex.item("Y") := "Ŷ" ; Y with circumflex
45 dkCircumflex.item("z") := "ẑ" ; z with circumflex
46 dkCircumflex.item("Z") := "Ẑ" ; Z with circumflex
47 dkCircumflex.item("n") := "₦" ; Nigerian naira
48 dkCircumflex.item("N") := "₦" ; Nigerian naira
49 dkCircumflex.item("^") := "{^}" ; circumflex accent
50 dkCircumflex.item(" ") := "{^}" ; circumflex accent
55 dkCaron := ComObjCreate("Scripting.Dictionary")
56 dkCaron.item("a") := "ǎ" ; a with caron
57 dkCaron.item("A") := "Ǎ" ; A with caron
58 dkCaron.item("c") := "č" ; c with caron
59 dkCaron.item("C") := "Č" ; C with caron
60 dkCaron.item("d") := "ď" ; d with caron
61 dkCaron.item("D") := "Ď" ; D with caron
62 dkCaron.item("e") := "ě" ; e with caron
63 dkCaron.item("E") := "Ě" ; E with caron
64 dkCaron.item("g") := "ǧ" ; g with caron
65 dkCaron.item("G") := "Ǧ" ; G with caron
66 dkCaron.item("h") := "ȟ" ; h with caron
67 dkCaron.item("H") := "Ȟ" ; H with caron
68 dkCaron.item("i") := "ǐ" ; i with caron
69 dkCaron.item("I") := "Ǐ" ; I with caron
70 dkCaron.item("j") := "ǰ" ; j with caron
71 dkCaron.item("k") := "ǩ" ; k with caron
72 dkCaron.item("K") := "Ǩ" ; K with caron
73 dkCaron.item("l") := "ľ" ; l with caron
74 dkCaron.item("L") := "Ľ" ; L with caron
75 dkCaron.item("n") := "ň" ; n with caron
76 dkCaron.item("N") := "Ň" ; N with caron
77 dkCaron.item("o") := "ǒ" ; o with caron
78 dkCaron.item("O") := "Ǒ" ; O with caron
79 dkCaron.item("r") := "ř" ; r with caron
80 dkCaron.item("R") := "Ř" ; R with caron
81 dkCaron.item("s") := "š" ; s with caron
82 dkCaron.item("S") := "Š" ; S with caron
83 dkCaron.item("t") := "ť" ; t with caron
84 dkCaron.item("T") := "Ť" ; T with caron
85 dkCaron.item("u") := "ǔ" ; u with caron
86 dkCaron.item("U") := "Ǔ" ; U with caron
87 dkCaron.item("ü") := "ǚ" ; u with diaeresis and caron
88 dkCaron.item("Ü") := "Ǚ" ; U with diaeresis and caron
89 dkCaron.item("z") := "ž" ; z with caron
90 dkCaron.item("Z") := "Ž" ; Z with caron
91 dkCaron.item("3") := "ǯ" ; small letter ezh with caron
92 dkCaron.item("#") := "Ǯ" ; capital letter ezh with caron
93 dkCaron.item(" ") := "ˇ" ; caron
96 ; Dead Key : Ring/Dot Above
98 dkRingDotAbove := ComObjCreate("Scripting.Dictionary")
99 dkRingDotAbove.item("a") := "ȧ" ; a with dot above
100 dkRingDotAbove.item("A") := "Ȧ" ; A with dot above
101 dkRingDotAbove.item("ä") := "å" ; a with ring above
102 dkRingDotAbove.item("Ä") := "Å" ; A with ring above
103 dkRingDotAbove.item("b") := "ḃ" ; b with dot above
104 dkRingDotAbove.item("B") := "Ḃ" ; B with dot above
105 dkRingDotAbove.item("c") := "ċ" ; c with dot above
106 dkRingDotAbove.item("C") := "Ċ" ; C with dot above
107 dkRingDotAbove.item("d") := "ḋ" ; d with dot above
108 dkRingDotAbove.item("D") := "Ḋ" ; D with dot above
109 dkRingDotAbove.item("e") := "ė" ; e with dot above
110 dkRingDotAbove.item("E") := "Ė" ; E with dot above
111 dkRingDotAbove.item("f") := "ḟ" ; f with dot above
112 dkRingDotAbove.item("F") := "Ḟ" ; F with dot above
113 dkRingDotAbove.item("g") := "ġ" ; g with dot above
114 dkRingDotAbove.item("G") := "Ġ" ; G with dot above
115 dkRingDotAbove.item("h") := "ḣ" ; h with dot above
116 dkRingDotAbove.item("H") := "Ḣ" ; H with dot above
117 dkRingDotAbove.item("i") := "ı" ; dotless i (Turkish, Azerbaijani)
118 dkRingDotAbove.item("I") := "İ" ; I with dot above (Turkish, Azerbaijani)
119 dkRingDotAbove.item("j") := "ȷ" ; dotless j
120 dkRingDotAbove.item("l") := "ŀ" ; l with middle dot
121 dkRingDotAbove.item("L") := "Ŀ" ; L with middle dot
122 dkRingDotAbove.item("m") := "ṁ" ; m with dot above
123 dkRingDotAbove.item("M") := "Ṁ" ; M with dot above
124 dkRingDotAbove.item("n") := "ṅ" ; n with dot above
125 dkRingDotAbove.item("N") := "Ṅ" ; N with dot above
126 dkRingDotAbove.item("o") := "ȯ" ; o with dot above
127 dkRingDotAbove.item("O") := "Ȯ" ; O with dot above
128 dkRingDotAbove.item("p") := "ṗ" ; p with dot above
129 dkRingDotAbove.item("P") := "Ṗ" ; P with dot above
130 dkRingDotAbove.item("r") := "ṙ" ; r with dot above
131 dkRingDotAbove.item("R") := "Ṙ" ; R with dot above
132 dkRingDotAbove.item("s") := "ṡ" ; s with dot above
133 dkRingDotAbove.item("S") := "Ṡ" ; S with dot above
134 dkRingDotAbove.item("t") := "ṫ" ; t with dot above
135 dkRingDotAbove.item("T") := "Ṫ" ; T with dot above
136 dkRingDotAbove.item("u") := "ů" ; u with ring above
137 dkRingDotAbove.item("U") := "Ů" ; U with ring above
138 dkRingDotAbove.item("w") := "ẇ" ; w with dot above
139 dkRingDotAbove.item("W") := "Ẇ" ; W with dot above
140 dkRingDotAbove.item("å") := "ẘ" ; w with ring above
141 dkRingDotAbove.item("x") := "ẋ" ; x with dot above
142 dkRingDotAbove.item("X") := "Ẋ" ; X with dot above
143 dkRingDotAbove.item("y") := "ẏ" ; y with dot above
144 dkRingDotAbove.item("Y") := "Ẏ" ; Y with dot above
145 dkRingDotAbove.item("ÿ") := "ẙ" ; y with ring above
146 dkRingDotAbove.item("z") := "ż" ; z with dot above
147 dkRingDotAbove.item("Z") := "Ż" ; Z with dot above
148 dkRingDotAbove.item(" ") := "˙" ; dot above
151 ; Dead Key : Macron/Stroke
153 dkMacronStroke := ComObjCreate("Scripting.Dictionary")
154 dkMacronStroke.item("a") := "ā" ; a with macron
155 dkMacronStroke.item("A") := "Ā" ; A with macron
156 dkMacronStroke.item("æ") := "ǣ" ; ae with macron
157 dkMacronStroke.item("Æ") := "Ǣ" ; AE with macron
158 dkMacronStroke.item("b") := "ƀ" ; b with stroke
159 dkMacronStroke.item("B") := "Ƀ" ; B with stroke
160 dkMacronStroke.item("d") := "đ" ; d with stroke
161 dkMacronStroke.item("D") := "Đ" ; D with stroke
162 dkMacronStroke.item("e") := "ē" ; e with macron
163 dkMacronStroke.item("E") := "Ē" ; E with macron
164 dkMacronStroke.item("g") := "ǥ" ; g with stroke (Skolt Sami)
165 dkMacronStroke.item("G") := "Ǥ" ; G with stroke (Skolt Sami)
166 dkMacronStroke.item("é") := "ḡ" ; g with macron
167 dkMacronStroke.item("É") := "Ḡ" ; G with macron
168 dkMacronStroke.item("h") := "ħ" ; h with stroke (Maltese)
169 dkMacronStroke.item("H") := "Ħ" ; H with stroke (Maltese)
170 dkMacronStroke.item("i") := "ī" ; i with macron
171 dkMacronStroke.item("I") := "Ī" ; I with macron
172 dkMacronStroke.item("ï") := "ɨ" ; i with stroke
173 dkMacronStroke.item("Ï") := "Ɨ" ; I with stroke
174 dkMacronStroke.item("j") := "ɉ" ; j with stroke
175 dkMacronStroke.item("J") := "Ɉ" ; J with stroke
176 dkMacronStroke.item("l") := "ł" ; l with stroke
177 dkMacronStroke.item("L") := "Ł" ; L with stroke
178 dkMacronStroke.item("ø") := "ḻ" ; l with line below
179 dkMacronStroke.item("Ø") := "Ḻ" ; L with line below
180 dkMacronStroke.item("o") := "ō" ; o with macron
181 dkMacronStroke.item("O") := "Ō" ; O with macron
182 dkMacronStroke.item("ö") := "ǭ" ; o with ogonek and macron
183 dkMacronStroke.item("Ö") := "Ǭ" ; O with ogonek and macron
184 dkMacronStroke.item("p") := "ᵽ" ; p with stroke
185 dkMacronStroke.item("P") := "Ᵽ" ; P with stroke
186 dkMacronStroke.item("r") := "ɍ" ; r with stroke
187 dkMacronStroke.item("R") := "Ɍ" ; R with stroke
188 dkMacronStroke.item("t") := "ŧ" ; t with stroke
189 dkMacronStroke.item("T") := "Ŧ" ; T with stroke
190 dkMacronStroke.item("u") := "ū" ; u with macron
191 dkMacronStroke.item("U") := "Ū" ; U with macron
192 dkMacronStroke.item("ü") := "ʉ" ; u with bar
193 dkMacronStroke.item("Ü") := "Ʉ" ; U with bar
194 dkMacronStroke.item("y") := "ȳ" ; y with macron
195 dkMacronStroke.item("Y") := "Ȳ" ; Y with macron
196 dkMacronStroke.item("ÿ") := "ɏ" ; y with stroke
197 dkMacronStroke.item("Ÿ") := "Ɏ" ; Y with stroke
198 dkMacronStroke.item("z") := "ƶ" ; z with stroke
199 dkMacronStroke.item("Z") := "Ƶ" ; Z with stroke
200 dkMacronStroke.item(" ") := "¯" ; macron
203 ; Dead Key : Cedilla/Ogonek
205 dkCedillaOgonek := ComObjCreate("Scripting.Dictionary")
206 dkCedillaOgonek.item("a") := "ą" ; a with ogonek
207 dkCedillaOgonek.item("A") := "Ą" ; A with ogonek
208 dkCedillaOgonek.item("c") := "ç" ; c with cedilla
209 dkCedillaOgonek.item("C") := "Ç" ; C with cedilla
210 dkCedillaOgonek.item("d") := "ḑ" ; d with cedilla
211 dkCedillaOgonek.item("D") := "Ḑ" ; D with cedilla
212 dkCedillaOgonek.item("e") := "ę" ; e with ogonek
213 dkCedillaOgonek.item("E") := "Ę" ; E with ogonek
214 dkCedillaOgonek.item("ë") := "ȩ" ; e with cedilla
215 dkCedillaOgonek.item("Ë") := "Ȩ" ; E with cedilla
216 dkCedillaOgonek.item("g") := "ģ" ; g with cedilla
217 dkCedillaOgonek.item("G") := "Ģ" ; G with cedilla
218 dkCedillaOgonek.item("h") := "ḩ" ; h with cedilla
219 dkCedillaOgonek.item("H") := "Ḩ" ; H with cedilla
220 dkCedillaOgonek.item("i") := "į" ; i with ogonek
221 dkCedillaOgonek.item("I") := "Į" ; I with ogonek
222 dkCedillaOgonek.item("k") := "ķ" ; k with cedilla
223 dkCedillaOgonek.item("K") := "Ķ" ; K with cedilla
224 dkCedillaOgonek.item("l") := "ļ" ; l with cedilla
225 dkCedillaOgonek.item("L") := "Ļ" ; L with cedilla
226 dkCedillaOgonek.item("n") := "ņ" ; n with cedilla
227 dkCedillaOgonek.item("N") := "Ņ" ; N with cedilla
228 dkCedillaOgonek.item("o") := "ǫ" ; o with ogonek
229 dkCedillaOgonek.item("O") := "Ǫ" ; O with ogonek
230 dkCedillaOgonek.item("ö") := "ǭ" ; o with ogonek and macron
231 dkCedillaOgonek.item("Ö") := "Ǭ" ; O with ogonek and macron
232 dkCedillaOgonek.item("r") := "ŗ" ; r with cedilla
233 dkCedillaOgonek.item("R") := "Ŗ" ; R with cedilla
234 dkCedillaOgonek.item("s") := "ş" ; s with cedilla
235 dkCedillaOgonek.item("S") := "Ş" ; S with cedilla
236 dkCedillaOgonek.item("t") := "ţ" ; t with cedilla
237 dkCedillaOgonek.item("T") := "Ţ" ; T with cedilla
238 dkCedillaOgonek.item("u") := "ų" ; u with ogonek
239 dkCedillaOgonek.item("U") := "Ų" ; U with ogonek
240 dkCedillaOgonek.item("w") := "₩" ; South Korean won
241 dkCedillaOgonek.item("W") := "₩" ; South Korean won
242 dkCedillaOgonek.item("1") := "–" ; en dash
243 dkCedillaOgonek.item("2") := "—" ; em dash
244 dkCedillaOgonek.item("3") := "―" ; horizontal bar
245 dkCedillaOgonek.item("4") := "‐" ; hyphen
246 dkCedillaOgonek.item("9") := "‒" ; figure dash
247 dkCedillaOgonek.item("0") := "" ; soft hyphen
248 dkCedillaOgonek.item("-") := "‑" ; non-breaking hyphen
249 dkCedillaOgonek.item(".") := "˛" ; ogonek
250 dkCedillaOgonek.item(" ") := "¸" ; cedilla
253 ; Dead Key : Breve/Special
255 dkBreveSpecial := ComObjCreate("Scripting.Dictionary")
256 dkBreveSpecial.item("a") := "ă" ; a with breve
257 dkBreveSpecial.item("A") := "Ă" ; A with breve
258 dkBreveSpecial.item("d") := "ɖ" ; small letter d with tail
259 dkBreveSpecial.item("D") := "Ɖ" ; capital letter African D
260 dkBreveSpecial.item("e") := "ĕ" ; e with breve
261 dkBreveSpecial.item("E") := "Ĕ" ; E with breve
262 dkBreveSpecial.item("ë") := "ǝ" ; small turned e
263 dkBreveSpecial.item("Ë") := "Ǝ" ; capital reversed E
264 dkBreveSpecial.item("f") := "ə" ; small letter schwa (Azerbaijani)
265 dkBreveSpecial.item("F") := "Ə" ; capital letter schwa (Azerbaijani)
266 dkBreveSpecial.item("g") := "ğ" ; g with breve
267 dkBreveSpecial.item("G") := "Ğ" ; G with breve
268 dkBreveSpecial.item("é") := "ꬶ" ; cross-tailed g
269 dkBreveSpecial.item("h") := "ɣ" ; latin small gamma
270 dkBreveSpecial.item("H") := "Ɣ" ; latin capital gamma
271 dkBreveSpecial.item("i") := "ĭ" ; i with breve
272 dkBreveSpecial.item("I") := "Ĭ" ; I with breve
273 dkBreveSpecial.item("j") := "ij" ; ligature ij
274 dkBreveSpecial.item("J") := "IJ" ; ligature IJ
275 dkBreveSpecial.item("k") := "ĸ" ; small letter kra
276 dkBreveSpecial.item("n") := "ŋ" ; small letter eng(ma)
277 dkBreveSpecial.item("N") := "Ŋ" ; capital letter eng(ma)
278 dkBreveSpecial.item("o") := "ŏ" ; o with breve
279 dkBreveSpecial.item("O") := "Ŏ" ; O with breve
280 dkBreveSpecial.item("ö") := "ɔ" ; small open o
281 dkBreveSpecial.item("Ö") := "Ɔ" ; capital open O
282 dkBreveSpecial.item("s") := "ș" ; s with comma below (Romanian)
283 dkBreveSpecial.item("S") := "Ș" ; S with comma below (Romanian)
284 dkBreveSpecial.item("t") := "ț" ; t with comma below (Romanian)
285 dkBreveSpecial.item("T") := "Ț" ; T with comma below (Romanian)
286 dkBreveSpecial.item("u") := "ŭ" ; u with breve
287 dkBreveSpecial.item("U") := "Ŭ" ; U with breve
288 dkBreveSpecial.item("v") := "ʊ" ; latin small letter upsilon
289 dkBreveSpecial.item("V") := "Ʊ" ; latin capital letter upsilon
290 dkBreveSpecial.item("w") := "ƿ" ; small letter wynn
291 dkBreveSpecial.item("W") := "Ƿ" ; capital letter wynn
292 dkBreveSpecial.item("y") := "ȝ" ; small letter yogh
293 dkBreveSpecial.item("Y") := "Ȝ" ; capital letter yogh
294 dkBreveSpecial.item("3") := "ʒ" ; small letter ezh
295 dkBreveSpecial.item("#") := "Ʒ" ; capital letter ezh
296 dkBreveSpecial.item(" ") := "˘" ; breve
299 ; Dead Key : Acute Accent
301 dkAcuteAccent := ComObjCreate("Scripting.Dictionary")
302 dkAcuteAccent.item("a") := "á" ; a with acute
303 dkAcuteAccent.item("A") := "Á" ; A with acute
304 dkAcuteAccent.item("b") := "ɓ" ; b with hook
305 dkAcuteAccent.item("B") := "Ɓ" ; B with hook
306 dkAcuteAccent.item("c") := "ć" ; c with acute
307 dkAcuteAccent.item("C") := "Ć" ; C with acute
308 dkAcuteAccent.item("ç") := "ḉ" ; c with cedilla and acute
309 dkAcuteAccent.item("Ç") := "Ḉ" ; C with cedilla and acute
310 dkAcuteAccent.item("d") := "ɗ" ; d with hook
311 dkAcuteAccent.item("D") := "Ɗ" ; D with hook
312 dkAcuteAccent.item("e") := "é" ; e with acute
313 dkAcuteAccent.item("E") := "É" ; E with acute
314 dkAcuteAccent.item("f") := "ƒ" ; f with hook
315 dkAcuteAccent.item("F") := "Ƒ" ; F with hook
316 dkAcuteAccent.item("g") := "ǵ" ; g with acute
317 dkAcuteAccent.item("G") := "Ǵ" ; G with acute
318 dkAcuteAccent.item("h") := "ɦ" ; h with hook
319 dkAcuteAccent.item("H") := "Ɦ" ; H with hook
320 dkAcuteAccent.item("i") := "í" ; i with acute
321 dkAcuteAccent.item("I") := "Í" ; I with acute
322 dkAcuteAccent.item("j") := "ij" ; ligature ij
323 dkAcuteAccent.item("J") := "IJ" ; ligature IJ
324 dkAcuteAccent.item("k") := "ƙ" ; k with hook
325 dkAcuteAccent.item("K") := "Ƙ" ; K with hook
326 dkAcuteAccent.item("l") := "ĺ" ; l with acute
327 dkAcuteAccent.item("L") := "Ĺ" ; L with acute
328 dkAcuteAccent.item("m") := "ḿ" ; m with acute
329 dkAcuteAccent.item("M") := "Ḿ" ; M with acute
330 dkAcuteAccent.item("n") := "ń" ; n with acute
331 dkAcuteAccent.item("N") := "Ń" ; N with acute
332 dkAcuteAccent.item("o") := "ó" ; o with acute
333 dkAcuteAccent.item("O") := "Ó" ; O with acute
334 dkAcuteAccent.item("ö") := "ő" ; o with double acute
335 dkAcuteAccent.item("Ö") := "Ő" ; O with double acute
336 dkAcuteAccent.item("p") := "ƥ" ; p with hook
337 dkAcuteAccent.item("P") := "Ƥ" ; P with hook
338 dkAcuteAccent.item("q") := "ɋ" ; q with hook tail
339 dkAcuteAccent.item("Q") := "Ɋ" ; Q with hook tail
340 dkAcuteAccent.item("r") := "ŕ" ; r with acute
341 dkAcuteAccent.item("R") := "Ŕ" ; R with acute
342 dkAcuteAccent.item("s") := "ś" ; s with acute
343 dkAcuteAccent.item("S") := "Ś" ; S with acute
344 dkAcuteAccent.item("t") := "ƭ" ; t with hook
345 dkAcuteAccent.item("T") := "Ƭ" ; T with hook
346 dkAcuteAccent.item("u") := "ú" ; u with acute
347 dkAcuteAccent.item("U") := "Ú" ; U with acute
348 dkAcuteAccent.item("ü") := "ű" ; u with double acute
349 dkAcuteAccent.item("Ü") := "Ű" ; U with double acute
350 dkAcuteAccent.item("v") := "ʋ" ; v with hook
351 dkAcuteAccent.item("V") := "Ʋ" ; V with hook
352 dkAcuteAccent.item("w") := "ẃ" ; w with acute
353 dkAcuteAccent.item("W") := "Ẃ" ; W with acute
354 dkAcuteAccent.item("y") := "ý" ; y with acute
355 dkAcuteAccent.item("Y") := "Ý" ; Y with acute
356 dkAcuteAccent.item("z") := "ź" ; z with acute
357 dkAcuteAccent.item("Z") := "Ź" ; Z with acute
358 dkAcuteAccent.item("å") := "ǻ" ; a with ring above and acute
359 dkAcuteAccent.item("Å") := "Ǻ" ; A with ring above and acute
360 dkAcuteAccent.item("æ") := "ǽ" ; ae with acute
361 dkAcuteAccent.item("Æ") := "Ǽ" ; AE with acute
362 dkAcuteAccent.item("ø") := "ǿ" ; o with stroke and acute
363 dkAcuteAccent.item("Ø") := "Ǿ" ; O with stroke and acute
364 dkAcuteAccent.item("2") := "♫" ; beamed eighth notes
365 dkAcuteAccent.item("3") := "⁂" ; asterism
366 dkAcuteAccent.item("8") := "♪" ; eighth note
367 dkAcuteAccent.item("9") := "★" ; black star
368 dkAcuteAccent.item("0") := "☆" ; white star
369 dkAcuteAccent.item("'") := "´" ; acute accent
370 dkAcuteAccent.item(" ") := "´" ; acute accent
373 ; Dead Key : Diaeresis
375 dkDiaeresis := ComObjCreate("Scripting.Dictionary")
376 dkDiaeresis.item("a") := "ä" ; a with diaeresis
377 dkDiaeresis.item("A") := "Ä" ; A with diaeresis
378 dkDiaeresis.item("e") := "ë" ; e with diaeresis
379 dkDiaeresis.item("E") := "Ë" ; E with diaeresis
380 dkDiaeresis.item("h") := "ḧ" ; h with diaeresis
381 dkDiaeresis.item("H") := "Ḧ" ; H with diaeresis
382 dkDiaeresis.item("i") := "ï" ; i with diaeresis
383 dkDiaeresis.item("I") := "Ï" ; I with diaeresis
384 dkDiaeresis.item("o") := "ö" ; o with diaeresis
385 dkDiaeresis.item("O") := "Ö" ; O with diaeresis
386 dkDiaeresis.item("s") := "ß" ; small sharp s (Eszett)
387 dkDiaeresis.item("S") := "ẞ" ; capital sharp S (capital Eszett)
388 dkDiaeresis.item("t") := "ẗ" ; t with diaeresis
389 dkDiaeresis.item("u") := "ü" ; u with diaeresis
390 dkDiaeresis.item("U") := "Ü" ; U with diaeresis
391 dkDiaeresis.item("w") := "ẅ" ; w with diaeresis
392 dkDiaeresis.item("W") := "Ẅ" ; W with diaeresis
393 dkDiaeresis.item("x") := "ẍ" ; x with diaeresis
394 dkDiaeresis.item("X") := "Ẍ" ; X with diaeresis
395 dkDiaeresis.item("y") := "ÿ" ; y with diaeresis
396 dkDiaeresis.item("Y") := "Ÿ" ; Y with diaeresis
397 dkDiaeresis.item("""") := "¨" ; diaeresis
398 dkDiaeresis.item(" ") := "¨" ; diaeresis
401 ; Dead Key : Grave Accent
403 dkGraveAccent := ComObjCreate("Scripting.Dictionary")
404 dkGraveAccent.item("a") := "à" ; a with grave
405 dkGraveAccent.item("A") := "À" ; A with grave
406 dkGraveAccent.item("e") := "è" ; e with grave
407 dkGraveAccent.item("E") := "È" ; E with grave
408 dkGraveAccent.item("i") := "ì" ; i with grave
409 dkGraveAccent.item("I") := "Ì" ; I with grave
410 dkGraveAccent.item("n") := "ǹ" ; n with grave
411 dkGraveAccent.item("N") := "Ǹ" ; N with grave
412 dkGraveAccent.item("o") := "ò" ; o with grave
413 dkGraveAccent.item("O") := "Ò" ; O with grave
414 dkGraveAccent.item("u") := "ù" ; u with grave
415 dkGraveAccent.item("U") := "Ù" ; U with grave
416 dkGraveAccent.item("w") := "ẁ" ; w with grave
417 dkGraveAccent.item("W") := "Ẁ" ; W with grave
418 dkGraveAccent.item("y") := "ỳ" ; y with grave
419 dkGraveAccent.item("Y") := "Ỳ" ; Y with grave
420 dkGraveAccent.item("ä") := "₳" ; Argentine austral
421 dkGraveAccent.item("Ä") := "₳" ; Argentine austral
422 dkGraveAccent.item("b") := "₿" ; bitcoin
423 dkGraveAccent.item("B") := "₿" ; bitcoin
424 dkGraveAccent.item("c") := "₡" ; Costa Rican colón
425 dkGraveAccent.item("C") := "₵" ; Ghanaian cedi
426 dkGraveAccent.item("ç") := "₢" ; Brazilian cruzeiro
427 dkGraveAccent.item("Ç") := "₢" ; Brazilian cruzeiro
428 dkGraveAccent.item("d") := "₫" ; Vietnamese dong
429 dkGraveAccent.item("D") := "₯" ; Greek drachma
430 dkGraveAccent.item("f") := "₣" ; French franc
431 dkGraveAccent.item("F") := "₣" ; French franc
432 dkGraveAccent.item("g") := "₲" ; Paraguayan guaraní
433 dkGraveAccent.item("G") := "₲" ; Paraguayan guaraní
434 dkGraveAccent.item("h") := "₴" ; Ukrainian hryvnia
435 dkGraveAccent.item("H") := "₴" ; Ukrainian hryvnia
436 dkGraveAccent.item("k") := "₭" ; Laotian kip
437 dkGraveAccent.item("K") := "₭" ; Laotian kip
438 dkGraveAccent.item("l") := "₺" ; Turkish lira
439 dkGraveAccent.item("L") := "₾" ; Georgian lari
440 dkGraveAccent.item("ø") := "₤" ; lira
441 dkGraveAccent.item("Ø") := "₤" ; lira
442 dkGraveAccent.item("m") := "₼" ; Azerbaijani manat
443 dkGraveAccent.item("M") := "₥" ; mill sign
444 dkGraveAccent.item("ñ") := "₦" ; Nigerian naira
445 dkGraveAccent.item("Ñ") := "₦" ; Nigerian naira
446 dkGraveAccent.item("p") := "₱" ; Philippine peso
447 dkGraveAccent.item("P") := "₱" ; Philippine peso
448 dkGraveAccent.item("r") := "₹" ; Indian rupee
449 dkGraveAccent.item("R") := "₽" ; Russian ruble
450 dkGraveAccent.item("s") := "₪" ; Israeli new shekel
451 dkGraveAccent.item("S") := "₪" ; Israeli new shekel
452 dkGraveAccent.item("t") := "₮" ; Mongolian tögrög (tugrik)
453 dkGraveAccent.item("T") := "₸" ; Kazakh tenge
454 dkGraveAccent.item("å") := "₩" ; South Korean won
455 dkGraveAccent.item("Å") := "₩" ; South Korean won
456 dkGraveAccent.item("1") := " " ; en space
457 dkGraveAccent.item("2") := " " ; em space
458 dkGraveAccent.item("3") := " " ; three-per-em space
459 dkGraveAccent.item("4") := " " ; four-per-em space
460 dkGraveAccent.item("5") := " " ; punctuation space
461 dkGraveAccent.item("6") := " " ; six-per-em space
462 dkGraveAccent.item("7") := " " ; thin space
463 dkGraveAccent.item("8") := " " ; hair space
464 dkGraveAccent.item("9") := " " ; figure space
465 dkGraveAccent.item("0") := "" ; zero-width space
466 dkGraveAccent.item("-") := " " ; non-breaking space
467 dkGraveAccent.item("!") := " " ; en quad
468 dkGraveAccent.item("@") := " " ; em quad
469 dkGraveAccent.item("``") := "``" ; grave accent
470 dkGraveAccent.item(" ") := "``" ; grave accent
475 dkTilde := ComObjCreate("Scripting.Dictionary")
476 dkTilde.item("a") := "ã" ; a with tilde
477 dkTilde.item("A") := "Ã" ; A with tilde
478 dkTilde.item("e") := "ẽ" ; e with tilde
479 dkTilde.item("E") := "Ẽ" ; E with tilde
480 dkTilde.item("i") := "ĩ" ; i with tilde
481 dkTilde.item("I") := "Ĩ" ; I with tilde
482 dkTilde.item("n") := "ñ" ; n with tilde
483 dkTilde.item("N") := "Ñ" ; N with tilde
484 dkTilde.item("o") := "õ" ; o with tilde
485 dkTilde.item("O") := "Õ" ; O with tilde
486 dkTilde.item("u") := "ũ" ; u with tilde
487 dkTilde.item("U") := "Ũ" ; U with tilde
488 dkTilde.item("v") := "ṽ" ; v with tilde
489 dkTilde.item("V") := "Ṽ" ; V with tilde
490 dkTilde.item("y") := "ỹ" ; y with tilde
491 dkTilde.item("Y") := "Ỹ" ; Y with tilde
492 dkTilde.item("~") := "~" ; tilde
493 dkTilde.item(" ") := "~" ; tilde
496 ; Dead Key : Not Sign
498 dkNotSign := ComObjCreate("Scripting.Dictionary")
499 dkNotSign.item("a") := "ª" ; feminine ordinal indicator (Spanish, Portuguese, Italian, Galician)
500 dkNotSign.item("A") := "ª" ; feminine ordinal indicator (Spanish, Portuguese, Italian, Galician)
501 dkNotSign.item("b") := "☐" ; ballot box
502 dkNotSign.item("B") := "☒" ; ballot box with x
503 dkNotSign.item("c") := "©" ; copyright sign
504 dkNotSign.item("C") := "¤" ; currency sign
505 dkNotSign.item("d") := "†" ; dagger
506 dkNotSign.item("D") := "‡" ; double dagger
507 dkNotSign.item("e") := "…" ; ellipsis
508 dkNotSign.item("E") := "℮" ; estimated symbol
509 dkNotSign.item("f") := "♀" ; Venus symbol (female)
510 dkNotSign.item("F") := "♀" ; Venus symbol (female)
511 dkNotSign.item("h") := "♡" ; white heart suit
512 dkNotSign.item("H") := "♥" ; black heart suit
513 dkNotSign.item("l") := "ℓ" ; script small l
514 dkNotSign.item("L") := "ℓ" ; script small l
515 dkNotSign.item("m") := "♂" ; Mars symbol (male)
516 dkNotSign.item("M") := "♂" ; Mars symbol (male)
517 dkNotSign.item("n") := "¬" ; not sign
518 dkNotSign.item("N") := "¬" ; not sign
519 dkNotSign.item("o") := "º" ; masculine ordinal indicator (Spanish, Portuguese, Italian, Galician)
520 dkNotSign.item("O") := "º" ; masculine ordinal indicator (Spanish, Portuguese, Italian, Galician)
521 dkNotSign.item("p") := "¶" ; pilcrow sign
522 dkNotSign.item("P") := "℗" ; sound recording copyright
523 dkNotSign.item("r") := "®" ; registered sign
524 dkNotSign.item("R") := "®" ; registered sign
525 dkNotSign.item("s") := "§" ; section sign
526 dkNotSign.item("S") := "℠" ; service mark
527 dkNotSign.item("t") := "™" ; trademark symbol
528 dkNotSign.item("T") := "™" ; trademark symbol
529 dkNotSign.item("v") := "✓" ; check mark
530 dkNotSign.item("V") := "✔" ; heavy check mark
531 dkNotSign.item("w") := "☑" ; ballot box with check
532 dkNotSign.item("W") := "☙" ; reversed rotated floral heart bullet
533 dkNotSign.item("x") := "✗" ; ballot x
534 dkNotSign.item("X") := "✘" ; heavy ballot x
535 dkNotSign.item("y") := "☺" ; white smiling face
536 dkNotSign.item("Y") := "☻" ; black smiling face
537 dkNotSign.item("1") := "←" ; leftwards arrow
538 dkNotSign.item("2") := "↓" ; downwards arrow
539 dkNotSign.item("3") := "↑" ; upwards arrow
540 dkNotSign.item("4") := "→" ; rightwards arrow
541 dkNotSign.item("5") := "↖" ; north west arrow
542 dkNotSign.item("6") := "↙" ; south west arrow
543 dkNotSign.item("7") := "↗" ; north east arrow
544 dkNotSign.item("8") := "↘" ; south east arrow
545 dkNotSign.item("9") := "↕" ; up down arrow
546 dkNotSign.item("0") := "↨" ; up down arrow with base
547 dkNotSign.item("=") := "↔" ; left right arrow
548 dkNotSign.item("!") := "⇐" ; leftwards double arrow
549 dkNotSign.item("@") := "⇓" ; downwards double arrow
550 dkNotSign.item("#") := "⇑" ; upwards double arrow
551 dkNotSign.item("$") := "⇒" ; rightwards double arrow
552 dkNotSign.item("%") := "⇖" ; north west double arrow
553 dkNotSign.item("^") := "⇙" ; south west double arrow
554 dkNotSign.item("&") := "⇗" ; north east double arrow
555 dkNotSign.item("*") := "⇘" ; south east double arrow
556 dkNotSign.item("(") := "⇕" ; up down double arrow
557 dkNotSign.item(")") := "↲" ; downwards arrow with tip leftwards
558 dkNotSign.item("+") := "⇔" ; left right double arrow
559 dkNotSign.item(".") := "•" ; bullet
560 dkNotSign.item("-") := "⁃" ; hyphen bullet
561 dkNotSign.item("/") := "‼" ; double exclamation mark
562 dkNotSign.item("?") := "‽" ; interrobang
563 dkNotSign.item("¿") := "⸘" ; inverted interrobang
564 dkNotSign.item("¶") := "⸮" ; reversed question mark
565 dkNotSign.item("\") := "⁞" ; vertical four dots
566 dkNotSign.item("|") := "⁞" ; vertical four dots
567 dkNotSign.item(" ") := "¬" ; not sign
570 ; Dead Key : Broken Bar
572 dkBrokenBar := ComObjCreate("Scripting.Dictionary")
573 dkBrokenBar.item("a") := "ɑ" ; latin small letter alpha
574 dkBrokenBar.item("A") := "Ɑ" ; latin capital letter alpha
575 dkBrokenBar.item("ä") := "ɒ" ; latin small letter turned alpha
576 dkBrokenBar.item("Ä") := "Ɒ" ; latin capital letter turned alpha
577 dkBrokenBar.item("c") := "ƈ" ; c with hook
578 dkBrokenBar.item("C") := "Ƈ" ; C with hook
579 dkBrokenBar.item("e") := "ɛ" ; small open e (latin small epsilon)
580 dkBrokenBar.item("E") := "Ɛ" ; capital open E (latin capital epsilon)
581 dkBrokenBar.item("f") := "❦" ; floral heart
582 dkBrokenBar.item("F") := "❧" ; rotated floral heart bullet
583 dkBrokenBar.item("g") := "ɠ" ; g with hook
584 dkBrokenBar.item("G") := "Ɠ" ; G with hook
585 dkBrokenBar.item("h") := "ꜧ" ; small letter heng
586 dkBrokenBar.item("H") := "Ꜧ" ; capital letter heng
587 dkBrokenBar.item("ù") := "ɧ" ; small letter heng with hook
588 dkBrokenBar.item("k") := "ḱ" ; k with acute
589 dkBrokenBar.item("K") := "Ḱ" ; K with acute
590 dkBrokenBar.item("n") := "ɲ" ; n with left hook
591 dkBrokenBar.item("N") := "Ɲ" ; N with left hook
592 dkBrokenBar.item("o") := "ơ" ; o with horn
593 dkBrokenBar.item("O") := "Ơ" ; O with horn
594 dkBrokenBar.item("p") := "ṕ" ; p with acute
595 dkBrokenBar.item("P") := "Ṕ" ; P with acute
596 dkBrokenBar.item("s") := "ʃ" ; small letter esh
597 dkBrokenBar.item("S") := "Ʃ" ; capital letter esh
598 dkBrokenBar.item("ß") := "ſ" ; small long s
599 dkBrokenBar.item("u") := "ư" ; u with horn
600 dkBrokenBar.item("U") := "Ư" ; U with horn
601 dkBrokenBar.item("v") := "ʌ" ; latin small letter turned v
602 dkBrokenBar.item("V") := "Ʌ" ; latin capital letter turned V
603 dkBrokenBar.item("w") := "ⱳ" ; w with hook
604 dkBrokenBar.item("W") := "Ⱳ" ; W with hook
605 dkBrokenBar.item("y") := "ƴ" ; y with hook
606 dkBrokenBar.item("Y") := "Ƴ" ; Y with hook
607 dkBrokenBar.item("z") := "ȥ" ; z with hook
608 dkBrokenBar.item("Z") := "Ȥ" ; Z with hook
609 dkBrokenBar.item("1") := "№" ; numero sign
610 dkBrokenBar.item("2") := "½" ; vulgar fraction 1/2
611 dkBrokenBar.item("3") := "⅓" ; vulgar fraction 1/3
612 dkBrokenBar.item("4") := "¼" ; vulgar fraction 1/4
613 dkBrokenBar.item("5") := "⅔" ; vulgar fraction 2/3
614 dkBrokenBar.item("6") := "¾" ; vulgar fraction 3/4
615 dkBrokenBar.item("7") := "⅛" ; vulgar fraction 1/8
616 dkBrokenBar.item("8") := "⅜" ; vulgar fraction 3/8
617 dkBrokenBar.item("9") := "⅝" ; vulgar fraction 5/8
618 dkBrokenBar.item("0") := "⅞" ; vulgar fraction 7/8
619 dkBrokenBar.item("\") := "¦" ; broken bar
620 dkBrokenBar.item("|") := "¦" ; broken bar
621 dkBrokenBar.item(" ") := "¦" ; broken bar
624 ; Dead Key : Greek Alphabet
626 dkGreekAlphabet := ComObjCreate("Scripting.Dictionary")
627 dkGreekAlphabet.item("a") := "α" ; small alpha
628 dkGreekAlphabet.item("A") := "Α" ; capital alpha
629 dkGreekAlphabet.item("b") := "β" ; small beta
630 dkGreekAlphabet.item("B") := "Β" ; capital beta
631 dkGreekAlphabet.item("v") := "β" ; small beta
632 dkGreekAlphabet.item("V") := "Β" ; capital beta
633 dkGreekAlphabet.item("g") := "γ" ; small gamma
634 dkGreekAlphabet.item("G") := "Γ" ; capital gamma
635 dkGreekAlphabet.item("d") := "δ" ; small delta
636 dkGreekAlphabet.item("D") := "Δ" ; capital delta
637 dkGreekAlphabet.item("e") := "ε" ; small epsilon
638 dkGreekAlphabet.item("E") := "Ε" ; capital epsilon
639 dkGreekAlphabet.item("z") := "ζ" ; small zeta
640 dkGreekAlphabet.item("Z") := "Ζ" ; capital zeta
641 dkGreekAlphabet.item("h") := "η" ; small eta
642 dkGreekAlphabet.item("H") := "Η" ; capital eta
643 dkGreekAlphabet.item("j") := "θ" ; small theta
644 dkGreekAlphabet.item("J") := "Θ" ; capital theta
645 dkGreekAlphabet.item("i") := "ι" ; small iota
646 dkGreekAlphabet.item("I") := "Ι" ; capital iota
647 dkGreekAlphabet.item("k") := "κ" ; small kappa
648 dkGreekAlphabet.item("K") := "Κ" ; capital kappa
649 dkGreekAlphabet.item("l") := "λ" ; small lambda
650 dkGreekAlphabet.item("L") := "Λ" ; capital lambda
651 dkGreekAlphabet.item("m") := "μ" ; small mu
652 dkGreekAlphabet.item("M") := "Μ" ; capital mu
653 dkGreekAlphabet.item("n") := "ν" ; small nu
654 dkGreekAlphabet.item("N") := "Ν" ; capital nu
655 dkGreekAlphabet.item("x") := "ξ" ; small xi
656 dkGreekAlphabet.item("X") := "Ξ" ; capital xi
657 dkGreekAlphabet.item("o") := "ο" ; small omikron
658 dkGreekAlphabet.item("O") := "Ο" ; capital omikron
659 dkGreekAlphabet.item("p") := "π" ; small pi
660 dkGreekAlphabet.item("P") := "Π" ; capital pi
661 dkGreekAlphabet.item("r") := "ρ" ; small rho
662 dkGreekAlphabet.item("R") := "Ρ" ; capital rho
663 dkGreekAlphabet.item("s") := "σ" ; small sigma
664 dkGreekAlphabet.item("S") := "Σ" ; capital sigma
665 dkGreekAlphabet.item(",") := "ς" ; small sigma, in word-final position
666 dkGreekAlphabet.item("ß") := "ς" ; small sigma, in word-final position
667 dkGreekAlphabet.item("t") := "τ" ; small tau
668 dkGreekAlphabet.item("T") := "Τ" ; capital tau
669 dkGreekAlphabet.item("u") := "υ" ; small upsilon
670 dkGreekAlphabet.item("U") := "Υ" ; capital upsilon
671 dkGreekAlphabet.item("y") := "υ" ; small upsilon
672 dkGreekAlphabet.item("Y") := "Υ" ; capital upsilon
673 dkGreekAlphabet.item("f") := "φ" ; small phi
674 dkGreekAlphabet.item("F") := "Φ" ; capital phi
675 dkGreekAlphabet.item("c") := "χ" ; small chi
676 dkGreekAlphabet.item("C") := "Χ" ; capital chi
677 dkGreekAlphabet.item("w") := "ψ" ; small psi
678 dkGreekAlphabet.item("W") := "Ψ" ; capital psi
679 dkGreekAlphabet.item("q") := "ω" ; small omega
680 dkGreekAlphabet.item("Q") := "Ω" ; capital omega
681 dkGreekAlphabet.item("1") := "¹" ; superscript 1
682 dkGreekAlphabet.item("2") := "²" ; superscript 2
683 dkGreekAlphabet.item("3") := "³" ; superscript 3
684 dkGreekAlphabet.item("4") := "⁴" ; superscript 4
685 dkGreekAlphabet.item("5") := "⁵" ; superscript 5
686 dkGreekAlphabet.item("6") := "⁶" ; superscript 6
687 dkGreekAlphabet.item("7") := "⁷" ; superscript 7
688 dkGreekAlphabet.item("8") := "⁸" ; superscript 8
689 dkGreekAlphabet.item("9") := "⁹" ; superscript 9
690 dkGreekAlphabet.item("0") := "⁰" ; superscript 0
691 dkGreekAlphabet.item("-") := "⁻" ; superscript -
692 dkGreekAlphabet.item("=") := "⁼" ; superscript =
693 dkGreekAlphabet.item("+") := "⁺" ; superscript +
694 dkGreekAlphabet.item("[") := "⁽" ; superscript (
695 dkGreekAlphabet.item("]") := "⁾" ; superscript )
696 dkGreekAlphabet.item("!") := "₁" ; subscript 1
697 dkGreekAlphabet.item("@") := "₂" ; subscript 2
698 dkGreekAlphabet.item("#") := "₃" ; subscript 3
699 dkGreekAlphabet.item("$") := "₄" ; subscript 4
700 dkGreekAlphabet.item("%") := "₅" ; subscript 5
701 dkGreekAlphabet.item("^") := "₆" ; subscript 6
702 dkGreekAlphabet.item("&") := "₇" ; subscript 7
703 dkGreekAlphabet.item("*") := "₈" ; subscript 8
704 dkGreekAlphabet.item("(") := "₉" ; subscript 9
705 dkGreekAlphabet.item(")") := "₀" ; subscript 0
706 dkGreekAlphabet.item(";") := "₋" ; subscript -
707 dkGreekAlphabet.item("'") := "₌" ; subscript =
708 dkGreekAlphabet.item("""") := "₊" ; subscript +
709 dkGreekAlphabet.item("{") := "₍" ; subscript (
710 dkGreekAlphabet.item("}") := "₎" ; subscript )
711 dkGreekAlphabet.item(".") := "µ" ; micro sign
712 dkGreekAlphabet.item(" ") := "μ" ; small mu
715 ; Dead Key : Math Symbols
717 dkMathSymbols := ComObjCreate("Scripting.Dictionary")
718 dkMathSymbols.item("a") := "∀" ; for all
719 dkMathSymbols.item("A") := "∀" ; for all
720 dkMathSymbols.item("b") := "⊆" ; subset of or equal to
721 dkMathSymbols.item("B") := "⊇" ; superset of or equal to
722 dkMathSymbols.item("c") := "∝" ; proportional to
723 dkMathSymbols.item("C") := "ℂ" ; complex numbers
724 dkMathSymbols.item("d") := "∆" ; increment operator
725 dkMathSymbols.item("D") := "∇" ; nable/del operator
726 dkMathSymbols.item("e") := "∃" ; there exists
727 dkMathSymbols.item("E") := "∄" ; there does not exist
728 dkMathSymbols.item("f") := "ƒ" ; f with hook
729 dkMathSymbols.item("F") := "∎" ; end of proof
730 dkMathSymbols.item("g") := "⊂" ; subset of
731 dkMathSymbols.item("G") := "⊄" ; not a subset of
732 dkMathSymbols.item("h") := "⊃" ; superset of
733 dkMathSymbols.item("H") := "⊅" ; not a superset of
734 dkMathSymbols.item("i") := "∞" ; infinity symbol
735 dkMathSymbols.item("I") := "∞" ; infinity symbol
736 dkMathSymbols.item("k") := "∋" ; contains as member
737 dkMathSymbols.item("K") := "∌" ; does not contain as member
738 dkMathSymbols.item("l") := "∥" ; parallel to
739 dkMathSymbols.item("L") := "∦" ; not parallel to
740 dkMathSymbols.item("m") := "∈" ; element of
741 dkMathSymbols.item("M") := "∉" ; not an element of
742 dkMathSymbols.item("n") := "ⁿ" ; superscript n
743 dkMathSymbols.item("N") := "ℕ" ; natural numbers
744 dkMathSymbols.item("o") := "∘" ; ring operator
745 dkMathSymbols.item("O") := "∅" ; empty set
746 dkMathSymbols.item("p") := "∂" ; partial differential
747 dkMathSymbols.item("P") := "ℙ" ; prime numbers
748 dkMathSymbols.item("q") := "ℚ" ; rational numbers
749 dkMathSymbols.item("Q") := "ℚ" ; rational numbers
750 dkMathSymbols.item("r") := "√" ; square root
751 dkMathSymbols.item("R") := "ℝ" ; real numbers
752 dkMathSymbols.item("s") := "∩" ; set intersection
753 dkMathSymbols.item("S") := "∫" ; integral symbol
754 dkMathSymbols.item("u") := "∪" ; set union
755 dkMathSymbols.item("U") := "∖" ; set minus
756 dkMathSymbols.item("w") := "℘" ; Weierstrass elliptic function
757 dkMathSymbols.item("W") := "℘" ; Weierstrass elliptic function
758 dkMathSymbols.item("z") := "↯" ; downwards zigzag arrow
759 dkMathSymbols.item("Z") := "ℤ" ; whole numbers
760 dkMathSymbols.item("1") := "≠" ; not equal to
761 dkMathSymbols.item("!") := "≠" ; not equal to
762 dkMathSymbols.item("2") := "√" ; square root
763 dkMathSymbols.item("3") := "∛" ; cube root
764 dkMathSymbols.item("4") := "∜" ; fourth root
765 dkMathSymbols.item("5") := "‰" ; per mille sign
766 dkMathSymbols.item("%") := "‱" ; per ten thousand sign
767 dkMathSymbols.item("6") := "∠" ; angle symbol
768 dkMathSymbols.item("7") := "∧" ; logical and
769 dkMathSymbols.item("&") := "∧" ; logical and
770 dkMathSymbols.item("8") := "⊗" ; tensor product
771 dkMathSymbols.item("*") := "⊗" ; tensor product
772 dkMathSymbols.item("9") := "∟" ; right angle
773 dkMathSymbols.item("0") := "∡" ; measured angle
774 dkMathSymbols.item("``") := "≈" ; almost equal to
775 dkMathSymbols.item("~") := "≈" ; almost equal to
776 dkMathSymbols.item(",") := "≤" ; less-than or equal to
777 dkMathSymbols.item("<") := "≤" ; less-than or equal to
778 dkMathSymbols.item(".") := "≥" ; greater-than or equal to
779 dkMathSymbols.item(">") := "≥" ; greater-than or equal to
780 dkMathSymbols.item("-") := "±" ; plus-minus sign
781 dkMathSymbols.item("_") := "⊖" ; circled minus
782 dkMathSymbols.item("=") := "≝" ; equal to by definition
783 dkMathSymbols.item("+") := "⊕" ; exclusive or
784 dkMathSymbols.item(";") := "∵" ; because sign
785 dkMathSymbols.item(":") := "∴" ; therefore sign
786 dkMathSymbols.item("'") := "′" ; prime
787 dkMathSymbols.item("""") := "″" ; double prime
788 dkMathSymbols.item("/") := "‴" ; triple prime
789 dkMathSymbols.item("?") := "⁗" ; quadruple prime
790 dkMathSymbols.item("\") := "∨" ; logical or
791 dkMathSymbols.item("|") := "∨" ; logical or
792 dkMathSymbols.item(" ") := "√" ; square root
795 ; Configuration : Right Alt on US QWERTY
798 if GetKeyState("CapsLock", "T")
799 Send Ä ; A with diaeresis
801 Send ä ; a with diaeresis
804 if GetKeyState("CapsLock", "T")
805 Send ä ; a with diaeresis
807 Send Ä ; A with diaeresis
811 if GetKeyState("CapsLock", "T")
812 Send À ; A with grave
814 Send à ; a with grave
817 if GetKeyState("CapsLock", "T")
818 Send à ; a with grave
820 Send À ; A with grave
824 if GetKeyState("CapsLock", "T")
825 Send Á ; A with acute
827 Send á ; a with acute
830 if GetKeyState("CapsLock", "T")
831 Send á ; a with acute
833 Send Á ; A with acute
837 if GetKeyState("CapsLock", "T")
843 if GetKeyState("CapsLock", "T")
850 if GetKeyState("CapsLock", "T")
851 Send Å ; A with ring above
853 Send å ; a with ring above
856 if GetKeyState("CapsLock", "T")
857 Send å ; a with ring above
859 Send Å ; A with ring above
863 if GetKeyState("CapsLock", "T")
864 Send Ç ; C with cedilla
866 Send ç ; c with cedilla
869 if GetKeyState("CapsLock", "T")
870 Send ç ; c with cedilla
872 Send Ç ; C with cedilla
876 if GetKeyState("CapsLock", "T")
877 Send Ð ; capital letter eth
879 Send ð ; small letter eth
882 if GetKeyState("CapsLock", "T")
883 Send ð ; small letter eth
885 Send Ð ; capital letter eth
889 if GetKeyState("CapsLock", "T")
890 Send Ë ; E with diaeresis
892 Send ë ; e with diaeresis
895 if GetKeyState("CapsLock", "T")
896 Send ë ; e with diaeresis
898 Send Ë ; E with diaeresis
902 if GetKeyState("CapsLock", "T")
903 Send È ; E with grave
905 Send è ; e with grave
908 if GetKeyState("CapsLock", "T")
909 Send è ; e with grave
911 Send È ; E with grave
915 if GetKeyState("CapsLock", "T")
916 Send É ; E with acute
918 Send é ; e with acute
921 if GetKeyState("CapsLock", "T")
922 Send é ; e with acute
924 Send É ; E with acute
928 if GetKeyState("CapsLock", "T")
929 Send Ï ; I with diaeresis
931 Send ï ; i with diaeresis
934 if GetKeyState("CapsLock", "T")
935 Send ï ; i with diaeresis
937 Send Ï ; I with diaeresis
941 if GetKeyState("CapsLock", "T")
942 Send Ì ; I with grave
944 Send ì ; i with grave
947 if GetKeyState("CapsLock", "T")
948 Send ì ; i with grave
950 Send Ì ; I with grave
954 if GetKeyState("CapsLock", "T")
955 Send Í ; I with acute
957 Send í ; i with acute
960 if GetKeyState("CapsLock", "T")
961 Send í ; i with acute
963 Send Í ; I with acute
967 if GetKeyState("CapsLock", "T")
968 Send Ö ; O with diaeresis
970 Send ö ; o with diaeresis
973 if GetKeyState("CapsLock", "T")
974 Send ö ; o with diaeresis
976 Send Ö ; O with diaeresis
980 if GetKeyState("CapsLock", "T")
981 Send Ò ; O with grave
983 Send ò ; o with grave
986 if GetKeyState("CapsLock", "T")
987 Send ò ; o with grave
989 Send Ò ; O with grave
993 if GetKeyState("CapsLock", "T")
994 Send Ó ; O with acute
996 Send ó ; o with acute
999 if GetKeyState("CapsLock", "T")
1000 Send ó ; o with acute
1002 Send Ó ; O with acute
1006 if GetKeyState("CapsLock", "T")
1007 Send Œ ; ligature OE
1009 Send œ ; ligature oe
1012 if GetKeyState("CapsLock", "T")
1013 Send œ ; ligature oe
1015 Send Œ ; ligature OE
1019 if GetKeyState("CapsLock", "T")
1020 Send Ø ; O with stroke
1022 Send ø ; o with stroke
1025 if GetKeyState("CapsLock", "T")
1026 Send ø ; o with stroke
1028 Send Ø ; O with stroke
1032 if GetKeyState("CapsLock", "T")
1033 Send Ñ ; N with tilde
1035 Send ñ ; n with tilde
1038 if GetKeyState("CapsLock", "T")
1039 Send ñ ; n with tilde
1041 Send Ñ ; N with tilde
1045 if GetKeyState("CapsLock", "T")
1046 Send Þ ; capital letter thorn
1048 Send þ ; small letter thorn
1051 if GetKeyState("CapsLock", "T")
1052 Send þ ; small letter thorn
1054 Send Þ ; capital letter thorn
1058 if GetKeyState("CapsLock", "T")
1059 Send Ü ; U with diaeresis
1061 Send ü ; u with diaeresis
1064 if GetKeyState("CapsLock", "T")
1065 Send ü ; u with diaeresis
1067 Send Ü ; U with diaeresis
1071 if GetKeyState("CapsLock", "T")
1072 Send Ù ; U with grave
1074 Send ù ; u with grave
1077 if GetKeyState("CapsLock", "T")
1078 Send ù ; u with grave
1080 Send Ù ; U with grave
1084 if GetKeyState("CapsLock", "T")
1085 Send Ú ; U with acute
1087 Send ú ; u with acute
1090 if GetKeyState("CapsLock", "T")
1091 Send ú ; u with acute
1093 Send Ú ; U with acute
1097 if GetKeyState("CapsLock", "T")
1098 Send Ÿ ; Y with diaeresis
1100 Send ÿ ; y with diaeresis
1103 if GetKeyState("CapsLock", "T")
1104 Send ÿ ; y with diaeresis
1106 Send Ÿ ; Y with diaeresis
1110 if GetKeyState("CapsLock", "T")
1111 Send Ý ; Y with acute
1113 Send ý ; y with acute
1116 if GetKeyState("CapsLock", "T")
1117 Send ý ; y with acute
1119 Send Ý ; Y with acute
1122 >!p::Send † ; dagger
1123 >!+p::Send ‡ ; double dagger
1125 >!s::Send ß ; small sharp s (Eszett)
1126 >!+s::Send § ; section sign
1128 >!/::Send ¿ ; inverted question mark
1129 >!?::Send ¶ ; pilcrow sign
1131 >!1::Send ¡ ; inverted exclamation mark
1132 >!+1::Send ¹ ; superscript 1
1134 >!2::Send © ; copyright sign
1135 >!+2::Send ² ; superscript 2
1137 >!3::Send ± ; plus-minus sign
1138 >!+3::Send ³ ; superscript 3
1140 >!4::Send £ ; pound sign
1141 >!+4::Send ¥ ; yen sign
1143 >!5::Send € ; euro sign
1144 >!+5::Send ¢ ; cent sign (dollar)
1146 >!8::Send „ ; double low-9 quotation mark
1147 >!+8::Send ‚ ; single low-9 quotation mark
1149 >!9::Send “ ; left double quotation mark
1150 >!+9::Send ‘ ; left single quotation mark
1152 >!0::Send ” ; right double quotation mark
1153 >!+0::Send ’ ; right single quotation mark
1155 >!=::Send × ; multiplication sign
1156 >!+=::Send ÷ ; division sign
1158 >![::Send « ; left-pointing double angle quotation mark
1159 >!{::Send ‹ ; left-pointing single angle quotation mark
1161 >!]::Send » ; right-pointing double angle quotation mark
1162 >!}::Send › ; right-pointing single angle quotation mark
1164 >!;::Send ° ; degree sign
1165 >!+;::Send · ; middle dot
1168 Input, key, L1, {bs}{del}{esc}{home}{end}
1169 Send % dkCircumflex.item(key)
1172 Input, key, L1, {bs}{del}{esc}{home}{end}
1173 Send % dkCaron.item(key)
1177 Input, key, L1, {bs}{del}{esc}{home}{end}
1178 Send % dkRingDotAbove.item(key)
1181 Input, key, L1, {bs}{del}{esc}{home}{end}
1182 Send % dkMacronStroke.item(key)
1186 Input, key, L1, {bs}{del}{esc}{home}{end}
1187 Send % dkCedillaOgonek.item(key)
1190 Input, key, L1, {bs}{del}{esc}{home}{end}
1191 Send % dkBreveSpecial.item(key)
1195 Input, key, L1, {bs}{del}{esc}{home}{end}
1196 Send % dkAcuteAccent.item(key)
1199 Input, key, L1, {bs}{del}{esc}{home}{end}
1200 Send % dkDiaeresis.item(key)
1204 Input, key, L1, {bs}{del}{esc}{home}{end}
1205 Send % dkGraveAccent.item(key)
1208 Input, key, L1, {bs}{del}{esc}{home}{end}
1209 Send % dkTilde.item(key)
1213 Input, key, L1, {bs}{del}{esc}{home}{end}
1214 Send % dkNotSign.item(key)
1217 Input, key, L1, {bs}{del}{esc}{home}{end}
1218 Send % dkBrokenBar.item(key)
1222 Input, key, L1, {bs}{del}{esc}{home}{end}
1223 Send % dkGreekAlphabet.item(key)
1226 Input, key, L1, {bs}{del}{esc}{home}{end}
1227 Send % dkMathSymbols.item(key)
1230 >!space::Send ; non-breaking space
1231 >!+space::Send ; non-breaking space