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