1 | /** @file
|
---|
2 | *
|
---|
3 | * VBox frontends: Qt GUI ("VirtualBox"):
|
---|
4 | * X11 keyboard driver translation tables (keyboard layouts)
|
---|
5 | *
|
---|
6 | */
|
---|
7 |
|
---|
8 | /* This file was generated by successively loading each of the keyboard
|
---|
9 | layouts listed in the file keyboard-list.h into the X server and
|
---|
10 | reading and dumping the values associated with each key. The format
|
---|
11 | of the dumped data is chosen to be compatible with the keyboard code
|
---|
12 | in keyboard-new.c, which is based on code from the Wine project. */
|
---|
13 |
|
---|
14 | /*
|
---|
15 | * This library is free software; you can redistribute it and/or
|
---|
16 | * modify it under the terms of the GNU Lesser General Public
|
---|
17 | * License as published by the Free Software Foundation; either
|
---|
18 | * version 2.1 of the License, or (at your option) any later version.
|
---|
19 | *
|
---|
20 | * This library is distributed in the hope that it will be useful,
|
---|
21 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
22 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
23 | * Lesser General Public License for more details.
|
---|
24 | *
|
---|
25 | * You should have received a copy of the GNU Lesser General Public
|
---|
26 | * License along with this library; if not, write to the Free Software
|
---|
27 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
---|
28 | */
|
---|
29 |
|
---|
30 | /*
|
---|
31 | * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
|
---|
32 | * other than GPL or LGPL is available it will apply instead, Sun elects to use only
|
---|
33 | * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
|
---|
34 | * a choice of LGPL license versions is made available with the language indicating
|
---|
35 | * that LGPLv2 or any later version may be used, or where a choice of which version
|
---|
36 | * of the LGPL is applied is otherwise unspecified.
|
---|
37 | */
|
---|
38 |
|
---|
39 | #ifndef ___VBox_keyboard_tables_h
|
---|
40 | # error This file must be included from within keyboard-tables.h
|
---|
41 | #endif /* ___VBox_keyboard_tables_h */
|
---|
42 |
|
---|
43 | /* This file contains a more or less complete dump of all keyboard
|
---|
44 | layouts known to my version of X.org. Duplicate layouts have
|
---|
45 | been removed to save space and lookup time, and the Japanese
|
---|
46 | layout has been manually corrected, due to differences in handling
|
---|
47 | between 105 and 106-key keyboards.
|
---|
48 |
|
---|
49 | Note that contrary to the original tables in the Wine source code,
|
---|
50 | these tables simply contain the X keysym values truncated to the
|
---|
51 | least significant byte. In fact, there is no need to do any
|
---|
52 | additional translation of the values (the original code translated
|
---|
53 | them to whatever character set was deemed appropriate, rather
|
---|
54 | inconsistently) as long as we use the same algorithm for creating
|
---|
55 | the tables and doing the lookups.
|
---|
56 |
|
---|
57 | The last three entries in the tables are respectively the 102nd
|
---|
58 | key on 102/105/106 key keyboards, the extra key on Brazilian and
|
---|
59 | Japanese keyboards and the Yen key on Japanese keyboards.
|
---|
60 | The layout-switching keys on Japanese and Korean keyboards are
|
---|
61 | dealt with elsewhere. */
|
---|
62 |
|
---|
63 | /* U.S. English */
|
---|
64 | static const char main_key_us[MAIN_LEN][2] =
|
---|
65 | {
|
---|
66 | "`~","1!","2@","3#","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
67 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","[{","]}",
|
---|
68 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","'\"","\\|",
|
---|
69 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?","<>","\x0\x0","\x0\x0"
|
---|
70 | };
|
---|
71 |
|
---|
72 | /* U.S. English, International (with dead keys) */
|
---|
73 | static const char main_key_us_intl[MAIN_LEN][2] =
|
---|
74 | {
|
---|
75 | "PS","1!","2@","3#","4$","5%","6R","7&","8*","9(","0)","-_","=+",
|
---|
76 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","[{","]}",
|
---|
77 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","QW","\\|",
|
---|
78 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?","<>","\x0\x0","\x0\x0"
|
---|
79 | };
|
---|
80 |
|
---|
81 | /* U.S. English, Dvorak */
|
---|
82 | static const char main_key_us_dvorak[MAIN_LEN][2] =
|
---|
83 | {
|
---|
84 | "`~","1!","2@","3#","4$","5%","6^","7&","8*","9(","0)","[{","]}",
|
---|
85 | "'\"",",<",".>","pP","yY","fF","gG","cC","rR","lL","/?","=+",
|
---|
86 | "aA","oO","eE","uU","iI","dD","hH","tT","nN","sS","-_","\\|",
|
---|
87 | ";:","qQ","jJ","kK","xX","bB","mM","wW","vV","zZ","<>","\x0\x0","\x0\x0"
|
---|
88 | };
|
---|
89 |
|
---|
90 | /* U.S. English, Left handed Dvorak */
|
---|
91 | static const char main_key_us_dvorak_l[MAIN_LEN][2] =
|
---|
92 | {
|
---|
93 | "`~","[{","]}","/?","pP","fF","mM","lL","jJ","4$","3#","2@","1!",
|
---|
94 | ";:","qQ","bB","yY","uU","rR","sS","oO",".>","6^","5%","=+",
|
---|
95 | "-_","kK","cC","dD","tT","hH","eE","aA","zZ","8*","7&","\\|",
|
---|
96 | "'\"","xX","gG","vV","wW","nN","iI",",<","0)","9(","<>","\x0\x0","\x0\x0"
|
---|
97 | };
|
---|
98 |
|
---|
99 | /* U.S. English, Right handed Dvorak */
|
---|
100 | static const char main_key_us_dvorak_r[MAIN_LEN][2] =
|
---|
101 | {
|
---|
102 | "`~","1!","2@","3#","4$","jJ","lL","mM","fF","pP","/?","[{","]}",
|
---|
103 | "5%","6^","qQ",".>","oO","rR","sS","uU","yY","bB",";:","=+",
|
---|
104 | "7&","8*","zZ","aA","eE","hH","tT","dD","cC","kK","-_","\\|",
|
---|
105 | "9(","0)","xX",",<","iI","nN","wW","vV","gG","'\"","<>","\x0\x0","\x0\x0"
|
---|
106 | };
|
---|
107 |
|
---|
108 | /* U.S. English, Classic Dvorak */
|
---|
109 | static const char main_key_us_dvorak_classic[MAIN_LEN][2] =
|
---|
110 | {
|
---|
111 | "`~","[{","7&","5%","3#","1!","9(","0)","2@","4$","6^","8*","]}",
|
---|
112 | "/?",",<",".>","pP","yY","fF","gG","cC","rR","lL","'\"","=+",
|
---|
113 | "aA","oO","eE","uU","iI","dD","hH","tT","nN","sS","-_","\\|",
|
---|
114 | ";:","qQ","jJ","kK","xX","bB","mM","wW","vV","zZ","<>","\x0\x0","\x0\x0"
|
---|
115 | };
|
---|
116 |
|
---|
117 | /* U.S. English, Russian phonetic */
|
---|
118 | static const char main_key_us_rus[MAIN_LEN][2] =
|
---|
119 | {
|
---|
120 | "\xa3\xb3","1!","2@","3#","4$","5%","6^","7&","8*","9(","0)","-_","\xdf\xff",
|
---|
121 | "\xd1\xf1","\xd7\xf7","\xc5\xe5","\xd2\xf2","\xd4\xf4","\xd9\xf9","\xd5\xf5","\xc9\xe9","\xcf\xef","\xd0\xf0","\xdb\xfb","\xdd\xfd",
|
---|
122 | "\xc1\xe1","\xd3\xf3","\xc4\xe4","\xc6\xe6","\xc7\xe7","\xc8\xe8","\xca\xea","\xcb\xeb","\xcc\xec","\xde\xfe","\xc0\xe0","\xdc\xfc",
|
---|
123 | "\xda\xfa","\xd8\xf8","\xc3\xe3","\xd6\xf6","\xc2\xe2","\xce\xee","\xcd\xed",",<",".>","/?","<>","\x0\x0","\x0\x0"
|
---|
124 | };
|
---|
125 |
|
---|
126 | /* Afghanistan */
|
---|
127 | static const char main_key_af[MAIN_LEN][2] =
|
---|
128 | {
|
---|
129 | "\xd\xf7","\xf1!","\xf2l","\xf3k","\xf4\xb","\xf5j","\xf6\xd7","\xf7\xac","\xf8*","\xf9)","\xf0(","-\xe0","+=",
|
---|
130 | "\xd6\xf2","\xd5\xec","\xcb\xed","\xe2\xeb","\xe1\xef","\xda\xf0","\xd9\xee","\xe7\xf1","\xce]","\xcd[","\xcc}","\x86{",
|
---|
131 | "\xd4\xc4","\xd3\xc6","\xcc\xea","\xc8\xc5","\xe4\xc3","\xc7\xc2","\xca\xc9","\xe6\xbb","\xe5\xab","\xa9:","\xaf\xbb","\\|",
|
---|
132 | "\xd8\xe3","\xd7S","\xd2\x98","\xd1p","\xd0\xc","\xcfT","~\xc1","\xe8>",".<","/\xbf","<>","\x0\x0","\x0\x0"
|
---|
133 | };
|
---|
134 |
|
---|
135 | /* Afghanistan, Pashto */
|
---|
136 | static const char main_key_af_ps[MAIN_LEN][2] =
|
---|
137 | {
|
---|
138 | "\xd\xf7","\xf1!","\xf2l","\xf3k","\xf4\xb","\xf5j","\xf6\xd7","\xf7\xbb","\xf8\xab","\xf9)","\xf0(","-\xe0","+=",
|
---|
139 | "\xd6\xf2","\xd5\xec","\xcb\xed","\xe2\xeb","\xe1\xef","\xda\xf0","\xd9\xee","\xe7\xf1","\xce\x81","\xcd\x85","\xcc]","\x86[",
|
---|
140 | "\xd4\x9a","\xd3\xc6","\xcc\xea","\xc8~","\xe4\xc3","\xc7\xc2","\xca|","\xe6\xbc","\xe5)","\xa9:","\xab\xbb","\\*",
|
---|
141 | "\xcd""8","\xd0""7","\xd2\x98","\xd1!","\xd0\xc","\xcf\x89","\x93$","\xe8\xc","\x96.","/\xbf","<>","\x0\x0","\x0\x0"
|
---|
142 | };
|
---|
143 |
|
---|
144 | /* Afghanistan, Southern Uzbek */
|
---|
145 | static const char main_key_af_uz[MAIN_LEN][2] =
|
---|
146 | {
|
---|
147 | "\xd\xf7","\xf1!","\xf2l","\xf3k","\xf4\xb","\xf5j","\xf6\xd7","\xf7\xac","\xf8*","\xf9)","\xf0(","-\xe0","+=",
|
---|
148 | "\xd6\xf2","\xd5\xec","\xcb\xed","\xe2\xeb","\xe1\xef","\xda\xf0","\xd9\xee","\xe7\xf1","\xce]","\xcd[","\xcc}","\x86{",
|
---|
149 | "\xd4\xc4","\xd3\xc6","\xcc\xea","\xc8\xd0","\xe4\xc3","\xc7\xc2","\xca\xc9","\xe6\xbb","\xe5\xab","\xa9:","\xaf\xbb","\\|",
|
---|
150 | "\xd8\xc9","\xd7\xc7","\xd2\x98","\xd1%","\xd0\xc","\xcfT","~\xc1","\xe8>",".<","/\xbf","<>","\x0\x0","\x0\x0"
|
---|
151 | };
|
---|
152 |
|
---|
153 | /* Arabic */
|
---|
154 | static const char main_key_ara[MAIN_LEN][2] =
|
---|
155 | {
|
---|
156 | "\xd0\xf1","1!","2@","3#","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
157 | "\xd6\xee","\xd5\xeb","\xcb\xef","\xe2\xec","\xe1\xf9","\xda\xc5","\xd9`","\xe7\xf7","\xce\xd7","\xcd\xbb","\xcc{","\xcf}",
|
---|
158 | "\xd4\\","\xd3S","\xea[","\xc8]","\xe4\xf7","\xc7\xc3","\xca\xe0","\xe6\xac","\xe5/","\xe3:","\xd7\"","<>",
|
---|
159 | "\xc6~","\xc1\xf2","\xc4\xf0","\xd1\xed","\xfb\xf5","\xe9\xc2","\xc9'","\xe8,","\xd2.","\xd8\xbf","|\xa6","\x0\x0","\x0\x0"
|
---|
160 | };
|
---|
161 |
|
---|
162 | /* Arabic, azerty */
|
---|
163 | static const char main_key_ara_azerty[MAIN_LEN][2] =
|
---|
164 | {
|
---|
165 | "\xd0\xf1","&1","\xe9""2","\"3","'4","(5","-6","\xe8""7","_8","\xe7""9","\xe0""0",")\xb0","=+",
|
---|
166 | "\xd6\xee","\xd5\xeb","\xcb\xef","\xe2\xec","\xe1\xf9","\xda\xc5","\xd9`","\xe7\xf7","\xce\xd7","\xcd\xbb","\xcc{","\xcf}",
|
---|
167 | "\xd4\\","\xd3S","\xea[","\xc8]","\xe4\xf7","\xc7\xc3","\xca\xe0","\xe6\xac","\xe5/","\xe3:","\xd7\"","<>",
|
---|
168 | "\xc6~","\xc1\xf2","\xc4\xf0","\xd1\xed","\xfb\xf5","\xe9\xc2","\xc9'","\xe8,","\xd2.","\xd8\xbf","|\xa6","\x0\x0","\x0\x0"
|
---|
169 | };
|
---|
170 |
|
---|
171 | /* Arabic, azerty/digits */
|
---|
172 | static const char main_key_ara_azerty_digits[MAIN_LEN][2] =
|
---|
173 | {
|
---|
174 | "\xd0\xf1","&a","\xe9""b","\"c","'d","(e","-f","\xe8g","_h","\xe7i","\xe0`",")\xb0","=+",
|
---|
175 | "\xd6\xee","\xd5\xeb","\xcb\xef","\xe2\xec","\xe1\xf9","\xda\xc5","\xd9`","\xe7\xf7","\xce\xd7","\xcd\xbb","\xcc{","\xcf}",
|
---|
176 | "\xd4\\","\xd3S","\xea[","\xc8]","\xe4\xf7","\xc7\xc3","\xca\xe0","\xe6\xac","\xe5/","\xe3:","\xd7\"","<>",
|
---|
177 | "\xc6~","\xc1\xf2","\xc4\xf0","\xd1\xed","\xfb\xf5","\xe9\xc2","\xc9'","\xe8,","\xd2.","\xd8\xbf","|\xa6","\x0\x0","\x0\x0"
|
---|
178 | };
|
---|
179 |
|
---|
180 | /* Arabic, digits */
|
---|
181 | static const char main_key_ara_digits[MAIN_LEN][2] =
|
---|
182 | {
|
---|
183 | "\xd0\xf1","a!","b@","c#","d$","e%","f^","g&","h*","i(","`)","-_","=+",
|
---|
184 | "\xd6\xee","\xd5\xeb","\xcb\xef","\xe2\xec","\xe1\xf9","\xda\xc5","\xd9`","\xe7\xf7","\xce\xd7","\xcd\xbb","\xcc{","\xcf}",
|
---|
185 | "\xd4\\","\xd3S","\xea[","\xc8]","\xe4\xf7","\xc7\xc3","\xca\xe0","\xe6\xac","\xe5/","\xe3:","\xd7\"","<>",
|
---|
186 | "\xc6~","\xc1\xf2","\xc4\xf0","\xd1\xed","\xfb\xf5","\xe9\xc2","\xc9'","\xe8,","\xd2.","\xd8\xbf","|\xa6","\x0\x0","\x0\x0"
|
---|
187 | };
|
---|
188 |
|
---|
189 | /* Arabic, Buckwalter */
|
---|
190 | static const char main_key_ara_buckwalter[MAIN_LEN][2] =
|
---|
191 | {
|
---|
192 | "p\xf1","a\xff","b\xff","c\xff","d\xd4","ej","f\xff","g\xc4","h\xd0","i>","`?","-\xe0","=+",
|
---|
193 | "\xe2\xff","\xe8\xc4","\xff\xd9","\xd1\xff","\xca\xd7","\xea\xe9","\xef\xff","\xf0\xc5","\xf2\xc3","\xc9\xff","\xffq","\xff\xc6",
|
---|
194 | "\xee\xc7","\xd3\xd5","\xcf\xd6","\xe1\xeb","\xda\xff","\xe7\xcd","\xcc\xff","\xe3\xed","\xe4\xff","\xbb\xff","\xc1\xff","\xff\xc2",
|
---|
195 | "\xd2\xd8","\xce\xff","\xff\xff","\xcb\xff","\xc8\xff","\xe6\xec","\xe5\xff","\xac\xc5","\xd4\xc3","\xff\xbf","<>","\x0\x0","\x0\x0"
|
---|
196 | };
|
---|
197 |
|
---|
198 | /* Albania */
|
---|
199 | static const char main_key_al[MAIN_LEN][2] =
|
---|
200 | {
|
---|
201 | "\\|","1!","2\"","3#","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
202 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xe7\xc7","@'",
|
---|
203 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xeb\xcb","[{","]}",
|
---|
204 | "yY","xX","cC","vV","bB","nN","mM",",;",".:","/?","<>","\x0\x0","\x0\x0"
|
---|
205 | };
|
---|
206 |
|
---|
207 | /* Armenia */
|
---|
208 | static const char main_key_am[MAIN_LEN][2] =
|
---|
209 | {
|
---|
210 | "]\\","\x86V","qA","\x13\x14",",$","\x89&","^%","$\x87","[\xbc",")(","\x85U","g7","rB",
|
---|
211 | "sC","\x83S","b2","}M","tD","xH","\x82R","o?","h8","i9","n>","\x81Q",
|
---|
212 | "{K","~N","c3","e5","a1","vF","k;","\x7fO","p@","zJ","\x80P","\xbb\xab",
|
---|
213 | "j:","d4","yI","uE","f6","l<","\x84T","m=","wG","|L","?\x8a","\x0\x0","\x0\x0"
|
---|
214 | };
|
---|
215 |
|
---|
216 | /* Armenia, Phonetic */
|
---|
217 | static const char main_key_am_phonetic[MAIN_LEN][2] =
|
---|
218 | {
|
---|
219 | "]\\","g7","i9","\x83S","qA","{K","\x82R","\x87\x87","\x80P","yI","sC","-\x15","j:",
|
---|
220 | "\x84T","xH","e5","|L","\x7fO","h8","\x82R","k;","\x85U","zJ","m=","n>",
|
---|
221 | "a1","}M","d4","\x86V","c3","p@","uE","o?","l<",";\x89","[\"","wG",
|
---|
222 | "f6","rB","\x81Q","~N","b2","vF","tD",",\xab","$\xbb","/^","?\x8a","\x0\x0","\x0\x0"
|
---|
223 | };
|
---|
224 |
|
---|
225 | /* Armenia, Eastern */
|
---|
226 | static const char main_key_am_eastern[MAIN_LEN][2] =
|
---|
227 | {
|
---|
228 | "]\\","\x89\xb1","qA","uE","[\xb3",",\xb4","-\xb9",".\x87","\xab(","\xbb)","\x85U","|L","j:",
|
---|
229 | "m=","\x82R","g7","\x80P","\x7fO","e5","h8","k;","xH","zJ","yI","{K",
|
---|
230 | "a1","}M","d4","\x86V","c3","p@","sC","o?","l<","i9","\x83S","'^",
|
---|
231 | "f6","\x81Q","\x84T","~N","b2","vF","tD","wG","rB","n>","<>","\x0\x0","\x0\x0"
|
---|
232 | };
|
---|
233 |
|
---|
234 | /* Armenia, Western */
|
---|
235 | static const char main_key_am_western[MAIN_LEN][2] =
|
---|
236 | {
|
---|
237 | "]\\","\x89\xb1","qA","uE","[\xb3",",\xb4","-\xb9",".\x87","\xab(","\xbb)","\x85U","|L","j:",
|
---|
238 | "m=","~N","g7","\x80P","d4","e5","h8","k;","xH","b2","yI","{K",
|
---|
239 | "a1","}M","\x7fO","\x86V","o?","p@","sC","\x84T","l<","i9","\x83S","'^",
|
---|
240 | "f6","\x81Q","c3","\x82R","zJ","vF","tD","wG","rB","n>","<>","\x0\x0","\x0\x0"
|
---|
241 | };
|
---|
242 |
|
---|
243 | /* Armenia, Alternative Eastern */
|
---|
244 | static const char main_key_am_eastern_alt[MAIN_LEN][2] =
|
---|
245 | {
|
---|
246 | "]\\","\x89\xb1","qA","uE","[\xb3",",\xb4","-\xb9",".\x87","\xab(","\xbb)","\x85U","|L","j:",
|
---|
247 | "m=","\x82R","g7","\x80P","\x7fO","e5","h8","k;","xH","zJ","yI","{K",
|
---|
248 | "a1","}M","d4","\x86V","\x84T","p@","sC","o?","l<","i9","\x83S","'^",
|
---|
249 | "f6","\x81Q","c3","~N","b2","vF","tD","wG","rB","n>","<>","\x0\x0","\x0\x0"
|
---|
250 | };
|
---|
251 |
|
---|
252 | /* Azerbaijan */
|
---|
253 | static const char main_key_az[MAIN_LEN][2] =
|
---|
254 | {
|
---|
255 | "`~","1!","2@","3#","4$","5%","6:","7?","8*","9(","0)","-_","=+",
|
---|
256 | "qQ","\xfc\xdc","eE","rR","tT","yY","uU","i\xa9","oO","pP","\xf6\xd6","\xbb\xab",
|
---|
257 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xb9I","Y\x8f","\\|",
|
---|
258 | "zZ","xX","cC","vV","bB","nN","mM","\xe7\xc7","\xba\xaa",".,","<>","\x0\x0","\x0\x0"
|
---|
259 | };
|
---|
260 |
|
---|
261 | /* Azerbaijan, Cyrillic */
|
---|
262 | static const char main_key_az_cyrillic[MAIN_LEN][2] =
|
---|
263 | {
|
---|
264 | "\x0\x0","\x0\x0","2\"","3#","4;","\x0\x0","6:","7?","8*","9(","0)","-_","\x0\x0",
|
---|
265 | "\xa8\xb8","\xaf\xae","\xd5\xf5","\xcb\xeb","\xc5\xe5","\xce\xee","\xc7\xe7","\xdb\xfb","\xbb\xba","\xda\xfa","\xc8\xe8","\xb9\xb8",
|
---|
266 | "\xc6\xe6","\xd9\xf9","\xd7\xf7","\xc1\xe1","\xd0\xf0","\xd2\xf2","\xcf\xef","\xcc\xec","\xc4\xe4","\xd6\xf6","\x9d\x9c","\\|",
|
---|
267 | "\xd9\xd8","\xde\xfe","\xd3\xf3","\xcd\xed","\xc9\xe9","\xd4\xf4","\x93\x92","\xc2\xe2","\xe9\xe8",".,","<>","\x0\x0","\x0\x0"
|
---|
268 | };
|
---|
269 |
|
---|
270 | /* Belarus */
|
---|
271 | static const char main_key_by[MAIN_LEN][2] =
|
---|
272 | {
|
---|
273 | "\xa3\xb3","\x0\x0","2\"","\x0\x0","4;","5%","6:","7?","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0",
|
---|
274 | "\xca\xea","\xc3\xe3","\xd5\xf5","\xcb\xeb","\xc5\xe5","\xce\xee","\xc7\xe7","\xdb\xfb","\xae\xbe","\xda\xfa","\xc8\xe8","''",
|
---|
275 | "\xc6\xe6","\xd9\xf9","\xd7\xf7","\xc1\xe1","\xd0\xf0","\xd2\xf2","\xcf\xef","\xcc\xec","\xc4\xe4","\xd6\xf6","\xdc\xfc","/|",
|
---|
276 | "\xd1\xf1","\xde\xfe","\xd3\xf3","\xcd\xed","\xa6\xb6","\xd4\xf4","\xd8\xf8","\xc2\xe2","\xc0\xe0",".,","|\xa6","\x0\x0","\x0\x0"
|
---|
277 | };
|
---|
278 |
|
---|
279 | /* Belarus, Winkeys */
|
---|
280 | static const char main_key_by_winkeys[MAIN_LEN][2] =
|
---|
281 | {
|
---|
282 | "\xa3\xb3","\x0\x0","2\"","3#","4;","5%","6:","7?","8*","\x0\x0","\x0\x0","\x0\x0","\x0\x0",
|
---|
283 | "\xca\xea","\xc3\xe3","\xd5\xf5","\xcb\xeb","\xc5\xe5","\xce\xee","\xc7\xe7","\xdb\xfb","\xae\xbe","\xda\xfa","\xc8\xe8","''",
|
---|
284 | "\xc6\xe6","\xd9\xf9","\xd7\xf7","\xc1\xe1","\xd0\xf0","\xd2\xf2","\xcf\xef","\xcc\xec","\xc4\xe4","\xd6\xf6","\xdc\xfc","/|",
|
---|
285 | "\xd1\xf1","\xde\xfe","\xd3\xf3","\xcd\xed","\xa6\xb6","\xd4\xf4","\xd8\xf8","\xc2\xe2","\xc0\xe0",".,","|\xa6","\x0\x0","\x0\x0"
|
---|
286 | };
|
---|
287 |
|
---|
288 | /* Belgium */
|
---|
289 | static const char main_key_be[MAIN_LEN][2] =
|
---|
290 | {
|
---|
291 | "\xb2\xb3","&1","\xe9""2","\"3","'4","(5","\xa7""6","\xe8""7","!8","\xe7""9","\xe0""0",")\xb0","-_",
|
---|
292 | "aA","zZ","eE","rR","tT","yY","uU","iI","oO","pP","RW","$*",
|
---|
293 | "qQ","sS","dD","fF","gG","hH","jJ","kK","lL","mM","\xf9%","\xb5\xa3",
|
---|
294 | "wW","xX","cC","vV","bB","nN",",?",";.",":/","=+","<>","\x0\x0","\x0\x0"
|
---|
295 | };
|
---|
296 |
|
---|
297 | /* Belgium, Eliminate dead keys */
|
---|
298 | static const char main_key_be_nodeadkeys[MAIN_LEN][2] =
|
---|
299 | {
|
---|
300 | "\xb2\xb3","&1","\xe9""2","\"3","'4","(5","\xa7""6","\xe8""7","!8","\xe7""9","\xe0""0",")\xb0","-_",
|
---|
301 | "aA","zZ","eE","rR","tT","yY","uU","iI","oO","pP","^\xa8","$*",
|
---|
302 | "qQ","sS","dD","fF","gG","hH","jJ","kK","lL","mM","\xf9%","\xb5\xa3",
|
---|
303 | "wW","xX","cC","vV","bB","nN",",?",";.",":/","=+","<>","\x0\x0","\x0\x0"
|
---|
304 | };
|
---|
305 |
|
---|
306 | /* Belgium, Sun dead keys */
|
---|
307 | static const char main_key_be_sundeadkeys[MAIN_LEN][2] =
|
---|
308 | {
|
---|
309 | "\xb2\xb3","&1","\xe9""2","\"3","'4","(5","\xa7""6","\xe8""7","!8","\xe7""9","\xe0""0",")\xb0","-_",
|
---|
310 | "aA","zZ","eE","rR","tT","yY","uU","iI","oO","pP","\x1\x4","$*",
|
---|
311 | "qQ","sS","dD","fF","gG","hH","jJ","kK","lL","mM","\xf9%","\xb5\xa3",
|
---|
312 | "wW","xX","cC","vV","bB","nN",",?",";.",":/","=+","<>","\x0\x0","\x0\x0"
|
---|
313 | };
|
---|
314 |
|
---|
315 | /* Bangladesh */
|
---|
316 | static const char main_key_bd[MAIN_LEN][2] =
|
---|
317 | {
|
---|
318 | "`~","\xe7!","\xe8@","\xe9#","\xea$","\xeb%","\xec^","\xed&","\xee*","\xef(","\xe6)","-_","=+",
|
---|
319 | "\x99\x82","\xaf\xdf","\xa1\xa2","\xaa\xab","\x9f\xa0","\x9a\x9b","\x9c\x9d","\xb9\x9e","\x97\x98","\xdc\xdd","[{","]}",
|
---|
320 | "\xc3\xd7","\xc1\xc2","\xbf\xc0","\xac\xad","\xcd""d","\xbe\x85","\x95\x96","\xa4\xa5","\xa6\xa7",";:","'\"","\\|",
|
---|
321 | "\x81\x83","\xcb\xcc","\xc7\xc8","\xb0\xb2","\xa8\xa3","\xb8\xb7","\xae\xb6",",<",".>","/?","<>","\x0\x0","\x0\x0"
|
---|
322 | };
|
---|
323 |
|
---|
324 | /* Bangladesh, Probhat */
|
---|
325 | static const char main_key_bd_probhat[MAIN_LEN][2] =
|
---|
326 | {
|
---|
327 | "`~","\xe7!","\xe8@","\xe9#","\xea\xf3","\xeb%","\xec^","\xed\x9e","\xee\xce","\xef(","\xe6)","\xc_","=\xd",
|
---|
328 | "\xa6\xa7","\xc2\x8a","\xc0\x88","\xb0\xdc","\x9f\xa0","\x8f\x90","\xc1\x89","\xbf\x87","\x93\x94","\xaa\xab","\xc7\xc8","\xcb\xcc",
|
---|
329 | "\xbe\x85","\xb8\xb7","\xa1\xa2","\xa4\xa5","\x97\x98","\xb9\x83","\x9c\x9d","\x95\x96","\xb2\x82",";:","'\"","\\e",
|
---|
330 | "\xdf\xaf","\xb6\xdd","\x9a\x9b","\x86\x8b","\xac\xad","\xa8\xa3","\xae\x99",",\xc3","d\x81","\xcd?","<>","\x0\x0","\x0\x0"
|
---|
331 | };
|
---|
332 |
|
---|
333 | /* India */
|
---|
334 | static const char main_key_in[MAIN_LEN][2] =
|
---|
335 | {
|
---|
336 | "J\x12","g\xd","hE","ii","jj","kk","ll","mm","nn","o(","f)","\x3\x3","C\xb",
|
---|
337 | "L\x14","H\x10",">\x6","@\x8","B\xa",",-","9\x19","\x17\x18","&'","\x1c\x1d","!\"","<\x1e",
|
---|
338 | "K\x13","G\xf","M\x5","?\x7","A\x9","*+","01","\x15\x16","$%","\x1a\x1b","\x1f\x20","I\x11",
|
---|
339 | "F\xe","\x2\x1",".#","()","54","23","86",",7",".d","/?","<>","\x0\x0","\x0\x0"
|
---|
340 | };
|
---|
341 |
|
---|
342 | /* India, Bengali */
|
---|
343 | static const char main_key_in_ben[MAIN_LEN][2] =
|
---|
344 | {
|
---|
345 | "\x0\x0","\xe7\xe7","\xe8\xe8","\xe9\xe9","\xea\xea","\xeb\xeb","\xec\xec","\xed\xed","\xee\xee","\xef(","\xe6)","-\x83","\x8b\xc3",
|
---|
346 | "\xcc\x94","\xc8\x90","\xbe\x86","\xc0\x88","\xc2\x8a","\xac\xad","\xb9\x99","\x97\x98","\xa6\xa7","\x9c\x9d","\xa1\xa2","\xbc\x9e",
|
---|
347 | "\xcb\x93","\xc7\x8f","\xcd\x85","\xbf\x87","\xc1\x89","\xaa\xab","\xb0\xdd","\x95\x96","\xa4\xa5","\x9a\x9b","\x9f\xa0","\\|",
|
---|
348 | "zZ","\x82\x81","\xae\xa3","\xa8\xa8","\xac\xac","\xb2\xb2","\xb8\xb6",",\xb7",".d","\xdf\xaf","<>","\x0\x0","\x0\x0"
|
---|
349 | };
|
---|
350 |
|
---|
351 | /* India, Gujarati */
|
---|
352 | static const char main_key_in_guj[MAIN_LEN][2] =
|
---|
353 | {
|
---|
354 | "\x0\x0","\xe7\x8d","\xe8\xc5","\xe9\xe9","\xea\xea","\xeb\xeb","\xec\xec","\xed\xed","\xee\xee","\xef(","\xe6)","-\x83","\x8b\xc3",
|
---|
355 | "\xcc\x94","\xc8\x90","\xbe\x86","\xc0\x88","\xc2\x8a","\xac\xad","\xb9\x99","\x97\x98","\xa6\xa7","\x9c\x9d","\xa1\xa2","\xbc\x9e",
|
---|
356 | "\xcb\x93","\xc7\x8f","\xcd\x85","\xbf\x87","\xc1\x89","\xaa\xab","\xb0\xb0","\x95\x96","\xa4\xa5","\x9a\x9b","\x9f\xa0","\xc9\x91",
|
---|
357 | "zZ","\x82\x81","\xae\xa3","\xa8\xa8","\xb5\xb5","\xb2\xb3","\xb8\xb6",",\xb7",".d","\xaf?","<>","\x0\x0","\x0\x0"
|
---|
358 | };
|
---|
359 |
|
---|
360 | /* India, Gurmukhi */
|
---|
361 | static const char main_key_in_guru[MAIN_LEN][2] =
|
---|
362 | {
|
---|
363 | "\x0\x0","gg","hh","ii","jj","kk","ll","mm","nn","o(","f)","\x0\x0","\x0\x0",
|
---|
364 | "L\x14","H\x10",">\x6","@\x8","B\xa",",-","9\x19","\x17\x18","&'","\x1c\x1d","!\"","<\x1e",
|
---|
365 | "K\x13","G\xf","M\x5","?\x7","A\x9","*+","00","\x15\x16","$%","\x1a\x1b","\x1f\x20","\\|",
|
---|
366 | "zZ","\x2p",".#","((","55","23","86",",<",".d","/?","<>","\x0\x0","\x0\x0"
|
---|
367 | };
|
---|
368 |
|
---|
369 | /* India, Kannada */
|
---|
370 | static const char main_key_in_kan[MAIN_LEN][2] =
|
---|
371 | {
|
---|
372 | "\xca\x92","\xe7\xe7","\xe8\xe8","\xe9\xe9","\xea\xea","\xeb\xeb","\xec\xec","\xed\xed","\xee\xee","\xef\xef","\xe6\xe6","\x83\x83","\xc3\x8b",
|
---|
373 | "\xcc\x94","\xc8\x90","\xbe\x86","\xc0\x88","\xc2\x8a","\xac\xad","\xb9\x99","\x97\x98","\xa6\xa7","\x9c\x9d","\xa1\xa2","\xbc\x9e",
|
---|
374 | "\xcb\x93","\xc7\x8f","\xcd\x85","\xbf\x87","\xc1\x89","\xaa\xab","\xb0\xb1","\x95\x96","\xa4\xa5","\x9a\x9b","\x9f\xa0","\\|",
|
---|
375 | "\xc6\x8e","\x82\x82","\xae\xa3","\xa8\xa8","\xb5\xb4","\xb2\xb3","\xb8\xb6",",\xb7","..","\xaf@","<>","\x0\x0","\x0\x0"
|
---|
376 | };
|
---|
377 |
|
---|
378 | /* India, Malayalam */
|
---|
379 | static const char main_key_in_mal[MAIN_LEN][2] =
|
---|
380 | {
|
---|
381 | "J\x12","g!","h@","i#","j$","k%","l^","m&","n*","o(","f)","-\x3","C\xb",
|
---|
382 | "L\x14","H\x10",">\x6","@\x8","B\xa",",-","9\x19","\x17\x18","&'","\x1c\x1d","!\"","\xd\x1e",
|
---|
383 | "K\x13","G\xf","M\x5","?\x7","A\x9","*+","01","\x15\x16","$%","\x1a\x1b","\x1f\x20","\\|",
|
---|
384 | "F\xe","\x2\x2",".#","((","54","23","86",",7","..","/?","<>","\x0\x0","\x0\x0"
|
---|
385 | };
|
---|
386 |
|
---|
387 | /* India, Oriya */
|
---|
388 | static const char main_key_in_ori[MAIN_LEN][2] =
|
---|
389 | {
|
---|
390 | "\x0\x0","gg","hh","ii","jj","kk","ll","mm","nn","oo","ff","\x3\x3","C\xb",
|
---|
391 | "L\x14","H\x10",">\x6","@\x8","B\xa",",-","9\x19","\x17\x18","&'","\x1c\x1d","!\"","<\x1e",
|
---|
392 | "K\x13","G\xf","M\x5","?\x7","A\x9","*+","00","\x15\x16","$%","\x1a\x1b","\x1f\x20","\\|",
|
---|
393 | "\x0\x0","\x2\x1",".#","((","55","23","86",",7","..","/@","<>","\x0\x0","\x0\x0"
|
---|
394 | };
|
---|
395 |
|
---|
396 | /* India, Tamil Unicode */
|
---|
397 | static const char main_key_in_tam_unicode[MAIN_LEN][2] =
|
---|
398 | {
|
---|
399 | "\x0\x0","\x83\x83","\x0\x0","\x9c\x9c","\xb7\xb7","\xb8\xb8","\xb9\xb9","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0",
|
---|
400 | "\x9e\x9e","\xb1\xb1","\xa8\xa8","\x9a\x9a","\xb5\xb5","\xb2\xb2","\xb0\xb0","\xc8\x90","\xca\xcb","\xbf\xc0","\xc1\xc2","\x0\x0",
|
---|
401 | "\xaf\xaf","\xb3\xb3","\xa9\xa9","\x95\x95","\xaa\xaa","\xbe\xb4","\xa4\xa4","\xae\xae","\x9f\x9f","\xcd\xcd","\x99\x99","\\|",
|
---|
402 | "\xa3\xa3","\x92\x93","\x89\x8a","\x8e\x8f","\xc6\xc7","\x94\xcc","\x85\x86","\x87\x88","\x0\x0","\x0\x0","<>","\x0\x0","\x0\x0"
|
---|
403 | };
|
---|
404 |
|
---|
405 | /* India, Tamil TAB Typewriter */
|
---|
406 | static const char main_key_in_tam_TAB[MAIN_LEN][2] =
|
---|
407 | {
|
---|
408 | "\x0\x0","\xe7\xa7","\xfa\xa8","\xfb\xfb","\xfc\xfc","\xfd\xfd","\xfe\xfe","\xff\xff","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0",
|
---|
409 | "\xeb\xb3","\xf8\xc1","\xef\xb8","\xea\xb2","\xf5\xbe","\xf4\xbd","\xf3\xbc","\xac\xe4","\xae\xaf","\xa4\xa6","R\xa6","\x0\x0",
|
---|
410 | "\xf2\xbb","\xf7\xc0","\xf9\xc2","\xe8\xb0","\xf0\xb9","\xa2\xa3","\xee\xb6","\xf1\xba","\xec\xb4","\xf6\xbf","\xe9\xb1","\\|",
|
---|
411 | "\xed\xb5","\xe5\xe6","\xe0\xe1","\xe2\xe3","\xaa\xab","\xac\xa3","\xdc\xdd","\xde\xdf","\x0\x0","\x0\x0","<>","\x0\x0","\x0\x0"
|
---|
412 | };
|
---|
413 |
|
---|
414 | /* India, Tamil TSCII Typewriter */
|
---|
415 | static const char main_key_in_tam_TSCII[MAIN_LEN][2] =
|
---|
416 | {
|
---|
417 | "\x0\x0","\xb7\xa4","\x82\xa5","\x83\x88","\x84\x89","\x85\x8a","\x86\x8b","\x87\x8c","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0",
|
---|
418 | "\xbb\x9a","\xc8\xda","\xbf\xd1","\xba\xcd","\xc5\xd7","\xc4\xd6","\xc3\xd5","\xa8\xb3","\xca\xcb","\xa2\xa3","Q\xa3","\x0\x0",
|
---|
419 | "\xc2\xd4","\xc7\xd9","\xc9\xdb","\xb8\xcc","\xc0\xd2","P\xa1","\xbe\xd0","\xc1\xd3","\xbc\xce","\xc6\xd8","\xb9\x99","\\|",
|
---|
420 | "\xbd\xcf","\xb4\xb5","\xaf\xb0","\xb1\xb2","\xa6\xa7","\xb6\xaa","\xab\xac","\xfe\xae","\x0\x0","\x0\x0","<>","\x0\x0","\x0\x0"
|
---|
421 | };
|
---|
422 |
|
---|
423 | /* India, Tamil */
|
---|
424 | static const char main_key_in_tam[MAIN_LEN][2] =
|
---|
425 | {
|
---|
426 | "\xca\x92","\xe7\xe7","\xe8\xe8","\xe9\xe9","\xea\xea","\xeb\xeb","\xec\xec","\xed\xed","\xee\xee","\xef(","\xf0)","\xf1\x83","\xf2+",
|
---|
427 | "\xcc\x94","\xc8\x90","\xbe\x86","\xc0\x88","\xc2\x8a","\x0\x0","\xb9\x99","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x9e\x9e",
|
---|
428 | "\xcb\x93","\xc7\x8f","\xcd\x85","\xbf\x87","\xc1\x89","\xaa\xaa","\xb0\xb1","\x95\x95","\xa4\xa4","\x9a\x9a","\x9f\x9f","\\|",
|
---|
429 | "\xc6\x8e","\x82\x82","\xae\xa3","\xa8\xa9","\xb5\xb4","\xb2\xb3","\xb8\xb8",",\xb7",".d","\xaf?","<>","\x0\x0","\x0\x0"
|
---|
430 | };
|
---|
431 |
|
---|
432 | /* India, Telugu */
|
---|
433 | static const char main_key_in_tel[MAIN_LEN][2] =
|
---|
434 | {
|
---|
435 | "J\x12","gg","hh","i#","j$","k%","l^","m&","n*","o(","f)","\x3_","C\xb",
|
---|
436 | "L\x14","H\x10",">\x6","@\x8","B\xa",",-","9\x19","\x17\x18","&'","\x1c\x1d","!\"","\x1e\x1e",
|
---|
437 | "K\x13","G\xf","M\x5","?\x7","A\x9","*+","01","\x15\x16","$%","\x1a\x1b","\x1f\x20","\\|",
|
---|
438 | "F\xe","\x2\x1",".#","((","55","23","86",",7","..","/@","<>","\x0\x0","\x0\x0"
|
---|
439 | };
|
---|
440 |
|
---|
441 | /* India, Urdu */
|
---|
442 | static const char main_key_in_urd[MAIN_LEN][2] =
|
---|
443 | {
|
---|
444 | "\xd4\xd4","a!","b@","c#","\xf4$","\xf5%","f^","g&","h*","i(","`)","-_","=+",
|
---|
445 | "\xe2\xe1","H\xf9","9\xf7","1\x91","\xcay","\xd2|","!L","\xccV","G)","~O","[{","]}",
|
---|
446 | "'\"","\xd3""5","/\x88","Ap","\xaf:","\xbe-",",6","\xa9.","D\x12","\x1b:","''","\\|",
|
---|
447 | "\xd2\xd0","4\x98","\x86+","78","((","F\xba","EE","\xcN","\xd4P","/\xbf","<>","\x0\x0","\x0\x0"
|
---|
448 | };
|
---|
449 |
|
---|
450 | /* Bosnia and Herzegovina */
|
---|
451 | static const char main_key_ba[MAIN_LEN][2] =
|
---|
452 | {
|
---|
453 | "`~","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","'?","+*",
|
---|
454 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xb9\xa9","\xf0\xd0",
|
---|
455 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe8\xc8","\xe6\xc6","\xbe\xae",
|
---|
456 | "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
457 | };
|
---|
458 |
|
---|
459 | /* Bosnia and Herzegovina, Use Bosnian digraphs */
|
---|
460 | static const char main_key_ba_unicode[MAIN_LEN][2] =
|
---|
461 | {
|
---|
462 | "`~","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","'?","+*",
|
---|
463 | "\xc9\xc8","\xcc\xcb","eE","rR","tT","zZ","uU","iI","oO","pP","\xb9\xa9","\xf0\xd0",
|
---|
464 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe8\xc8","\xe6\xc6","\xbe\xae",
|
---|
465 | "\xbe\xae","\xc6\xc5","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
466 | };
|
---|
467 |
|
---|
468 | /* Bosnia and Herzegovina, US keyboard with Bosnian digraphs */
|
---|
469 | static const char main_key_ba_unicodeus[MAIN_LEN][2] =
|
---|
470 | {
|
---|
471 | "`~","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","'?","+*",
|
---|
472 | "\xc9\xc8","\xcc\xcb","eE","rR","tT","\xbe\xae","uU","iI","oO","pP","\xb9\xa9","\xf0\xd0",
|
---|
473 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe8\xc8","\xe6\xc6","\xbe\xae",
|
---|
474 | "zZ","\xc6\xc5","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
475 | };
|
---|
476 |
|
---|
477 | /* Bosnia and Herzegovina, US keyboard with Bosnian letters */
|
---|
478 | static const char main_key_ba_us[MAIN_LEN][2] =
|
---|
479 | {
|
---|
480 | "`~","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","'?","+*",
|
---|
481 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xb9\xa9","\xf0\xd0",
|
---|
482 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe8\xc8","\xe6\xc6","\xbe\xae",
|
---|
483 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
484 | };
|
---|
485 |
|
---|
486 | /* Brazil */
|
---|
487 | static const char main_key_br[MAIN_LEN][2] =
|
---|
488 | {
|
---|
489 | "'\"","1!","2@","3#","4$","5%","6W","7&","8*","9(","0)","-_","=+",
|
---|
490 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","QP","[{",
|
---|
491 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe7\xc7","SR","]}",
|
---|
492 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>",";:","\\|","/?","\x0\x0"
|
---|
493 | };
|
---|
494 |
|
---|
495 | /* Brazil, Eliminate dead keys */
|
---|
496 | static const char main_key_br_nodeadkeys[MAIN_LEN][2] =
|
---|
497 | {
|
---|
498 | "'\"","1!","2@","3#","4$","5%","6\xa8","7&","8*","9(","0)","-_","=+",
|
---|
499 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","'`","[{",
|
---|
500 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe7\xc7","~^","]}",
|
---|
501 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>",";:","\\|","/?","\x0\x0"
|
---|
502 | };
|
---|
503 |
|
---|
504 | /* Brazil with alternative 102 */
|
---|
505 | static const char main_key_br_alt_102[MAIN_LEN][2] =
|
---|
506 | {
|
---|
507 | "'\"","1!","2@","3#","4$","5%","6W","7&","8*","9(","0)","-_","=+",
|
---|
508 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","QP","[{",
|
---|
509 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe7\xc7","SR","]}",
|
---|
510 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>",";:","<>","/?","\x0\x0"
|
---|
511 | };
|
---|
512 |
|
---|
513 | /* Brazil with alternative 102, Eliminate dead keys */
|
---|
514 | static const char main_key_br_alt_102_nodeadkeys[MAIN_LEN][2] =
|
---|
515 | {
|
---|
516 | "'\"","1!","2@","3#","4$","5%","6\xa8","7&","8*","9(","0)","-_","=+",
|
---|
517 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","'`","[{",
|
---|
518 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe7\xc7","~^","]}",
|
---|
519 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>",";:","<>","/?","\x0\x0"
|
---|
520 | };
|
---|
521 |
|
---|
522 | /* Bulgaria */
|
---|
523 | static const char main_key_bg[MAIN_LEN][2] =
|
---|
524 | {
|
---|
525 | "()","1!","2?","3+","4\"","5%","6=","7:","8/","9\xa9","0\xb0","-I",".V",
|
---|
526 | ",\xd9","\xd5\xf5","\xc5\xe5","\xc9\xe9","\xdb\xfb","\xdd\xfd","\xcb\xeb","\xd3\xf3","\xc4\xe4","\xda\xfa","\xc3\xe3",";\xa7",
|
---|
527 | "\xd8\xf8","\xd1\xf1","\xc1\xe1","\xcf\xef","\xd6\xf6","\xc7\xe7","\xd4\xf4","\xce\xee","\xd7\xf7","\xcd\xed","\xde\xfe","'\xf9",
|
---|
528 | "\xc0\xe0","\xca\xea","\xdf\xff","\xdc\xfc","\xc6\xe6","\xc8\xe8","\xd0\xf0","\xd2\xf2","\xcc\xec","\xc2\xe2","<>","\x0\x0","\x0\x0"
|
---|
529 | };
|
---|
530 |
|
---|
531 | /* Bulgaria, Phonetic */
|
---|
532 | static const char main_key_bg_phonetic[MAIN_LEN][2] =
|
---|
533 | {
|
---|
534 | "\xde\xfe","1!","2@","3#","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
535 | "\xd1\xf1","\xd7\xf7","\xc5\xe5","\xd2\xf2","\xd4\xf4","\xdf\xff","\xd5\xf5","\xc9\xe9","\xcf\xef","\xd0\xf0","\xdb\xfb","\xdd\xfd",
|
---|
536 | "\xc1\xe1","\xd3\xf3","\xc4\xe4","\xc6\xe6","\xc7\xe7","\xc8\xe8","\xca\xea","\xcb\xeb","\xcc\xec",";:","'\"","\xc0\xe0",
|
---|
537 | "\xda\xfa","\xd8\xf8","\xc3\xe3","\xd6\xf6","\xc2\xe2","\xce\xee","\xcd\xed",",<",".>","/?","<>","\x0\x0","\x0\x0"
|
---|
538 | };
|
---|
539 |
|
---|
540 | /* Myanmar */
|
---|
541 | static const char main_key_mm[MAIN_LEN][2] =
|
---|
542 | {
|
---|
543 | "\x0\x0","A!","BB","CC","DD","EE","FF","GG","HH","I(","@)","-8","RV",
|
---|
544 | "**","22",",!",".$","0&","\x17\x18","\x1f\x4","\x2\x3","\x12\x13","\x7\x8","\xd\xe","\xa\x9",
|
---|
545 | "))","''","9!","-#","/%","\x15\x16","\x1b\x1b","\x0\x1","\x10\x11","\x5\x6","\xb\xc","NO",
|
---|
546 | "LM","76","\x19\xf","\x14\x14","\x17\x17","\x1c\x1c","\x1eP",",Q",".J","/\x1a","<>","\x0\x0","\x0\x0"
|
---|
547 | };
|
---|
548 |
|
---|
549 | /* Canada */
|
---|
550 | static const char main_key_ca[MAIN_LEN][2] =
|
---|
551 | {
|
---|
552 | "#|","1!","2\"","3/","4$","5%","6?","7&","8*","9(","0)","-_","=+",
|
---|
553 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","RR","[W",
|
---|
554 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","PP","<>",
|
---|
555 | "zZ","xX","cC","vV","bB","nN","mM",",'","..","\xe9\xc9","\xab\xbb","\x0\x0","\x0\x0"
|
---|
556 | };
|
---|
557 |
|
---|
558 | /* Canada, French Dvorak */
|
---|
559 | static const char main_key_ca_fr_dvorak[MAIN_LEN][2] =
|
---|
560 | {
|
---|
561 | "#|","1!","2\"","3/","4$","5%","6?","7&","8*","9(","0)","RR","[W",
|
---|
562 | "PP",",'","..","pP","yY","fF","gG","cC","rR","lL","\xe9\xc9","=+",
|
---|
563 | "aA","oO","eE","uU","iI","dD","hH","tT","nN","sS","-_","<>",
|
---|
564 | ";:","qQ","jJ","kK","xX","bB","mM","wW","vV","zZ","\xab\xbb","\x0\x0","\x0\x0"
|
---|
565 | };
|
---|
566 |
|
---|
567 | /* Canada, French (legacy) */
|
---|
568 | static const char main_key_ca_fr_legacy[MAIN_LEN][2] =
|
---|
569 | {
|
---|
570 | "\xb0\xb0","1!","2\"","3#","4$","5%","6?","7&","8*","9(","0)","-_","=+",
|
---|
571 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","RR","\xe7\xc7",
|
---|
572 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","\xe8\xc8","\xe0\xc0",
|
---|
573 | "zZ","xX","cC","vV","bB","nN","mM",",'","..","\xe9\xc9","\xf9\xd9","\x0\x0","\x0\x0"
|
---|
574 | };
|
---|
575 |
|
---|
576 | /* Canada, Multilingual */
|
---|
577 | static const char main_key_ca_multix[MAIN_LEN][2] =
|
---|
578 | {
|
---|
579 | "/\\","1!","2@","3#","4$","5%","6?","7&","8*","9(","0)","-_","=+",
|
---|
580 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","RW","\xe7\xc7",
|
---|
581 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","\xe8\xc8","\xe0\xc0",
|
---|
582 | "zZ","xX","cC","vV","bB","nN","mM",",'",".\"","\xe9\xc9","\xf9\xd9","\x0\x0","\x0\x0"
|
---|
583 | };
|
---|
584 |
|
---|
585 | /* Canada, Multilingual, second part */
|
---|
586 | static const char main_key_ca_multi_2gr[MAIN_LEN][2] =
|
---|
587 | {
|
---|
588 | "\x0\xad","\xb9\xa1","\xb2\xb2","\xb3\xa3","\xbc\xa4","\xbd\xc4","\xbe\xc5","\x0\xc6","\x0\xc9","\x0\xb1","\x0\x0","\x0\xbf","[\\",
|
---|
589 | "\x0\xd9","\xb3\xa3","\xbd\xbc","\xb6\xae","\xbc\xac","\xfb\xa5","\xfe\xfc","\xfd\xb9","\xf8\xd8","\xfe\xde","\x0X","ST",
|
---|
590 | "\xe6\xc6","\xdf\xa7","\xf0\xd0","\x0\xaa","\xbf\xbd","\xb1\xa1","32","\xa2\xa2","@?","QY","\x0Z","\\U",
|
---|
591 | "\x0\x0","\x0\x0","\xa2\xa9","\xd2\xd0","\xd3\xd1","Ij","\xb5\xba","\xaf\xd7","\xb7\xf7","\x0V","<\xa6","\x0\x0","\x0\x0"
|
---|
592 | };
|
---|
593 |
|
---|
594 | /* Canada, Inuktitut */
|
---|
595 | static const char main_key_ca_ike[MAIN_LEN][2] =
|
---|
596 | {
|
---|
597 | "{u","\x95""1","I2","P3","\x83""4","f5","\x85""6","\xbb""7","\xd0""8","\xea""9",">0","-_","]=",
|
---|
598 | "\x8f\x8b","\x3""1","\x7f""F","m\x96","Nq","\xefs","\xa5u","\xc2\xa4","\xd5\xa0","(\xa6","\xa1\x5","V\x1e",
|
---|
599 | "\x91\x8d","\x5""3","\x81H","oU","P(","\xf1)","\xa7*","\xc4W","\xd7\xa2",";:","'\"","\\|",
|
---|
600 | "\x93\x90","\xa""8","\x83K","r?","U|","\xf4\xc7","\xaa\xda",",<",".>","-Y","yw","\x0\x0","\x0\x0"
|
---|
601 | };
|
---|
602 |
|
---|
603 | /* Congo, Democratic Republic of the */
|
---|
604 | static const char main_key_cd[MAIN_LEN][2] =
|
---|
605 | {
|
---|
606 | "`~","&1","\x1""2","\x0""3","(4","{5","}6",")7","\x2""8","\xc""9","\x8""0","-_","=+",
|
---|
607 | "aA","wW","eE","rR","tT","yY","uU","iI","oO","pP","[\x90","*^",
|
---|
608 | "qQ","sS","dD","fF","gG","hH","jJ","kK","lL","mM","T\x86","\"\\",
|
---|
609 | "zZ","xX","cC","vV","bB","nN",",.",";:","!?","'/","\\|","\x0\x0","\x0\x0"
|
---|
610 | };
|
---|
611 |
|
---|
612 | /* Czechia */
|
---|
613 | static const char main_key_cz[MAIN_LEN][2] =
|
---|
614 | {
|
---|
615 | ";X","+1","\xec""2","\xb9""3","\xe8""4","\xf8""5","\xbe""6","\xfd""7","\xe1""8","\xed""9","\xe9""0","=%","QZ",
|
---|
616 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xfa/",")(",
|
---|
617 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf9\"","\xa7!","W'",
|
---|
618 | "yY","xX","cC","vV","bB","nN","mM",",?",".:","-_","\\|","\x0\x0","\x0\x0"
|
---|
619 | };
|
---|
620 |
|
---|
621 | /* Czechia, With <|> key */
|
---|
622 | static const char main_key_cz_bksl[MAIN_LEN][2] =
|
---|
623 | {
|
---|
624 | ";X","+1","\xec""2","\xb9""3","\xe8""4","\xf8""5","\xbe""6","\xfd""7","\xe1""8","\xed""9","\xe9""0","=%","QZ",
|
---|
625 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xfa/",")(",
|
---|
626 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf9\"","\xa7!","\\|",
|
---|
627 | "yY","xX","cC","vV","bB","nN","mM",",?",".:","-_","\\|","\x0\x0","\x0\x0"
|
---|
628 | };
|
---|
629 |
|
---|
630 | /* Czechia, qwerty */
|
---|
631 | static const char main_key_cz_qwerty[MAIN_LEN][2] =
|
---|
632 | {
|
---|
633 | ";X","+1","\xec""2","\xb9""3","\xe8""4","\xf8""5","\xbe""6","\xfd""7","\xe1""8","\xed""9","\xe9""0","=%","QZ",
|
---|
634 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xfa/",")(",
|
---|
635 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf9\"","\xa7!","W'",
|
---|
636 | "zZ","xX","cC","vV","bB","nN","mM",",?",".:","-_","\\|","\x0\x0","\x0\x0"
|
---|
637 | };
|
---|
638 |
|
---|
639 | /* Czechia, qwerty, extended Backslash */
|
---|
640 | static const char main_key_cz_qwerty_bksl[MAIN_LEN][2] =
|
---|
641 | {
|
---|
642 | ";X","+1","\xec""2","\xb9""3","\xe8""4","\xf8""5","\xbe""6","\xfd""7","\xe1""8","\xed""9","\xe9""0","=%","QZ",
|
---|
643 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xfa/",")(",
|
---|
644 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf9\"","\xa7!","\\|",
|
---|
645 | "zZ","xX","cC","vV","bB","nN","mM",",?",".:","-_","\\|","\x0\x0","\x0\x0"
|
---|
646 | };
|
---|
647 |
|
---|
648 | /* Denmark */
|
---|
649 | static const char main_key_dk[MAIN_LEN][2] =
|
---|
650 | {
|
---|
651 | "\xbd\xa7","1!","2\"","3#","4\xa4","5%","6&","7/","8(","9)","0=","+?","QP",
|
---|
652 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xe5\xc5","WR",
|
---|
653 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe6\xc6","\xf8\xd8","'*",
|
---|
654 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
655 | };
|
---|
656 |
|
---|
657 | /* Denmark, Eliminate dead keys */
|
---|
658 | static const char main_key_dk_nodeadkeys[MAIN_LEN][2] =
|
---|
659 | {
|
---|
660 | "\xbd\xa7","1!","2\"","3#","4\xa4","5%","6&","7/","8(","9)","0=","+?","\xb4`",
|
---|
661 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xe5\xc5","\xa8^",
|
---|
662 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe6\xc6","\xf8\xd8","'*",
|
---|
663 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
664 | };
|
---|
665 |
|
---|
666 | /* Netherlands */
|
---|
667 | static const char main_key_nl[MAIN_LEN][2] =
|
---|
668 | {
|
---|
669 | "@\xa7","1!","2\"","3#","4$","5%","6&","7_","8(","9)","0'","/?","\xb0S",
|
---|
670 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","WR","*|",
|
---|
671 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","+\xb1","'`","<>",
|
---|
672 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-=","][","\x0\x0","\x0\x0"
|
---|
673 | };
|
---|
674 |
|
---|
675 | /* Bhutan */
|
---|
676 | static const char main_key_bt[MAIN_LEN][2] =
|
---|
677 | {
|
---|
678 | "\x9\xa","!\x4","\"\x5","#\x6","$H","%p","&\x8","'8","(4",")<","\x20=","\x14\x7f","\xd\x11",
|
---|
679 | "@\x90","A\x91","B\x92","D\x94","r\x80","t\x84","z{","|}","E\x95","F\x96","G\x97","I\x99",
|
---|
680 | "O\x9f","P\xa0","Q\xa1","S\xa3","T\xa4","U\xa5","V\xa6","X\xa8","Y\xa9","Z\xaa","[\xab","]\xad",
|
---|
681 | "^\xae","_\xaf","`q","a\xb1","b\xb2","c\xb3","d\xb4","f\xb6","g\xb7","h\xb8","\xd\x11","\x0\x0","\x0\x0"
|
---|
682 | };
|
---|
683 |
|
---|
684 | /* Estonia */
|
---|
685 | static const char main_key_ee[MAIN_LEN][2] =
|
---|
686 | {
|
---|
687 | "ZS","1!","2\"","3#","4\xa4","5%","6&","7/","8(","9)","0=","+?","QP",
|
---|
688 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xfc\xdc","\xf5\xd5",
|
---|
689 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xd6","\xe4\xc4","'*",
|
---|
690 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
691 | };
|
---|
692 |
|
---|
693 | /* Estonia, Eliminate dead keys */
|
---|
694 | static const char main_key_ee_nodeadkeys[MAIN_LEN][2] =
|
---|
695 | {
|
---|
696 | "^~","1!","2\"","3#","4\xa4","5%","6&","7/","8(","9)","0=","+?","'`",
|
---|
697 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xfc\xdc","\xf5\xd5",
|
---|
698 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xd6","\xe4\xc4","'*",
|
---|
699 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
700 | };
|
---|
701 |
|
---|
702 | /* Iran */
|
---|
703 | static const char main_key_ir[MAIN_LEN][2] =
|
---|
704 | {
|
---|
705 | "\xd\xf7","\xf1!","\xf2l","\xf3k","\xf4\xfc","\xf5j","\xf6\xd7","\xf7\xac","\xf8*","\xf9)","\xf0(","-\xe0","=+",
|
---|
706 | "\xd6\xf2","\xd5\xec","\xcb\xed","\xe2\xeb","\xe1\xef","\xda\xf0","\xd9\xee","\xe7\xf1","\xce]","\xcd[","\xcc}","\x86{",
|
---|
707 | "\xd4\xc4","\xd3\xc6","\xcc\xea","\xc8\xc5","\xe4\xc3","\xc7\xc2","\xca\xc9","\xe6\xbb","\xe5\xab","\xa9:","\xaf\xbb","\\|",
|
---|
708 | "\xd8\xe3","\xd7S","\xd2\x98","\xd1p","\xd0\xc","\xcfT","~\xc1","\xe8>",".<","/\xbf","<>","\x0\x0","\x0\x0"
|
---|
709 | };
|
---|
710 |
|
---|
711 | /* Iran, Kurdish, Latin Q */
|
---|
712 | static const char main_key_ir_ku[MAIN_LEN][2] =
|
---|
713 | {
|
---|
714 | "\"\\","1!","2'","3^","4+","5%","6&","7/","8(","9)","0=","*?","-_",
|
---|
715 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","xX","\xfb\xdb",
|
---|
716 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xba\xaa","\xee\xce",",;",
|
---|
717 | "zZ","xX","cC","vV","bB","nN","mM","\xea\xca","\xe7\xc7",".:","<>","\x0\x0","\x0\x0"
|
---|
718 | };
|
---|
719 |
|
---|
720 | /* Iran, Kurdish, (F) */
|
---|
721 | static const char main_key_ir_ku_f[MAIN_LEN][2] =
|
---|
722 | {
|
---|
723 | "+*","1!","2\"","3^","4$","5%","6&","7'","8(","9)","0=","/?","-_",
|
---|
724 | "fF","gG","xX","iI","oO","dD","rR","nN","hH","pP","qQ","wW",
|
---|
725 | "\xfb\xdb","\xee\xce","eE","aA","uU","tT","kK","mM","lL","yY","\xba\xaa","xX",
|
---|
726 | "jJ","\xea\xca","vV","cC","\xe7\xc7","zZ","sS","bB",".:",",;","<>","\x0\x0","\x0\x0"
|
---|
727 | };
|
---|
728 |
|
---|
729 | /* Iran, Kurdish, Arabic-Latin */
|
---|
730 | static const char main_key_ir_ku_ara[MAIN_LEN][2] =
|
---|
731 | {
|
---|
732 | "\xd\xf7","1!","2@","3#","4$","5%","6^","7&","8*","9)","0(","-\xe0","=+",
|
---|
733 | "\xe2X","\xe8X","\xd5\xe7","\xd1\x95","\xca\xd7","\xcc\xce","\xc6\xc1","\xcd\xd9","\xc6\xc4","~\xcb","]}","[{",
|
---|
734 | "\xc7\xc2","\xd3\xd4","\xcf\xd0","\xe1\xc5","\xaf\xda","\xe7\xc","\x98\xc3","\xa9\xe3","\xe4\xb5","\xbb:","'\"","\\|",
|
---|
735 | "\xd2\xd6","\xce\xd5","\xcc\x86","\xa4\xd8","\xc8I","\xe6\xc9","\xe5\xe0","\xac>",".<","/\xbf","<>","\x0\x0","\x0\x0"
|
---|
736 | };
|
---|
737 |
|
---|
738 | /* Faroe Islands */
|
---|
739 | static const char main_key_fo[MAIN_LEN][2] =
|
---|
740 | {
|
---|
741 | "\xbd\xa7","1!","2\"","3#","4\xa4","5%","6&","7/","8(","9)","0=","+?","QP",
|
---|
742 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xe5\xc5","\xf0\xd0",
|
---|
743 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe6\xc6","\xf8\xd8","'*",
|
---|
744 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
745 | };
|
---|
746 |
|
---|
747 | /* Finland */
|
---|
748 | static const char main_key_fi[MAIN_LEN][2] =
|
---|
749 | {
|
---|
750 | "\xa7\xbd","1!","2\"","3#","4\xa4","5%","6&","7/","8(","9)","0=","+?","QP",
|
---|
751 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xe5\xc5","WR",
|
---|
752 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xd6","\xe4\xc4","'*",
|
---|
753 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
754 | };
|
---|
755 |
|
---|
756 | /* Finland, Eliminate dead keys */
|
---|
757 | static const char main_key_fi_nodeadkeys[MAIN_LEN][2] =
|
---|
758 | {
|
---|
759 | "\xa7\xbd","1!","2\"","3#","4\xa4","5%","6&","7/","8(","9)","0=","+?","\xb4`",
|
---|
760 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xe5\xc5","\xa8^",
|
---|
761 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xd6","\xe4\xc4","'*",
|
---|
762 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
763 | };
|
---|
764 |
|
---|
765 | /* Finland, Northern Saami */
|
---|
766 | static const char main_key_fi_smi[MAIN_LEN][2] =
|
---|
767 | {
|
---|
768 | "|\xa7","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","+?","\\`",
|
---|
769 | "\xe1\xc1","\xb9\xa9","eE","rR","tT","yY","uU","iI","oO","pP","\xe5\xc5","\xbf\xbd",
|
---|
770 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xd6","\xe4\xc4","\xf0\xd0",
|
---|
771 | "zZ","\xe8\xc8","cC","vV","bB","nN","mM",",;",".:","-_","\xbe\xae","\x0\x0","\x0\x0"
|
---|
772 | };
|
---|
773 |
|
---|
774 | /* Finland, Macintosh */
|
---|
775 | static const char main_key_fi_mac[MAIN_LEN][2] =
|
---|
776 | {
|
---|
777 | "\xa7\xb0","1!","2\"","3#","4\xa4","5%","6&","7/","8(","9)","0=","+?","\xb4`",
|
---|
778 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xe5\xc5","\xa8^",
|
---|
779 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xd6","\xe4\xc4","'*",
|
---|
780 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
781 | };
|
---|
782 |
|
---|
783 | /* France */
|
---|
784 | static const char main_key_fr[MAIN_LEN][2] =
|
---|
785 | {
|
---|
786 | "\xb2~","&1","\xe9""2","\"3","'4","(5","-6","\xe8""7","_8","\xe7""9","\xe0""0",")\xb0","=+",
|
---|
787 | "aA","zZ","eE","rR","tT","yY","uU","iI","oO","pP","RW","$\xa3",
|
---|
788 | "qQ","sS","dD","fF","gG","hH","jJ","kK","lL","mM","\xf9%","*\xb5",
|
---|
789 | "wW","xX","cC","vV","bB","nN",",?",";.",":/","!\xa7","<>","\x0\x0","\x0\x0"
|
---|
790 | };
|
---|
791 |
|
---|
792 | /* France, Eliminate dead keys */
|
---|
793 | static const char main_key_fr_nodeadkeys[MAIN_LEN][2] =
|
---|
794 | {
|
---|
795 | "\xb2~","&1","\xe9""2","\"3","'4","(5","-6","\xe8""7","_8","\xe7""9","\xe0""0",")\xb0","=+",
|
---|
796 | "aA","zZ","eE","rR","tT","yY","uU","iI","oO","pP","^\xa8","$\xa3",
|
---|
797 | "qQ","sS","dD","fF","gG","hH","jJ","kK","lL","mM","\xf9%","*\xb5",
|
---|
798 | "wW","xX","cC","vV","bB","nN",",?",";.",":/","!\xa7","<>","\x0\x0","\x0\x0"
|
---|
799 | };
|
---|
800 |
|
---|
801 | /* France, Sun dead keys */
|
---|
802 | static const char main_key_fr_sundeadkeys[MAIN_LEN][2] =
|
---|
803 | {
|
---|
804 | "\xb2~","&1","\xe9""2","\"3","'4","(5","-6","\xe8""7","_8","\xe7""9","\xe0""0",")\xb0","=+",
|
---|
805 | "aA","zZ","eE","rR","tT","yY","uU","iI","oO","pP","\x1\x4","$\xa3",
|
---|
806 | "qQ","sS","dD","fF","gG","hH","jJ","kK","lL","mM","\xf9%","*\xb5",
|
---|
807 | "wW","xX","cC","vV","bB","nN",",?",";.",":/","!\xa7","<>","\x0\x0","\x0\x0"
|
---|
808 | };
|
---|
809 |
|
---|
810 | /* France, Alternative */
|
---|
811 | static const char main_key_fr_oss[MAIN_LEN][2] =
|
---|
812 | {
|
---|
813 | "\xf8\xd8","&1","\xe9""2","\"3","'4","(5","-6","\xe8""7","_8","\xe7""9","\xe0""0",")\xb0","=+",
|
---|
814 | "aA","zZ","eE","rR","tT","yY","uU","iI","oO","pP","RW","$\xa3",
|
---|
815 | "qQ","sS","dD","fF","gG","hH","jJ","kK","lL","mM","\xf9%","*\xb5",
|
---|
816 | "wW","xX","cC","vV","bB","nN",",?",";.",":/","!\xa7","<>","\x0\x0","\x0\x0"
|
---|
817 | };
|
---|
818 |
|
---|
819 | /* France, Alternative, eliminate dead keys */
|
---|
820 | static const char main_key_fr_oss_nodeadkeys[MAIN_LEN][2] =
|
---|
821 | {
|
---|
822 | "\xf8\xd8","&1","\xe9""2","\"3","'4","(5","-6","\xe8""7","_8","\xe7""9","\xe0""0",")\xb0","=+",
|
---|
823 | "aA","zZ","eE","rR","tT","yY","uU","iI","oO","pP","^\xa8","$\xa3",
|
---|
824 | "qQ","sS","dD","fF","gG","hH","jJ","kK","lL","mM","\xf9%","*\xb5",
|
---|
825 | "wW","xX","cC","vV","bB","nN",",?",";.",":/","!\xa7","<>","\x0\x0","\x0\x0"
|
---|
826 | };
|
---|
827 |
|
---|
828 | /* France, Alternative, Sun dead keys */
|
---|
829 | static const char main_key_fr_oss_sundeadkeys[MAIN_LEN][2] =
|
---|
830 | {
|
---|
831 | "\xf8\xd8","&1","\xe9""2","\"3","'4","(5","-6","\xe8""7","_8","\xe7""9","\xe0""0",")\xb0","=+",
|
---|
832 | "aA","zZ","eE","rR","tT","yY","uU","iI","oO","pP","\x1\x4","$\xa3",
|
---|
833 | "qQ","sS","dD","fF","gG","hH","jJ","kK","lL","mM","\xf9%","*\xb5",
|
---|
834 | "wW","xX","cC","vV","bB","nN",",?",";.",":/","!\xa7","<>","\x0\x0","\x0\x0"
|
---|
835 | };
|
---|
836 |
|
---|
837 | /* France, (Legacy) Alternative */
|
---|
838 | static const char main_key_fr_latin9[MAIN_LEN][2] =
|
---|
839 | {
|
---|
840 | "\xbd\xbc","&1","\xe9""2","\"3","'4","(5","-6","\xe8""7","_8","\xe7""9","\xe0""0",")\xb0","=+",
|
---|
841 | "aA","zZ","eE","rR","tT","yY","uU","iI","oO","pP","RW","$\xa3",
|
---|
842 | "qQ","sS","dD","fF","gG","hH","jJ","kK","lL","mM","\xf9%","*\xb5",
|
---|
843 | "wW","xX","cC","vV","bB","nN",",?",";.",":/","!\xa7","<>","\x0\x0","\x0\x0"
|
---|
844 | };
|
---|
845 |
|
---|
846 | /* France, (Legacy) Alternative, eliminate dead keys */
|
---|
847 | static const char main_key_fr_latin9_nodeadkeys[MAIN_LEN][2] =
|
---|
848 | {
|
---|
849 | "\xbd\xbc","&1","\xe9""2","\"3","'4","(5","-6","\xe8""7","_8","\xe7""9","\xe0""0",")\xb0","=+",
|
---|
850 | "aA","zZ","eE","rR","tT","yY","uU","iI","oO","pP","^\xa8","$\xa3",
|
---|
851 | "qQ","sS","dD","fF","gG","hH","jJ","kK","lL","mM","\xf9%","*\xb5",
|
---|
852 | "wW","xX","cC","vV","bB","nN",",?",";.",":/","!\xa7","<>","\x0\x0","\x0\x0"
|
---|
853 | };
|
---|
854 |
|
---|
855 | /* France, (Legacy) Alternative, Sun dead keys */
|
---|
856 | static const char main_key_fr_latin9_sundeadkeys[MAIN_LEN][2] =
|
---|
857 | {
|
---|
858 | "\xbd\xbc","&1","\xe9""2","\"3","'4","(5","-6","\xe8""7","_8","\xe7""9","\xe0""0",")\xb0","=+",
|
---|
859 | "aA","zZ","eE","rR","tT","yY","uU","iI","oO","pP","\x1\x4","$\xa3",
|
---|
860 | "qQ","sS","dD","fF","gG","hH","jJ","kK","lL","mM","\xf9%","*\xb5",
|
---|
861 | "wW","xX","cC","vV","bB","nN",",?",";.",":/","!\xa7","<>","\x0\x0","\x0\x0"
|
---|
862 | };
|
---|
863 |
|
---|
864 | /* France, Dvorak */
|
---|
865 | static const char main_key_fr_dvorak[MAIN_LEN][2] =
|
---|
866 | {
|
---|
867 | "\xbd\xbc","/1","+2","-3","*4","=5","\\6","(7","`8",")9","\"0","[{","]}",
|
---|
868 | ":?","\xe0\xc0","\xe9\xc9","gG",".!","hH","vV","cC","mM","kK","\xe8\xc8","zZ",
|
---|
869 | "oO","aA","uU","eE","bB","fF","sS","tT","nN","dD","wW","\xf9\xd9",
|
---|
870 | "'_","qQ",",;","iI","yY","xX","rR","lL","pP","jJ","\xe7\xc7","\x0\x0","\x0\x0"
|
---|
871 | };
|
---|
872 |
|
---|
873 | /* France, Macintosh */
|
---|
874 | static const char main_key_fr_mac[MAIN_LEN][2] =
|
---|
875 | {
|
---|
876 | "@#","&1","\xe9""2","\"3","'4","(5","\xa7""6","\xe8""7","!8","\xe7""9","\xe0""0",")\xb0","-_",
|
---|
877 | "aA","zZ","eE","rR","tT","yY","uU","iI","oO","pP","RW","$*",
|
---|
878 | "qQ","sS","dD","fF","gG","hH","jJ","kK","lL","mM","\xf9%","P\xa3",
|
---|
879 | "wW","xX","cC","vV","bB","nN",",?",";.",":/","=+","<>","\x0\x0","\x0\x0"
|
---|
880 | };
|
---|
881 |
|
---|
882 | /* Ghana */
|
---|
883 | static const char main_key_gh[MAIN_LEN][2] =
|
---|
884 | {
|
---|
885 | "`~","1!","2@","3#","4\xb5","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
886 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","[{","]}",
|
---|
887 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","'\"","\\|",
|
---|
888 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?","<>","\x0\x0","\x0\x0"
|
---|
889 | };
|
---|
890 |
|
---|
891 | /* Ghana, Akan */
|
---|
892 | static const char main_key_gh_akan[MAIN_LEN][2] =
|
---|
893 | {
|
---|
894 | "`~","1!","2@","3#","4\xb5","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
895 | "[\x90","wW","eE","rR","tT","yY","uU","iI","oO","pP","[{","]}",
|
---|
896 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","'\"","\\|",
|
---|
897 | "zZ","T\x86","cC","vV","bB","nN","mM",",<",".>","/?","<>","\x0\x0","\x0\x0"
|
---|
898 | };
|
---|
899 |
|
---|
900 | /* Ghana, Ewe */
|
---|
901 | static const char main_key_gh_ewe[MAIN_LEN][2] =
|
---|
902 | {
|
---|
903 | "`~","1!","2@","3#","4\xb5","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
904 | "[\x90","wW","eE","rR","tT","yY","uU","iI","oO","pP","T\x86","\x8b\xb2",
|
---|
905 | "aA","sS","dD","fF","gG","hH","\x92\x91","kK","lL",";:","'\"","\\|",
|
---|
906 | "zZ","xX","KJ","vV","bB","nN","mM",",<",".>","/?","<>","\x0\x0","\x0\x0"
|
---|
907 | };
|
---|
908 |
|
---|
909 | /* Ghana, Fula */
|
---|
910 | static const char main_key_gh_fula[MAIN_LEN][2] =
|
---|
911 | {
|
---|
912 | "`~","1!","2@","3#","4\xb5","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
913 | "qQ","\xfc\xdc","eE","rR","tT","yY","uU","iI","oO","pP","\xb4\xb3","\xe7\xe6",
|
---|
914 | "aA","sS","W\x8a","fF","gG","hH","jJ","kK","lL","10","\xdd\x8e","\\|",
|
---|
915 | "r\x9d","xX","cC","vV","bB","nN","\xf1\xd1",",<","\xe7\xc7","\xba\xaa","<>","\x0\x0","\x0\x0"
|
---|
916 | };
|
---|
917 |
|
---|
918 | /* Ghana, Ga */
|
---|
919 | static const char main_key_gh_ga[MAIN_LEN][2] =
|
---|
920 | {
|
---|
921 | "`~","1!","2@","3#","4\xb5","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
922 | "[\x90","wW","eE","rR","tT","yY","uU","iI","oO","pP","[{","]}",
|
---|
923 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","'\"","\\|",
|
---|
924 | "zZ","T\x86","KJ","vV","bB","nN","mM",",<",".>","/?","<>","\x0\x0","\x0\x0"
|
---|
925 | };
|
---|
926 |
|
---|
927 | /* Georgia */
|
---|
928 | static const char main_key_ge[MAIN_LEN][2] =
|
---|
929 | {
|
---|
930 | "\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0",
|
---|
931 | "\xe5q","\xec\xed","\xd4""e","\xe0\xe6","\xe2\xd7","\xe7y","\xe3u","\xd8i","\xddo","\xdep","[{","]}",
|
---|
932 | "\xd0""a","\xe1\xe8","\xd3""d","\xe4""f","\xd2g","\xf0h","\xef\xdf","\xd9k","\xdal",";:","'\"","\\|",
|
---|
933 | "\xd6\xeb","\xeex","\xea\xe9","\xd5v","\xd1""b","\xdcn","\xdbm",",<",".>","/?","\xab\xbb","\x0\x0","\x0\x0"
|
---|
934 | };
|
---|
935 |
|
---|
936 | /* Georgia, Russian */
|
---|
937 | static const char main_key_ge_ru[MAIN_LEN][2] =
|
---|
938 | {
|
---|
939 | "^~","1!","2@","3#","4;","5:","6,","7.","8*","9(","0)","-_","#|",
|
---|
940 | "\xe6q","\xeaw","\xe3""e","\xd9r","\xd4t","\xdcy","\xd2u","\xe8i","\xeco","\xd6p","\xee[","\xef]",
|
---|
941 | "\xe4""a","\xd7s","\xd5""d","\xd0""f","\xdeg","\xe0h","\xddj","\xdak","\xd3l","\xdf;","\xeb%","\\|",
|
---|
942 | "\xedz","\xe9x","\xe1""c","\xdbv","\xd8""b","\xe2n","\xe5m","\xd1<","\xe7>","\xf0?","\xab\xbb","\x0\x0","\x0\x0"
|
---|
943 | };
|
---|
944 |
|
---|
945 | /* Germany */
|
---|
946 | static const char main_key_de[MAIN_LEN][2] =
|
---|
947 | {
|
---|
948 | "R\xb0","1!","2\"","3\xa7","4$","5%","6&","7/","8(","9)","0=","\xdf?","QP",
|
---|
949 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xfc\xdc","+*",
|
---|
950 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xd6","\xe4\xc4","#'",
|
---|
951 | "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
952 | };
|
---|
953 |
|
---|
954 | /* Germany, Dead acute */
|
---|
955 | static const char main_key_de_deadacute[MAIN_LEN][2] =
|
---|
956 | {
|
---|
957 | "^\xb0","1!","2\"","3\xa7","4$","5%","6&","7/","8(","9)","0=","\xdf?","Q`",
|
---|
958 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xfc\xdc","+*",
|
---|
959 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xd6","\xe4\xc4","#'",
|
---|
960 | "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
961 | };
|
---|
962 |
|
---|
963 | /* Germany, Dead grave acute */
|
---|
964 | static const char main_key_de_deadgraveacute[MAIN_LEN][2] =
|
---|
965 | {
|
---|
966 | "^\xb0","1!","2\"","3\xa7","4$","5%","6&","7/","8(","9)","0=","\xdf?","QP",
|
---|
967 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xfc\xdc","+*",
|
---|
968 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xd6","\xe4\xc4","#'",
|
---|
969 | "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
970 | };
|
---|
971 |
|
---|
972 | /* Germany, Eliminate dead keys */
|
---|
973 | static const char main_key_de_nodeadkeys[MAIN_LEN][2] =
|
---|
974 | {
|
---|
975 | "^\xb0","1!","2\"","3\xa7","4$","5%","6&","7/","8(","9)","0=","\xdf?","\xb4`",
|
---|
976 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xfc\xdc","+*",
|
---|
977 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xd6","\xe4\xc4","#'",
|
---|
978 | "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
979 | };
|
---|
980 |
|
---|
981 | /* Germany, Eliminate dead keys, acute replaced by apostrophe */
|
---|
982 | static const char main_key_de_nodeadkeys_noacute[MAIN_LEN][2] =
|
---|
983 | {
|
---|
984 | "^\xb0","1!","2\"","3\xa7","4$","5%","6&","7/","8(","9)","0=","\xdf?","\x27`",
|
---|
985 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xfc\xdc","+*",
|
---|
986 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xd6","\xe4\xc4","#'",
|
---|
987 | "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
988 | };
|
---|
989 |
|
---|
990 | /* Germany, Dvorak */
|
---|
991 | static const char main_key_de_dvorak[MAIN_LEN][2] =
|
---|
992 | {
|
---|
993 | "^\xb0","1!","2\"","3\xa7","4$","5%","6&","7/","8(","9)","0=","+*","<>",
|
---|
994 | "\xfc\xdc",",;",".:","pP","yY","fF","gG","cC","tT","zZ","?\xdf","/\\",
|
---|
995 | "aA","oO","eE","iI","uU","hH","dD","rR","nN","sS","lL","-_",
|
---|
996 | "\xf6\xd6","qQ","jJ","kK","xX","bB","mM","wW","vV","#'","\xe4\xc4","\x0\x0","\x0\x0"
|
---|
997 | };
|
---|
998 |
|
---|
999 | /* Germany, Neostyle */
|
---|
1000 | static const char main_key_de_neo[MAIN_LEN][2] =
|
---|
1001 | {
|
---|
1002 | "R\xb0","1!","2\"","3\xb6","4$","5%","6&","7/","8(","9)","0=","-_","QP",
|
---|
1003 | "qQ","vV","lL","cC","wW","kK","hH","gG","fF","jJ","\xdf?","+*",
|
---|
1004 | "uU","iI","aA","eE","oO","sS","nN","rR","tT","dD","yY","#'",
|
---|
1005 | "\xf6\xd6","\xfc\xdc","\xe4\xc4","pP","zZ","bB","mM",",;",".:","xX","<>","\x0\x0","\x0\x0"
|
---|
1006 | };
|
---|
1007 |
|
---|
1008 | /* Germany, paragraph */
|
---|
1009 | static const char main_key_de_para[MAIN_LEN][2] =
|
---|
1010 | {
|
---|
1011 | "R\xb0","1!","2\"","3\xb6","4$","5%","6&","7/","8(","9)","0=","\xdf?","QP",
|
---|
1012 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xfc\xdc","+*",
|
---|
1013 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xd6","\xe4\xc4","#'",
|
---|
1014 | "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1015 | };
|
---|
1016 |
|
---|
1017 | /* Germany, Dead acute, paragraph */
|
---|
1018 | static const char main_key_de_deadacute_para[MAIN_LEN][2] =
|
---|
1019 | {
|
---|
1020 | "^\xb0","1!","2\"","3\xb6","4$","5%","6&","7/","8(","9)","0=","\xdf?","Q`",
|
---|
1021 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xfc\xdc","+*",
|
---|
1022 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xd6","\xe4\xc4","#'",
|
---|
1023 | "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1024 | };
|
---|
1025 |
|
---|
1026 | /* Germany, Dead grave acute, paragraph */
|
---|
1027 | static const char main_key_de_deadgraveacute_para[MAIN_LEN][2] =
|
---|
1028 | {
|
---|
1029 | "^\xb0","1!","2\"","3\xb6","4$","5%","6&","7/","8(","9)","0=","\xdf?","QP",
|
---|
1030 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xfc\xdc","+*",
|
---|
1031 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xd6","\xe4\xc4","#'",
|
---|
1032 | "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1033 | };
|
---|
1034 |
|
---|
1035 | /* Germany, Eliminate dead keys, paragraph */
|
---|
1036 | static const char main_key_de_nodeadkeys_para[MAIN_LEN][2] =
|
---|
1037 | {
|
---|
1038 | "^\xb0","1!","2\"","3\xb6","4$","5%","6&","7/","8(","9)","0=","\xdf?","\xb4`",
|
---|
1039 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xfc\xdc","+*",
|
---|
1040 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xd6","\xe4\xc4","#'",
|
---|
1041 | "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1042 | };
|
---|
1043 |
|
---|
1044 | /* Germany, Eliminate dead keys, acute replaced by apostrophe, paragraph */
|
---|
1045 | static const char main_key_de_nodeadkeys_noacute_para[MAIN_LEN][2] =
|
---|
1046 | {
|
---|
1047 | "^\xb0","1!","2\"","3\xb6","4$","5%","6&","7/","8(","9)","0=","\xdf?","\x27`",
|
---|
1048 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xfc\xdc","+*",
|
---|
1049 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xd6","\xe4\xc4","#'",
|
---|
1050 | "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1051 | };
|
---|
1052 |
|
---|
1053 | /* Germany, Dvorak, paragraph */
|
---|
1054 | static const char main_key_de_dvorak_para[MAIN_LEN][2] =
|
---|
1055 | {
|
---|
1056 | "^\xb0","1!","2\"","3\xb6","4$","5%","6&","7/","8(","9)","0=","+*","<>",
|
---|
1057 | "\xfc\xdc",",;",".:","pP","yY","fF","gG","cC","tT","zZ","?\xdf","/\\",
|
---|
1058 | "aA","oO","eE","iI","uU","hH","dD","rR","nN","sS","lL","-_",
|
---|
1059 | "\xf6\xd6","qQ","jJ","kK","xX","bB","mM","wW","vV","#'","\xe4\xc4","\x0\x0","\x0\x0"
|
---|
1060 | };
|
---|
1061 |
|
---|
1062 | /* Germany, Sun dead keys */
|
---|
1063 | static const char main_key_de_sun[MAIN_LEN][2] =
|
---|
1064 | {
|
---|
1065 | "^\xb0","1!","2\"","3\xa7","4$","5%","6&","7/","8(","9)","0=","\xdf?","\x3\x0",
|
---|
1066 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xfc\xdc","+*",
|
---|
1067 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xd6","\xe4\xc4","#'",
|
---|
1068 | "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1069 | };
|
---|
1070 |
|
---|
1071 | /* Greece */
|
---|
1072 | static const char main_key_gr[MAIN_LEN][2] =
|
---|
1073 | {
|
---|
1074 | "`~","1!","2@","3#","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
1075 | ";:","\xf3\xd2","\xe5\xc5","\xf1\xd1","\xf4\xd4","\xf5\xd5","\xe8\xc8","\xe9\xc9","\xef\xcf","\xf0\xd0","[{","]}",
|
---|
1076 | "\xe1\xc1","\xf2\xd2","\xe4\xc4","\xf6\xd6","\xe3\xc3","\xe7\xc7","\xee\xce","\xea\xca","\xeb\xcb","QW","'\"","\\|",
|
---|
1077 | "\xe6\xc6","\xf7\xd7","\xf8\xd8","\xf9\xd9","\xe2\xc2","\xed\xcd","\xec\xcc",",<",".>","/?","\xab\xbb","\x0\x0","\x0\x0"
|
---|
1078 | };
|
---|
1079 |
|
---|
1080 | /* Greece, Eliminate dead keys */
|
---|
1081 | static const char main_key_gr_nodeadkeys[MAIN_LEN][2] =
|
---|
1082 | {
|
---|
1083 | "`~","1!","2@","3#","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
1084 | ";:","\xf3\xd2","\xe5\xc5","\xf1\xd1","\xf4\xd4","\xf5\xd5","\xe8\xc8","\xe9\xc9","\xef\xcf","\xf0\xd0","[{","]}",
|
---|
1085 | "\xe1\xc1","\xf2\xd2","\xe4\xc4","\xf6\xd6","\xe3\xc3","\xe7\xc7","\xee\xce","\xea\xca","\xeb\xcb",";:","'\"","\\|",
|
---|
1086 | "\xe6\xc6","\xf7\xd7","\xf8\xd8","\xf9\xd9","\xe2\xc2","\xed\xcd","\xec\xcc",",<",".>","/?","\xab\xbb","\x0\x0","\x0\x0"
|
---|
1087 | };
|
---|
1088 |
|
---|
1089 | /* Greece, Polytonic */
|
---|
1090 | static const char main_key_gr_polytonic[MAIN_LEN][2] =
|
---|
1091 | {
|
---|
1092 | "`~","1!","2@","3#","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
1093 | ";:","\xf3\xd2","\xe5\xc5","\xf1\xd1","\xf4\xd4","\xf5\xd5","\xe8\xc8","\xe9\xc9","\xef\xcf","\xf0\xd0","SW","]\xff",
|
---|
1094 | "\xe1\xc1","\xf2\xd2","\xe4\xc4","\xf6\xd6","\xe3\xc3","\xe7\xc7","\xee\xce","\xea\xca","\xeb\xcb","Q\x13","P\x14","\\|",
|
---|
1095 | "\xe6\xc6","\xf7\xd7","\xf8\xd8","\xf9\xd9","\xe2\xc2","\xed\xcd","\xec\xcc",",<",".>","/?","\xab\xbb","\x0\x0","\x0\x0"
|
---|
1096 | };
|
---|
1097 |
|
---|
1098 | /* Hungary */
|
---|
1099 | static const char main_key_hu[MAIN_LEN][2] =
|
---|
1100 | {
|
---|
1101 | "0\xa7","1'","2\"","3+","4!","5%","6/","7=","8(","9)","\xf6\xd6","\xfc\xdc","\xf3\xd3",
|
---|
1102 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xf5\xd5","\xfa\xda",
|
---|
1103 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe9\xc9","\xe1\xc1","\xfb\xdb",
|
---|
1104 | "yY","xX","cC","vV","bB","nN","mM",",?",".:","-_","\xed\xcd","\x0\x0","\x0\x0"
|
---|
1105 | };
|
---|
1106 |
|
---|
1107 | /* Hungary, qwerty */
|
---|
1108 | static const char main_key_hu_qwerty[MAIN_LEN][2] =
|
---|
1109 | {
|
---|
1110 | "\xed\xcd","1'","2\"","3+","4!","5%","6/","7=","8(","9)","\xf6\xd6","\xfc\xdc","\xf3\xd3",
|
---|
1111 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xf5\xd5","\xfa\xda",
|
---|
1112 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe9\xc9","\xe1\xc1","\xfb\xdb",
|
---|
1113 | "zZ","xX","cC","vV","bB","nN","mM",",?",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1114 | };
|
---|
1115 |
|
---|
1116 | /* Hungary, 101/qwertz/comma/Dead keys */
|
---|
1117 | static const char main_key_hu_101_qwertz_comma_dead[MAIN_LEN][2] =
|
---|
1118 | {
|
---|
1119 | "\xed\xcd","1'","2\"","3+","4!","5%","6/","7=","8(","9)","\xf6\xd6","\xfc\xdc","\xf3\xd3",
|
---|
1120 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xf5\xd5","\xfa\xda",
|
---|
1121 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe9\xc9","\xe1\xc1","\xfb\xdb",
|
---|
1122 | "yY","xX","cC","vV","bB","nN","mM",",?",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1123 | };
|
---|
1124 |
|
---|
1125 | /* Hungary, 102/qwerty/comma/Dead keys */
|
---|
1126 | static const char main_key_hu_102_qwerty_comma_dead[MAIN_LEN][2] =
|
---|
1127 | {
|
---|
1128 | "0\xa7","1'","2\"","3+","4!","5%","6/","7=","8(","9)","\xf6\xd6","\xfc\xdc","\xf3\xd3",
|
---|
1129 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xf5\xd5","\xfa\xda",
|
---|
1130 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe9\xc9","\xe1\xc1","\xfb\xdb",
|
---|
1131 | "zZ","xX","cC","vV","bB","nN","mM",",?",".:","-_","\xed\xcd","\x0\x0","\x0\x0"
|
---|
1132 | };
|
---|
1133 |
|
---|
1134 | /* Iceland */
|
---|
1135 | static const char main_key_is[MAIN_LEN][2] =
|
---|
1136 | {
|
---|
1137 | "\xb0\xa8","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","\xf6\xd6","-_",
|
---|
1138 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xf0\xd0","'?",
|
---|
1139 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe6\xc6","Q\xc4","+*",
|
---|
1140 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","\xfe\xde","<>","\x0\x0","\x0\x0"
|
---|
1141 | };
|
---|
1142 |
|
---|
1143 | /* Iceland, Sun dead keys */
|
---|
1144 | static const char main_key_is_Sundeadkeys[MAIN_LEN][2] =
|
---|
1145 | {
|
---|
1146 | "\x1\xb0","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","\xf6\xd6","\x3\x0",
|
---|
1147 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xfc\xdc","+*",
|
---|
1148 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xd6","\xe4\xc4","#\xb4",
|
---|
1149 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","\xfe\xde","<>","\x0\x0","\x0\x0"
|
---|
1150 | };
|
---|
1151 |
|
---|
1152 | /* Iceland, Eliminate dead keys */
|
---|
1153 | static const char main_key_is_nodeadkeys[MAIN_LEN][2] =
|
---|
1154 | {
|
---|
1155 | "^\xb0","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","\xf6\xd6","'`",
|
---|
1156 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xfc\xdc","+*",
|
---|
1157 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xd6","\xe4\xc4","#\xb4",
|
---|
1158 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","\xfe\xde","<>","\x0\x0","\x0\x0"
|
---|
1159 | };
|
---|
1160 |
|
---|
1161 | /* Iceland, Macintosh */
|
---|
1162 | static const char main_key_is_mac[MAIN_LEN][2] =
|
---|
1163 | {
|
---|
1164 | "\xa3\xa7","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","\xf6\xd6","-_",
|
---|
1165 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xf0\xd0","'?",
|
---|
1166 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe6\xc6","QW","+*",
|
---|
1167 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","\xfe\xde","<>","\x0\x0","\x0\x0"
|
---|
1168 | };
|
---|
1169 |
|
---|
1170 | /* Israel */
|
---|
1171 | static const char main_key_il[MAIN_LEN][2] =
|
---|
1172 | {
|
---|
1173 | ";~","1!","2@","3#","4$","5%","6^","7&","8*","9)","0(","-_","=+",
|
---|
1174 | "/Q","'W","\xf7""E","\xf8R","\xe0T","\xe8Y","\xe5U","\xefI","\xedO","\xf4P","]}","[{",
|
---|
1175 | "\xf9""A","\xe3S","\xe2""D","\xeb""F","\xf2G","\xe9H","\xe7J","\xecK","\xeaL","\xf3:",",\"","\\\\",
|
---|
1176 | "\xe6Z","\xf1X","\xe1""C","\xe4V","\xf0""B","\xeeN","\xf6M","\xfa>","\xf5<",".?","<>","\x0\x0","\x0\x0"
|
---|
1177 | };
|
---|
1178 |
|
---|
1179 | /* Israel, lyx */
|
---|
1180 | static const char main_key_il_lyx[MAIN_LEN][2] =
|
---|
1181 | {
|
---|
1182 | ";~","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","9)","0(","-\xbe","\x0\x0",
|
---|
1183 | "//","''","\xf7\xb8","\xf8\xbc","\xe0\xe","\xe8\xf","\xe5\xb9","\xef\xef","\xed\xed","\xf4\xb7","]}","[{",
|
---|
1184 | "\xf9\xb0","\xe3\xbc","\xe2\xe2","\xeb\xeb","\xf2\xc2","\xe9\xc1","\xe7\xb4","\xec\xaa","\xea\xea","\xf3:",",\"","\\|",
|
---|
1185 | "\xe6\xe6","\xf1\xb6","\xe1\xbb","\xe4\xb1","\xf0\xb2","\xee\xb3","\xf6\xb5","\xfa>","\xf5<",".?","<>","\x0\x0","\x0\x0"
|
---|
1186 | };
|
---|
1187 |
|
---|
1188 | /* Israel, Phonetic */
|
---|
1189 | static const char main_key_il_phonetic[MAIN_LEN][2] =
|
---|
1190 | {
|
---|
1191 | "\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","=+",
|
---|
1192 | "\xf7\xf7","\xe5\xe5","\xe0\xe0","\xf8\xf8","\xfa\xe8","\xf2\xf2","\xe5\xe5","\xe9\xe9","\xf1\xf1","\xf4\xf3","\x0\x0","\x0\x0",
|
---|
1193 | "\xe0\xe0","\xf9\xf9","\xe3\xe3","\xf4\xf3","\xe2\xe2","\xe4\xe4","\xe9\xe9","\xeb\xea","\xec\xec","\x0\x0","\x0\x0","\\|",
|
---|
1194 | "\xe6\xe6","\xe7\xe7","\xf6\xf5","\xe5\xe5","\xe1\xe1","\xf0\xef","\xee\xed","\x0\x0","\x0\x0","\x0\x0","<>","\x0\x0","\x0\x0"
|
---|
1195 | };
|
---|
1196 |
|
---|
1197 | /* Italy */
|
---|
1198 | static const char main_key_it[MAIN_LEN][2] =
|
---|
1199 | {
|
---|
1200 | "\\|","1!","2\"","3\xa3","4$","5%","6&","7/","8(","9)","0=","'?","\xec^",
|
---|
1201 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xe8\xe9","+*",
|
---|
1202 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf2\xe7","\xe0\xb0","\xf9\xa7",
|
---|
1203 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1204 | };
|
---|
1205 |
|
---|
1206 | /* Italy, Macintosh */
|
---|
1207 | static const char main_key_it_mac[MAIN_LEN][2] =
|
---|
1208 | {
|
---|
1209 | "@#","&1","\"2","'3","(4","\xe7""5","\xe8""6",")7","\xa3""8","\xe0""9","\xe9""0","-_","=+",
|
---|
1210 | "qQ","zZ","eE","rR","tT","yY","uU","iI","oO","pP","\xec^","$*",
|
---|
1211 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","mM","\xf9%","\xa7\xb0",
|
---|
1212 | "wW","xX","cC","vV","bB","nN",",?",";.",":/","\xf2!","<>","\x0\x0","\x0\x0"
|
---|
1213 | };
|
---|
1214 |
|
---|
1215 | /* Japan */
|
---|
1216 | static const char main_key_jp[MAIN_LEN][2] =
|
---|
1217 | {
|
---|
1218 | "\x0\x0","1!","2\"","3#","4$","5%","6&","7'","8(","9)","0~","-=","^~",
|
---|
1219 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","@`","[{",
|
---|
1220 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";+",":*","]}",
|
---|
1221 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?","<>","\\_","\\|"
|
---|
1222 | };
|
---|
1223 |
|
---|
1224 | /* Kyrgyzstan */
|
---|
1225 | static const char main_key_kg[MAIN_LEN][2] =
|
---|
1226 | {
|
---|
1227 | "\xa3\xb3","1!","2\"","3\xb0","4;","5%","6:","7?","8*","9(","0)","-_","=+",
|
---|
1228 | "\xca\xea","\xc3\xe3","\xd5\xf5","\xcb\xeb","\xc5\xe5","\xce\xee","\xc7\xe7","\xdb\xfb","\xdd\xfd","\xda\xfa","\xc8\xe8","\xdf\xff",
|
---|
1229 | "\xc6\xe6","\xd9\xf9","\xd7\xf7","\xc1\xe1","\xd0\xf0","\xd2\xf2","\xcf\xef","\xcc\xec","\xc4\xe4","\xd6\xf6","\xdc\xfc","\\/",
|
---|
1230 | "\xd1\xf1","\xde\xfe","\xd3\xf3","\xcd\xed","\xc9\xe9","\xd4\xf4","\xd8\xf8","\xc2\xe2","\xc0\xe0",".,","/|","\x0\x0","\x0\x0"
|
---|
1231 | };
|
---|
1232 |
|
---|
1233 | /* Cambodia */
|
---|
1234 | static const char main_key_kh[MAIN_LEN][2] =
|
---|
1235 | {
|
---|
1236 | "\xab\xbb","\xe1!","\xe2\xd7","\xe3\"","\xe4\xdb","\xe5%","\xe6\xcd","\xe7\xd0","\xe8\xcf","\xe9(","\xe0)","\xa5\xcc","\xb2=",
|
---|
1237 | "\x86\x88","\xb9\xba","\xc1\xc2","\x9a\xac","\x8f\x91","\x99\xbd","\xbb\xbc","\xb7\xb8","\xc4\xc5","\x95\x97","\xc0\xbf","\xaa\xa7",
|
---|
1238 | "\xb6\xff","\x9f\xc3","\x8a\x8c","\x90\x92","\x84\xa2","\xa0\xc7","\xd2\x89","\x80\x82","\x9b\xa1","\xbe\xfe","\xcb\xc9","\xae\xad",
|
---|
1239 | "\x8b\x8d","\x81\x83","\x85\x87","\x9c\xfd","\x94\x96","\x93\x8e","\x98\xc6","\xfc\xfb","\xd4\xd5","\xca?","<>","\x0\x0","\x0\x0"
|
---|
1240 | };
|
---|
1241 |
|
---|
1242 | /* Kazakhstan */
|
---|
1243 | static const char main_key_kz[MAIN_LEN][2] =
|
---|
1244 | {
|
---|
1245 | "()","\xfe!","\xd9\xd8","\xa6\xb6","\xa3\xa2","\x93\x92",",;",".:","\xaf\xae","\xb1\xb0","\x9b\x9a","\xe9\xe8","\xbb\xba",
|
---|
1246 | "\xca\xea","\xc3\xe3","\xd5\xf5","\xcb\xeb","\xc5\xe5","\xce\xee","\xc7\xe7","\xdb\xfb","\xdd\xfd","\xda\xfa","\xc8\xe8","\xdf\xff",
|
---|
1247 | "\xc6\xe6","\xd9\xf9","\xd7\xf7","\xc1\xe1","\xd0\xf0","\xd2\xf2","\xcf\xef","\xcc\xec","\xc4\xe4","\xd6\xf6","\xdc\xfc","\\/",
|
---|
1248 | "\xd1\xf1","\xde\xfe","\xd3\xf3","\xcd\xed","\xc9\xe9","\xd4\xf4","\xd8\xf8","\xc2\xe2","\xc0\xe0","\xb0?","<>","\x0\x0","\x0\x0"
|
---|
1249 | };
|
---|
1250 |
|
---|
1251 | /* Kazakhstan, Russian with Kazakh */
|
---|
1252 | static const char main_key_kz_ruskaz[MAIN_LEN][2] =
|
---|
1253 | {
|
---|
1254 | "\xa3\xb3","1!","2\"","3\xb0","4;","5%","6:","7?","8*","9(","0)","-_","=+",
|
---|
1255 | "\xca\xea","\xc3\xe3","\xd5\xf5","\xcb\xeb","\xc5\xe5","\xce\xee","\xc7\xe7","\xdb\xfb","\xdd\xfd","\xda\xfa","\xc8\xe8","\xdf\xff",
|
---|
1256 | "\xc6\xe6","\xd9\xf9","\xd7\xf7","\xc1\xe1","\xd0\xf0","\xd2\xf2","\xcf\xef","\xcc\xec","\xc4\xe4","\xd6\xf6","\xdc\xfc","\\/",
|
---|
1257 | "\xd1\xf1","\xde\xfe","\xd3\xf3","\xcd\xed","\xc9\xe9","\xd4\xf4","\xd8\xf8","\xc2\xe2","\xc0\xe0",".,","<>","\x0\x0","\x0\x0"
|
---|
1258 | };
|
---|
1259 |
|
---|
1260 | /* Kazakhstan, Kazakh with Russian */
|
---|
1261 | static const char main_key_kz_kazrus[MAIN_LEN][2] =
|
---|
1262 | {
|
---|
1263 | "\xa3\xb3","1!","2\"","3\xb0","4;","5%","6:","7?","8*","9(","0)","-_","=+",
|
---|
1264 | "\xca\xea","\xa3\xa2","\xd5\xf5","\xcb\xeb","\xc5\xe5","\xce\xee","\xc7\xe7","\xdb\xfb","\x93\x92","\xda\xfa","\xc8\xe8","\xb1\xb0",
|
---|
1265 | "\xe9\xe8","\xd9\xf9","\x9b\x9a","\xc1\xe1","\xd0\xf0","\xd2\xf2","\xcf\xef","\xcc\xec","\xc4\xe4","\xd6\xf6","\xd9\xd8","\\/",
|
---|
1266 | "\xd1\xf1","\xa6\xb6","\xd3\xf3","\xcd\xed","\xc9\xe9","\xd4\xf4","\xaf\xae","\xc2\xe2","\xc0\xe0",".,","<>","\x0\x0","\x0\x0"
|
---|
1267 | };
|
---|
1268 |
|
---|
1269 | /* Laos */
|
---|
1270 | static const char main_key_la[MAIN_LEN][2] =
|
---|
1271 | {
|
---|
1272 | "\xd\xd","\xa2\xd1","\x9f\xd2","\xc2\xd3","\x96\xd4","\xb8\xcc","\xb9\xbc","\x84\xd5","\x95\xd6","\x88\xd7","\x82\xd8","\x8a\xd9","\xcd\xcd",
|
---|
1273 | "\xbb\xbb","\xc4\xd0","\xb3\xb3","\x9e_","\xb0+","\xb4\xb4","\xb5\xb5","\xa3\xae","\x99\x99","\x8d\xbd","\x9a-","\xa5}",
|
---|
1274 | "\xb1\xb1","\xab;","\x81.","\x94,","\xc0:","\xc9\xca","\xc8\xcb","\xb2!","\xaa?","\xa7%","\x87=","\xdc\xdd",
|
---|
1275 | "\x9c\xad","\x9b(","\xc1\xaf","\xad\xad","\xb6\xb6","\xb7\xb7","\x97\xc6","\xa1`","\xc3$","\x9d)","<>","\x0\x0","\x0\x0"
|
---|
1276 | };
|
---|
1277 |
|
---|
1278 | /* Latin American */
|
---|
1279 | static const char main_key_latam[MAIN_LEN][2] =
|
---|
1280 | {
|
---|
1281 | "|\xb0","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","'?","\xbf\xa1",
|
---|
1282 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","QW","+*",
|
---|
1283 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf1\xd1","{[","}]",
|
---|
1284 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1285 | };
|
---|
1286 |
|
---|
1287 | /* Latin American, Eliminate dead keys */
|
---|
1288 | static const char main_key_latam_nodeadkeys[MAIN_LEN][2] =
|
---|
1289 | {
|
---|
1290 | "|\xb0","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","'?","\xbf\xa1",
|
---|
1291 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","`^","+*",
|
---|
1292 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf1\xd1","\xb4\xa8","\xe7\xc7",
|
---|
1293 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1294 | };
|
---|
1295 |
|
---|
1296 | /* Latin American, Sun dead keys */
|
---|
1297 | static const char main_key_latam_sundeadkeys[MAIN_LEN][2] =
|
---|
1298 | {
|
---|
1299 | "|\xb0","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","'?","\xbf\xa1",
|
---|
1300 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\x0\x1","+*",
|
---|
1301 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf1\xd1","\x3\x4","}]",
|
---|
1302 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1303 | };
|
---|
1304 |
|
---|
1305 | /* Lithuania */
|
---|
1306 | static const char main_key_lt[MAIN_LEN][2] =
|
---|
1307 | {
|
---|
1308 | "`~","\xb1\xa1","\xe8\xc8","\xea\xca","\xec\xcc","\xe7\xc7","\xb9\xa9","\xf9\xd9","\xfe\xde","\xfe(","\xd2)","-_","\xbe\xae",
|
---|
1309 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","[{","]}",
|
---|
1310 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","'\"","\\|",
|
---|
1311 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?","\xaa\xac","\x0\x0","\x0\x0"
|
---|
1312 | };
|
---|
1313 |
|
---|
1314 | /* Lithuania, Standard */
|
---|
1315 | static const char main_key_lt_std[MAIN_LEN][2] =
|
---|
1316 | {
|
---|
1317 | "`~","!1","-2","/3",";4",":5",",6",".7","=8","(9",")0","?+","xX",
|
---|
1318 | "\xb1\xa1","\xbe\xae","eE","rR","tT","yY","uU","iI","oO","pP","\xe7\xc7","wW",
|
---|
1319 | "aA","sS","dD","\xb9\xa9","gG","hH","jJ","kK","lL","\xf9\xd9","\xec\xcc","qQ",
|
---|
1320 | "zZ","\xfe\xde","cC","vV","bB","nN","mM","\xe8\xc8","fF","\xea\xca","<>","\x0\x0","\x0\x0"
|
---|
1321 | };
|
---|
1322 |
|
---|
1323 | /* Lithuania, US keyboard with Lithuanian letters */
|
---|
1324 | static const char main_key_lt_us[MAIN_LEN][2] =
|
---|
1325 | {
|
---|
1326 | "`~","1!","2@","3#","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
1327 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","[{","]}",
|
---|
1328 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","'\"","\\|",
|
---|
1329 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?","\xaa\xac","\x0\x0","\x0\x0"
|
---|
1330 | };
|
---|
1331 |
|
---|
1332 | /* Lithuania, IBM (LST 1205-92) */
|
---|
1333 | static const char main_key_lt_ibm[MAIN_LEN][2] =
|
---|
1334 | {
|
---|
1335 | "`~","!1","\"2","/3",";4",":5",",6",".7","?8","(9",")0","_-","+=",
|
---|
1336 | "\xb1\xa1","\xbe\xae","eE","rR","tT","yY","uU","iI","oO","pP","\xe7\xc7","\xfe\xd2",
|
---|
1337 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf9\xd9","\xec\xcc","\\|",
|
---|
1338 | "zZ","\xfe\xde","cC","vV","bB","nN","mM","\xe8\xc8","\xb9\xa9","\xea\xca","<>","\x0\x0","\x0\x0"
|
---|
1339 | };
|
---|
1340 |
|
---|
1341 | /* Latvia, Apostrophe (') variant */
|
---|
1342 | static const char main_key_lv_apostrophe[MAIN_LEN][2] =
|
---|
1343 | {
|
---|
1344 | "`~","1!","2@","3#","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
1345 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","[{","]}",
|
---|
1346 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","\x4\"","\\|",
|
---|
1347 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?","<>","\x0\x0","\x0\x0"
|
---|
1348 | };
|
---|
1349 |
|
---|
1350 | /* Latvia, Tilde (~) variant */
|
---|
1351 | static const char main_key_lv_tilde[MAIN_LEN][2] =
|
---|
1352 | {
|
---|
1353 | "\x4~","1!","2@","3#","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
1354 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","[{","]}",
|
---|
1355 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","'\"","\\|",
|
---|
1356 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?","<>","\x0\x0","\x0\x0"
|
---|
1357 | };
|
---|
1358 |
|
---|
1359 | /* Latvia, F-letter (F) variant */
|
---|
1360 | static const char main_key_lv_fkey[MAIN_LEN][2] =
|
---|
1361 | {
|
---|
1362 | "`~","1!","2@","3#","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
1363 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","[{","]}",
|
---|
1364 | "aA","sS","dD","\x4\x4","gG","hH","jJ","kK","lL",";:","'\"","\\|",
|
---|
1365 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?","<>","\x0\x0","\x0\x0"
|
---|
1366 | };
|
---|
1367 |
|
---|
1368 | /* Macedonia */
|
---|
1369 | static const char main_key_mk[MAIN_LEN][2] =
|
---|
1370 | {
|
---|
1371 | "P~","1!","2\xfe","3\xd2","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
1372 | "\xa9\xb9","\xaa\xba","\xc5\xe5","\xd2\xf2","\xd4\xf4","\xa5\xb5","\xd5\xf5","\xc9\xe9","\xcf\xef","\xd0\xf0","\xdb\xfb","\xa2\xb2",
|
---|
1373 | "\xc1\xe1","\xd3\xf3","\xc4\xe4","\xc6\xe6","\xc7\xe7","\xc8\xe8","\xa8\xb8","\xcb\xeb","\xcc\xec","\xde\xfe","\xac\xbc","\xd6\xf6",
|
---|
1374 | "\xda\xfa","\xaf\xbf","\xc3\xe3","\xd7\xf7","\xc2\xe2","\xce\xee","\xcd\xed",",;",".:","/?","<>","\x0\x0","\x0\x0"
|
---|
1375 | };
|
---|
1376 |
|
---|
1377 | /* Macedonia, Eliminate dead keys */
|
---|
1378 | static const char main_key_mk_nodeadkeys[MAIN_LEN][2] =
|
---|
1379 | {
|
---|
1380 | "`~","1!","2\xfe","3\xd2","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
1381 | "\xa9\xb9","\xaa\xba","\xc5\xe5","\xd2\xf2","\xd4\xf4","\xa5\xb5","\xd5\xf5","\xc9\xe9","\xcf\xef","\xd0\xf0","\xdb\xfb","\xa2\xb2",
|
---|
1382 | "\xc1\xe1","\xd3\xf3","\xc4\xe4","\xc6\xe6","\xc7\xe7","\xc8\xe8","\xa8\xb8","\xcb\xeb","\xcc\xec","\xde\xfe","\xac\xbc","\xd6\xf6",
|
---|
1383 | "\xda\xfa","\xaf\xbf","\xc3\xe3","\xd7\xf7","\xc2\xe2","\xce\xee","\xcd\xed",",;",".:","/?","<>","\x0\x0","\x0\x0"
|
---|
1384 | };
|
---|
1385 |
|
---|
1386 | /* Malta */
|
---|
1387 | static const char main_key_mt[MAIN_LEN][2] =
|
---|
1388 | {
|
---|
1389 | "\xe5\xc5","1!","2@","3\xac","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
1390 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xf5\xd5","\xb1\xa1",
|
---|
1391 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","'\"","\\|",
|
---|
1392 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?","\xbf\xaf","\x0\x0","\x0\x0"
|
---|
1393 | };
|
---|
1394 |
|
---|
1395 | /* Malta, Maltese keyboard with US layout */
|
---|
1396 | static const char main_key_mt_us[MAIN_LEN][2] =
|
---|
1397 | {
|
---|
1398 | "\xe5\xc5","1!","2@","3\xac","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
1399 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xf5\xd5","\xb1\xa1",
|
---|
1400 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","'\"","\xbf\xaf",
|
---|
1401 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?","\xbf\xaf","\x0\x0","\x0\x0"
|
---|
1402 | };
|
---|
1403 |
|
---|
1404 | /* Mongolia */
|
---|
1405 | static const char main_key_mn[MAIN_LEN][2] =
|
---|
1406 | {
|
---|
1407 | "=+","1\xb0","2-","3\"","4\xae","5:","6.","7_","8,","9%","0?","\xc5\xe5","\xdd\xfd",
|
---|
1408 | "\xc6\xe6","\xc3\xe3","\xd5\xf5","\xd6\xf6","\xdc\xfc","\xce\xee","\xc7\xe7","\xdb\xfb","\xaf\xae","\xda\xfa","\xcb\xeb","\xdf\xff",
|
---|
1409 | "\xca\xea","\xd9\xf9","\xc2\xe2","\xe9\xe8","\xc1\xe1","\xc8\xe8","\xd2\xf2","\xcf\xef","\xcc\xec","\xc4\xe4","\xd0\xf0","!|",
|
---|
1410 | "\xd1\xf1","\xde\xfe","\xa3\xb3","\xd3\xf3","\xcd\xed","\xc9\xe9","\xd4\xf4","\xd8\xf8","\xd7\xf7","\xc0\xe0","()","\x0\x0","\x0\x0"
|
---|
1411 | };
|
---|
1412 |
|
---|
1413 | /* Norway */
|
---|
1414 | static const char main_key_no[MAIN_LEN][2] =
|
---|
1415 | {
|
---|
1416 | "|\xa7","1!","2\"","3#","4\xa4","5%","6&","7/","8(","9)","0=","+?","\\P",
|
---|
1417 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xe5\xc5","WR",
|
---|
1418 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf8\xd8","\xe6\xc6","'*",
|
---|
1419 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1420 | };
|
---|
1421 |
|
---|
1422 | /* Norway, Eliminate dead keys */
|
---|
1423 | static const char main_key_no_nodeadkeys[MAIN_LEN][2] =
|
---|
1424 | {
|
---|
1425 | "|\xa7","1!","2\"","3#","4\xa4","5%","6&","7/","8(","9)","0=","+?","\\`",
|
---|
1426 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xe5\xc5","\xa8^",
|
---|
1427 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf8\xd8","\xe6\xc6","'*",
|
---|
1428 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1429 | };
|
---|
1430 |
|
---|
1431 | /* Norway, Dvorak */
|
---|
1432 | static const char main_key_no_dvorak[MAIN_LEN][2] =
|
---|
1433 | {
|
---|
1434 | "|\xa7","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","+?","\\`",
|
---|
1435 | "\xe5\xc5",",;",".:","pP","yY","fF","gG","cC","rR","lL","'*","~^",
|
---|
1436 | "aA","oO","eE","uU","iI","dD","hH","tT","nN","sS","-_","<>",
|
---|
1437 | "\xe6\xc6","qQ","jJ","kK","xX","bB","mM","wW","vV","zZ","\xf8\xd8","\x0\x0","\x0\x0"
|
---|
1438 | };
|
---|
1439 |
|
---|
1440 | /* Norway, Northern Saami */
|
---|
1441 | static const char main_key_no_smi[MAIN_LEN][2] =
|
---|
1442 | {
|
---|
1443 | "|\xa7","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","+?","\\`",
|
---|
1444 | "\xe1\xc1","\xb9\xa9","eE","rR","tT","yY","uU","iI","oO","pP","\xe5\xc5","\xbf\xbd",
|
---|
1445 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf8\xd8","\xe6\xc6","\xf0\xd0",
|
---|
1446 | "zZ","\xe8\xc8","cC","vV","bB","nN","mM",",;",".:","-_","\xbe\xae","\x0\x0","\x0\x0"
|
---|
1447 | };
|
---|
1448 |
|
---|
1449 | /* Norway, Macintosh */
|
---|
1450 | static const char main_key_no_mac[MAIN_LEN][2] =
|
---|
1451 | {
|
---|
1452 | "|\xa7","1!","2\"","3#","4\xa4","5%","6&","7/","8(","9)","0=","+?","PQ",
|
---|
1453 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xe5\xc5","\xa8^",
|
---|
1454 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf8\xd8","\xe6\xc6","@*",
|
---|
1455 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1456 | };
|
---|
1457 |
|
---|
1458 | /* Norway, Macintosh, eliminate dead keys */
|
---|
1459 | static const char main_key_no_mac_nodeadkeys[MAIN_LEN][2] =
|
---|
1460 | {
|
---|
1461 | "|\xa7","1!","2\"","3#","4\xa4","5%","6&","7/","8(","9)","0=","+?","`\xb4",
|
---|
1462 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xe5\xc5","\xa8^",
|
---|
1463 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf8\xd8","\xe6\xc6","@*",
|
---|
1464 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1465 | };
|
---|
1466 |
|
---|
1467 | /* Poland, qwertz */
|
---|
1468 | static const char main_key_pl_qwertz[MAIN_LEN][2] =
|
---|
1469 | {
|
---|
1470 | "\xff\\","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","+?","'*",
|
---|
1471 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xbf\xf1","\xb6\xe6",
|
---|
1472 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xb3\xa3","\xb1\xea","\xf3\xbc",
|
---|
1473 | "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1474 | };
|
---|
1475 |
|
---|
1476 | /* Portugal */
|
---|
1477 | static const char main_key_pt[MAIN_LEN][2] =
|
---|
1478 | {
|
---|
1479 | "\\|","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","'?","\xab\xbb",
|
---|
1480 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","+*","QP",
|
---|
1481 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe7\xc7","\xba\xaa","SR",
|
---|
1482 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1483 | };
|
---|
1484 |
|
---|
1485 | /* Portugal, Eliminate dead keys */
|
---|
1486 | static const char main_key_pt_nodeadkeys[MAIN_LEN][2] =
|
---|
1487 | {
|
---|
1488 | "\\|","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","'?","\xab\xbb",
|
---|
1489 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","+*","\xb4`",
|
---|
1490 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe7\xc7","\xba\xaa","~^",
|
---|
1491 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1492 | };
|
---|
1493 |
|
---|
1494 | /* Portugal, Sun dead keys */
|
---|
1495 | static const char main_key_pt_sundeadkeys[MAIN_LEN][2] =
|
---|
1496 | {
|
---|
1497 | "\\|","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","'?","\xab\xbb",
|
---|
1498 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","+*","\x3\x0",
|
---|
1499 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe7\xc7","\xba\xaa","\x2\x1",
|
---|
1500 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1501 | };
|
---|
1502 |
|
---|
1503 | /* Portugal, Macintosh */
|
---|
1504 | static const char main_key_pt_mac[MAIN_LEN][2] =
|
---|
1505 | {
|
---|
1506 | "`~","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","'?","+*",
|
---|
1507 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xba\xaa","QP",
|
---|
1508 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe7\xc7","SR","\\|",
|
---|
1509 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1510 | };
|
---|
1511 |
|
---|
1512 | /* Portugal, Macintosh, eliminate dead keys */
|
---|
1513 | static const char main_key_pt_mac_nodeadkeys[MAIN_LEN][2] =
|
---|
1514 | {
|
---|
1515 | "`~","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","'?","+*",
|
---|
1516 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xba\xaa","\xb4`",
|
---|
1517 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe7\xc7","~^","\\|",
|
---|
1518 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1519 | };
|
---|
1520 |
|
---|
1521 | /* Portugal, Macintosh, Sun dead keys */
|
---|
1522 | static const char main_key_pt_mac_sundeadkeys[MAIN_LEN][2] =
|
---|
1523 | {
|
---|
1524 | "`~","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","'?","+*",
|
---|
1525 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xba\xaa","\x3\x0",
|
---|
1526 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe7\xc7","\x2\x1","\\|",
|
---|
1527 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1528 | };
|
---|
1529 |
|
---|
1530 | /* Romania */
|
---|
1531 | static const char main_key_ro[MAIN_LEN][2] =
|
---|
1532 | {
|
---|
1533 | "`~","1!","2@","3#","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
1534 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","[{","]}",
|
---|
1535 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","'\"","\\|",
|
---|
1536 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?","\\|","\x0\x0","\x0\x0"
|
---|
1537 | };
|
---|
1538 |
|
---|
1539 | /* Romania, Standard */
|
---|
1540 | static const char main_key_ro_std[MAIN_LEN][2] =
|
---|
1541 | {
|
---|
1542 | "\xfe\xd3","1!","2@","3#","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
1543 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xe3\xc3","\xee\xce",
|
---|
1544 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xba\xaa","\xfe\xde","\xe2\xc2",
|
---|
1545 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","/?","\\|","\x0\x0","\x0\x0"
|
---|
1546 | };
|
---|
1547 |
|
---|
1548 | /* Romania, Standard (Commabelow) */
|
---|
1549 | static const char main_key_ro_academic[MAIN_LEN][2] =
|
---|
1550 | {
|
---|
1551 | "\xfe\xd3","1!","2@","3#","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
1552 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xe3\xc3","\xee\xce",
|
---|
1553 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\x19\x18","\x1b\x1a","\xe2\xc2",
|
---|
1554 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","/?","\\|","\x0\x0","\x0\x0"
|
---|
1555 | };
|
---|
1556 |
|
---|
1557 | /* Romania, Winkeys */
|
---|
1558 | static const char main_key_ro_winkeys[MAIN_LEN][2] =
|
---|
1559 | {
|
---|
1560 | "][","1!","2\"","3#","4\xa4","5%","6&","7/","8(","9)","0=","+?","'*",
|
---|
1561 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xe3\xc3","\xee\xce",
|
---|
1562 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xba\xaa","\xfe\xde","\xe2\xc2",
|
---|
1563 | "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1564 | };
|
---|
1565 |
|
---|
1566 | /* Russia */
|
---|
1567 | static const char main_key_ru[MAIN_LEN][2] =
|
---|
1568 | {
|
---|
1569 | "\xa3\xb3","1!","2\"","3#","4*","5:","6,","7.","8;","9(","0)","-_","=+",
|
---|
1570 | "\xca\xea","\xc3\xe3","\xd5\xf5","\xcb\xeb","\xc5\xe5","\xce\xee","\xc7\xe7","\xdb\xfb","\xdd\xfd","\xda\xfa","\xc8\xe8","\xdf\xff",
|
---|
1571 | "\xc6\xe6","\xd9\xf9","\xd7\xf7","\xc1\xe1","\xd0\xf0","\xd2\xf2","\xcf\xef","\xcc\xec","\xc4\xe4","\xd6\xf6","\xdc\xfc","\\|",
|
---|
1572 | "\xd1\xf1","\xde\xfe","\xd3\xf3","\xcd\xed","\xc9\xe9","\xd4\xf4","\xd8\xf8","\xc2\xe2","\xc0\xe0","/?","/|","\x0\x0","\x0\x0"
|
---|
1573 | };
|
---|
1574 |
|
---|
1575 | /* Russia, Phonetic */
|
---|
1576 | static const char main_key_ru_phonetic[MAIN_LEN][2] =
|
---|
1577 | {
|
---|
1578 | "\xc0\xe0","1!","2@","3\xa3","4\xb3","5\xdf","6\xff","7&","8*","9(","0)","\x0\x0","\xde\xfe",
|
---|
1579 | "\xd1\xf1","\xd7\xf7","\xc5\xe5","\xd2\xf2","\xd4\xf4","\xd9\xf9","\xd5\xf5","\xc9\xe9","\xcf\xef","\xd0\xf0","\xdb\xfb","\xdd\xfd",
|
---|
1580 | "\xc1\xe1","\xd3\xf3","\xc4\xe4","\xc6\xe6","\xc7\xe7","\xc8\xe8","\xca\xea","\xcb\xeb","\xcc\xec",";:","'\"","\xdc\xfc",
|
---|
1581 | "\xda\xfa","\xd8\xf8","\xc3\xe3","\xd6\xf6","\xc2\xe2","\xce\xee","\xcd\xed",",<",".>","/?","|\xa6","\x0\x0","\x0\x0"
|
---|
1582 | };
|
---|
1583 |
|
---|
1584 | /* Russia, Typewriter */
|
---|
1585 | static const char main_key_ru_typewriter[MAIN_LEN][2] =
|
---|
1586 | {
|
---|
1587 | "'\"","!1","\xb0""2","/3",";4",":5",",6",".7","_8","?9","%0","-_","=+",
|
---|
1588 | "\xca\xea","\xc3\xe3","\xd5\xf5","\xcb\xeb","\xc5\xe5","\xce\xee","\xc7\xe7","\xdb\xfb","\xdd\xfd","\xda\xfa","\xc8\xe8","\xdf\xff",
|
---|
1589 | "\xc6\xe6","\xd9\xf9","\xd7\xf7","\xc1\xe1","\xd0\xf0","\xd2\xf2","\xcf\xef","\xcc\xec","\xc4\xe4","\xd6\xf6","\xdc\xfc","()",
|
---|
1590 | "\xd1\xf1","\xde\xfe","\xd3\xf3","\xcd\xed","\xc9\xe9","\xd4\xf4","\xd8\xf8","\xc2\xe2","\xc0\xe0","\xa3\xb3","/|","\x0\x0","\x0\x0"
|
---|
1591 | };
|
---|
1592 |
|
---|
1593 | /* Russia, Tatar */
|
---|
1594 | static const char main_key_ru_tt[MAIN_LEN][2] =
|
---|
1595 | {
|
---|
1596 | "\xbb\xba","1!","2\"","3\xb0","4;","5%","6:","7?","8*","9(","0)","-_","=+",
|
---|
1597 | "\xca\xea","\xe9\xe8","\xd5\xf5","\xcb\xeb","\xc5\xe5","\xce\xee","\xc7\xe7","\xdb\xfb","\xd9\xd8","\xda\xfa","\xc8\xe8","\xaf\xae",
|
---|
1598 | "\xc6\xe6","\xd9\xf9","\xd7\xf7","\xc1\xe1","\xd0\xf0","\xd2\xf2","\xcf\xef","\xcc\xec","\xc4\xe4","\xa3\xa2","\xdc\xfc","\\/",
|
---|
1599 | "\xd1\xf1","\xde\xfe","\xd3\xf3","\xcd\xed","\xc9\xe9","\xd4\xf4","\x97\x96","\xc2\xe2","\xc0\xe0",".,","/|","\x0\x0","\x0\x0"
|
---|
1600 | };
|
---|
1601 |
|
---|
1602 | /* Russia, Ossetian */
|
---|
1603 | static const char main_key_ru_os[MAIN_LEN][2] =
|
---|
1604 | {
|
---|
1605 | "\xdc\xfc","1!","2\"","3#","4*","5:","6,","7.","8;","9(","0)","-_","=+",
|
---|
1606 | "\xca\xea","\xc3\xe3","\xd5\xf5","\xcb\xeb","\xc5\xe5","\xce\xee","\xc7\xe7","\xdb\xfb","\xdd\xfd","\xda\xfa","\xc8\xe8","\xdf\xff",
|
---|
1607 | "\xc6\xe6","\xd9\xf9","\xd7\xf7","\xc1\xe1","\xd0\xf0","\xd2\xf2","\xcf\xef","\xcc\xec","\xc4\xe4","\xd6\xf6","\xd5\xd4","\\|",
|
---|
1608 | "\xd1\xf1","\xde\xfe","\xd3\xf3","\xcd\xed","\xc9\xe9","\xd4\xf4","\xd8\xf8","\xc2\xe2","\xc0\xe0","/?","/|","\x0\x0","\x0\x0"
|
---|
1609 | };
|
---|
1610 |
|
---|
1611 | /* Russia, Ossetian, Winkeys */
|
---|
1612 | static const char main_key_ru_os_winkeys[MAIN_LEN][2] =
|
---|
1613 | {
|
---|
1614 | "\xdc\xfc","1!","2\"","3\xb0","4;","5%","6:","7?","8*","9(","0)","-_","=+",
|
---|
1615 | "\xca\xea","\xc3\xe3","\xd5\xf5","\xcb\xeb","\xc5\xe5","\xce\xee","\xc7\xe7","\xdb\xfb","\xdd\xfd","\xda\xfa","\xc8\xe8","\xdf\xff",
|
---|
1616 | "\xc6\xe6","\xd9\xf9","\xd7\xf7","\xc1\xe1","\xd0\xf0","\xd2\xf2","\xcf\xef","\xcc\xec","\xc4\xe4","\xd6\xf6","\xd5\xd4","\\/",
|
---|
1617 | "\xd1\xf1","\xde\xfe","\xd3\xf3","\xcd\xed","\xc9\xe9","\xd4\xf4","\xd8\xf8","\xc2\xe2","\xc0\xe0",".,","/|","\x0\x0","\x0\x0"
|
---|
1618 | };
|
---|
1619 |
|
---|
1620 | /* Serbia and Montenegro */
|
---|
1621 | static const char main_key_cs[MAIN_LEN][2] =
|
---|
1622 | {
|
---|
1623 | "`~","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","'?","+*",
|
---|
1624 | "\xa9\xb9","\xaa\xba","\xc5\xe5","\xd2\xf2","\xd4\xf4","\xda\xfa","\xd5\xf5","\xc9\xe9","\xcf\xef","\xd0\xf0","\xdb\xfb","\xa1\xb1",
|
---|
1625 | "\xc1\xe1","\xd3\xf3","\xc4\xe4","\xc6\xe6","\xc7\xe7","\xc8\xe8","\xa8\xb8","\xcb\xeb","\xcc\xec","\xde\xfe","\xab\xbb","\xd6\xf6",
|
---|
1626 | "\xd6\xf6","\xaf\xbf","\xc3\xe3","\xd7\xf7","\xc2\xe2","\xce\xee","\xcd\xed",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1627 | };
|
---|
1628 |
|
---|
1629 | /* Serbia and Montenegro, Z and ZHE swapped */
|
---|
1630 | static const char main_key_cs_yz[MAIN_LEN][2] =
|
---|
1631 | {
|
---|
1632 | "`~","1!","2\"","3#","4$","5%","6&","7/","8(","9)","0=","'?","+*",
|
---|
1633 | "\xa9\xb9","\xaa\xba","\xc5\xe5","\xd2\xf2","\xd4\xf4","\xd6\xf6","\xd5\xf5","\xc9\xe9","\xcf\xef","\xd0\xf0","\xdb\xfb","\xa1\xb1",
|
---|
1634 | "\xc1\xe1","\xd3\xf3","\xc4\xe4","\xc6\xe6","\xc7\xe7","\xc8\xe8","\xa8\xb8","\xcb\xeb","\xcc\xec","\xde\xfe","\xab\xbb","\xd6\xf6",
|
---|
1635 | "\xda\xfa","\xaf\xbf","\xc3\xe3","\xd7\xf7","\xc2\xe2","\xce\xee","\xcd\xed",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1636 | };
|
---|
1637 |
|
---|
1638 | /* Slovakia */
|
---|
1639 | static const char main_key_sk[MAIN_LEN][2] =
|
---|
1640 | {
|
---|
1641 | ";X","+1","\xb5""2","\xb9""3","\xe8""4","\xbb""5","\xbe""6","\xfd""7","\xe1""8","\xed""9","\xe9""0","=%","QZ",
|
---|
1642 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xfa/","\xe4(",
|
---|
1643 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf4\"","\xa7!","\xf2)",
|
---|
1644 | "yY","xX","cC","vV","bB","nN","mM",",?",".:","-_","\\|","\x0\x0","\x0\x0"
|
---|
1645 | };
|
---|
1646 |
|
---|
1647 | /* Slovakia, Extended Backslash */
|
---|
1648 | static const char main_key_sk_bksl[MAIN_LEN][2] =
|
---|
1649 | {
|
---|
1650 | ";X","+1","\xb5""2","\xb9""3","\xe8""4","\xbb""5","\xbe""6","\xfd""7","\xe1""8","\xed""9","\xe9""0","=%","QZ",
|
---|
1651 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xfa/","\xe4(",
|
---|
1652 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf4\"","\xa7!","\\|",
|
---|
1653 | "yY","xX","cC","vV","bB","nN","mM",",?",".:","-_","\\|","\x0\x0","\x0\x0"
|
---|
1654 | };
|
---|
1655 |
|
---|
1656 | /* Slovakia, qwerty */
|
---|
1657 | static const char main_key_sk_qwerty[MAIN_LEN][2] =
|
---|
1658 | {
|
---|
1659 | ";X","+1","\xb5""2","\xb9""3","\xe8""4","\xbb""5","\xbe""6","\xfd""7","\xe1""8","\xed""9","\xe9""0","=%","QZ",
|
---|
1660 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xfa/","\xe4(",
|
---|
1661 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf4\"","\xa7!","\xf2)",
|
---|
1662 | "zZ","xX","cC","vV","bB","nN","mM",",?",".:","-_","\\|","\x0\x0","\x0\x0"
|
---|
1663 | };
|
---|
1664 |
|
---|
1665 | /* Slovakia, qwerty, extended Backslash */
|
---|
1666 | static const char main_key_sk_qwerty_bksl[MAIN_LEN][2] =
|
---|
1667 | {
|
---|
1668 | ";X","+1","\xb5""2","\xb9""3","\xe8""4","\xbb""5","\xbe""6","\xfd""7","\xe1""8","\xed""9","\xe9""0","=%","QZ",
|
---|
1669 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xfa/","\xe4(",
|
---|
1670 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf4\"","\xa7!","\\|",
|
---|
1671 | "zZ","xX","cC","vV","bB","nN","mM",",?",".:","-_","\\|","\x0\x0","\x0\x0"
|
---|
1672 | };
|
---|
1673 |
|
---|
1674 | /* Spain */
|
---|
1675 | static const char main_key_es[MAIN_LEN][2] =
|
---|
1676 | {
|
---|
1677 | "\xba\xaa","1!","2\"","3\xb7","4$","5%","6&","7/","8(","9)","0=","'?","\xa1\xbf",
|
---|
1678 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","PR","+*",
|
---|
1679 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf1\xd1","QW","\xe7\xc7",
|
---|
1680 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1681 | };
|
---|
1682 |
|
---|
1683 | /* Spain, Eliminate dead keys */
|
---|
1684 | static const char main_key_es_nodeadkeys[MAIN_LEN][2] =
|
---|
1685 | {
|
---|
1686 | "\xba\xaa","1!","2\"","3\xb7","4$","5%","6&","7/","8(","9)","0=","'?","\xa1\xbf",
|
---|
1687 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","`^","+*",
|
---|
1688 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf1\xd1","\xb4\xa8","\xe7\xc7",
|
---|
1689 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1690 | };
|
---|
1691 |
|
---|
1692 | /* Spain, Sun dead keys */
|
---|
1693 | static const char main_key_es_sundeadkeys[MAIN_LEN][2] =
|
---|
1694 | {
|
---|
1695 | "\xba\xaa","1!","2\"","3\xb7","4$","5%","6&","7/","8(","9)","0=","'?","\xa1\xbf",
|
---|
1696 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\x0\x1","+*",
|
---|
1697 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf1\xd1","\x3\x4","\xe7\xc7",
|
---|
1698 | "zZ","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1699 | };
|
---|
1700 |
|
---|
1701 | /* Spain, Dvorak */
|
---|
1702 | static const char main_key_es_dvorak[MAIN_LEN][2] =
|
---|
1703 | {
|
---|
1704 | "\xba\xaa","1!","2\"","3\xb7","4$","5%","6&","7/","8(","9)","0=","'?","\xa1\xbf",
|
---|
1705 | ".:",",;","\xf1\xd1","pP","yY","fF","gG","cC","hH","lL","PR","+*",
|
---|
1706 | "aA","oO","eE","uU","iI","dD","rR","tT","nN","sS","QW","\xe7\xc7",
|
---|
1707 | "-_","qQ","jJ","kK","xX","bB","mM","wW","vV","zZ","<>","\x0\x0","\x0\x0"
|
---|
1708 | };
|
---|
1709 |
|
---|
1710 | /* Sweden, Dvorak */
|
---|
1711 | static const char main_key_se_dvorak[MAIN_LEN][2] =
|
---|
1712 | {
|
---|
1713 | "\xa7\xbd","1!","2\"","3#","4\xa4","5%","6&","7/","8(","9)","0=","+?","QP",
|
---|
1714 | "\xe5\xc5","\xe4\xc4","\xf6\xd6","pP","yY","fF","gG","cC","rR","lL",",;","WR",
|
---|
1715 | "aA","oO","eE","uU","iI","dD","hH","tT","nN","sS","-_","'*",
|
---|
1716 | ".:","qQ","jJ","kK","xX","bB","mM","wW","vV","zZ","<>","\x0\x0","\x0\x0"
|
---|
1717 | };
|
---|
1718 |
|
---|
1719 | /* Sweden, Russian phonetic */
|
---|
1720 | static const char main_key_se_rus[MAIN_LEN][2] =
|
---|
1721 | {
|
---|
1722 | "\xa3\xb3","1!","2\"","3#","4\xa4","5%","6&","7/","8(","9)","0=","+?","\xdf\xff",
|
---|
1723 | "\xd1\xf1","\xd7\xf7","\xc5\xe5","\xd2\xf2","\xd4\xf4","\xd9\xf9","\xd5\xf5","\xc9\xe9","\xcf\xef","\xd0\xf0","\xdc\xfc","WR",
|
---|
1724 | "\xc1\xe1","\xd3\xf3","\xc4\xe4","\xc6\xe6","\xc7\xe7","\xc8\xe8","\xca\xea","\xcb\xeb","\xcc\xec","\xdb\xfb","\xdd\xfd","\xc0\xe0",
|
---|
1725 | "\xda\xfa","\xd8\xf8","\xc3\xe3","\xd6\xf6","\xc2\xe2","\xce\xee","\xcd\xed",",;",".:","-_","\xde\xfe","\x0\x0","\x0\x0"
|
---|
1726 | };
|
---|
1727 |
|
---|
1728 | /* Switzerland */
|
---|
1729 | static const char main_key_ch[MAIN_LEN][2] =
|
---|
1730 | {
|
---|
1731 | "\xa7\xb0","1+","2\"","3*","4\xe7","5%","6&","7/","8(","9)","0=","'?","RP",
|
---|
1732 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xfc\xe8","W!",
|
---|
1733 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xe9","\xe4\xe0","$\xa3",
|
---|
1734 | "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1735 | };
|
---|
1736 |
|
---|
1737 | /* Switzerland, German, eliminate dead keys */
|
---|
1738 | static const char main_key_ch_de_nodeadkeys[MAIN_LEN][2] =
|
---|
1739 | {
|
---|
1740 | "\xa7\xb0","1+","2\"","3*","4\xe7","5%","6&","7/","8(","9)","0=","'?","^`",
|
---|
1741 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xfc\xe8","\xa8!",
|
---|
1742 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xe9","\xe4\xe0","$\xa3",
|
---|
1743 | "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1744 | };
|
---|
1745 |
|
---|
1746 | /* Switzerland, German, Sun dead keys */
|
---|
1747 | static const char main_key_ch_de_sundeadkeys[MAIN_LEN][2] =
|
---|
1748 | {
|
---|
1749 | "\xa7\xb0","1+","2\"","3*","4\xe7","5%","6&","7/","8(","9)","0=","'?","\x1\x0",
|
---|
1750 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xfc\xe8","\x4!",
|
---|
1751 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xf6\xe9","\xe4\xe0","$\xa3",
|
---|
1752 | "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1753 | };
|
---|
1754 |
|
---|
1755 | /* Switzerland, French */
|
---|
1756 | static const char main_key_ch_fr[MAIN_LEN][2] =
|
---|
1757 | {
|
---|
1758 | "\xa7\xb0","1+","2\"","3*","4\xe7","5%","6&","7/","8(","9)","0=","'?","RP",
|
---|
1759 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xe8\xfc","W!",
|
---|
1760 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe9\xf6","\xe0\xe4","$\xa3",
|
---|
1761 | "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1762 | };
|
---|
1763 |
|
---|
1764 | /* Switzerland, French, eliminate dead keys */
|
---|
1765 | static const char main_key_ch_fr_nodeadkeys[MAIN_LEN][2] =
|
---|
1766 | {
|
---|
1767 | "\xa7\xb0","1+","2\"","3*","4\xe7","5%","6&","7/","8(","9)","0=","'?","^`",
|
---|
1768 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xe8\xfc","\xa8!",
|
---|
1769 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe9\xf6","\xe0\xe4","$\xa3",
|
---|
1770 | "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1771 | };
|
---|
1772 |
|
---|
1773 | /* Switzerland, French, Sun dead keys */
|
---|
1774 | static const char main_key_ch_fr_sundeadkeys[MAIN_LEN][2] =
|
---|
1775 | {
|
---|
1776 | "\xa7\xb0","1+","2\"","3*","4\xe7","5%","6&","7/","8(","9)","0=","'?","\x1\x0",
|
---|
1777 | "qQ","wW","eE","rR","tT","zZ","uU","iI","oO","pP","\xe8\xfc","\x4!",
|
---|
1778 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe9\xf6","\xe0\xe4","$\xa3",
|
---|
1779 | "yY","xX","cC","vV","bB","nN","mM",",;",".:","-_","<>","\x0\x0","\x0\x0"
|
---|
1780 | };
|
---|
1781 |
|
---|
1782 | /* Syria, Syriac */
|
---|
1783 | static const char main_key_sy_syc[MAIN_LEN][2] =
|
---|
1784 | {
|
---|
1785 | "\xf.","1!","2\xa","3%","4I","5p","6q","7\xa","8\xbb","9)","0(","-\xab","=+",
|
---|
1786 | "\x14""0","(3","\x16""6","):","&=","\x1c@","%A","\x17\x8","\x1e\x4","\x1a\x7","\x13\x3","\x15J",
|
---|
1787 | "+1","#4","\x1d""7","\x12;","\x20>","\x10\x11",",\xe0","\"$","!1","\x1f#","\x1b""0","\x6:",
|
---|
1788 | "]2","[5","$8","*<","'?","\x0""9",".B","\x18\xac","\x19\xbb","\x7\xbf","<>","\x0\x0","\x0\x0"
|
---|
1789 | };
|
---|
1790 |
|
---|
1791 | /* Syria, Syriac phonetic */
|
---|
1792 | static const char main_key_sy_syc_phonetic[MAIN_LEN][2] =
|
---|
1793 | {
|
---|
1794 | "\xf.","1!","2\xa","3%","4I","5p","6q","7\xa","8\xbb","9)","0(","-\xab","=+",
|
---|
1795 | ")0","\x18""3","\x16""6","*:",",=","\x1d@","\x1c""A","%\x8","'\x4","&\x7","]\x3","[J",
|
---|
1796 | "\x10""1","#4","\x15""7","\x14;","\x13>","\x17\x11","\x1b\xe0","\x1f$","\x20""1","\x1a#","\x1e""0","\x6:",
|
---|
1797 | "\x19""2","(5","$8","+<","\x12?","\"9","!B","\x0\xac",".\xbb","\x7\xbf","<>","\x0\x0","\x0\x0"
|
---|
1798 | };
|
---|
1799 |
|
---|
1800 | /* Tajikistan */
|
---|
1801 | static const char main_key_tj[MAIN_LEN][2] =
|
---|
1802 | {
|
---|
1803 | "\xa3\xb3","1!","2\"","3'","4*","5:","6,","7.","8;","9(","0)","-_","=+",
|
---|
1804 | "\xca\xea","\xc3\xe3","\xd5\xf5","\xcb\xeb","\xc5\xe5","\xce\xee","\xc7\xe7","\xdb\xfb","[T","\xda\xfa","\xc8\xe8","\xdf\xff",
|
---|
1805 | "\xc6\xe6","\xd9\xf9","\xd7\xf7","\xc1\xe1","\xd0\xf0","\xd2\xf2","\xcf\xef","\xcc\xec","\xc4\xe4","\xd6\xf6","\xdc\xfc","\\|",
|
---|
1806 | "\xd1\xf1","\xde\xfe","\xd3\xf3","\xcd\xed","\xc9\xe9","\xd4\xf4","\xd8\xf8","\xc2\xe2","\xc0\xe0","/?","|\xa6","\x0\x0","\x0\x0"
|
---|
1807 | };
|
---|
1808 |
|
---|
1809 | /* Sri Lanka */
|
---|
1810 | static const char main_key_lk[MAIN_LEN][2] =
|
---|
1811 | {
|
---|
1812 | "`~","1!","2@","3#","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
1813 | "\x8d\x8e","\x87\x88","\x91\x92","\xbb\xca","\xa7\xa8","\xba\xca","\x8b\x8c","\x89\x8a","\x94\x95","\xb4\xb5","[{","]}",
|
---|
1814 | "\x85\x86","\xc3\xc2","\xa9\xaa","\xc6""F","\x9c\x9d","\xc4\x83","\xa2\xa3","\x9a\x9b","\xbd\xc5",";:","'\"","\\|",
|
---|
1815 | "\xa4\xa5","\xac\xb3","\xa0\xa1","\xc0V","\xb6\xb7","\xb1\xab","\xb8\xb9",",<",".>","/?","<>","\x0\x0","\x0\x0"
|
---|
1816 | };
|
---|
1817 |
|
---|
1818 | /* Thailand */
|
---|
1819 | static const char main_key_th[MAIN_LEN][2] =
|
---|
1820 | {
|
---|
1821 | "_%","\xe5+","/\xf1","-\xf2","\xc0\xf3","\xb6\xf4","\xd8\xd9","\xd6\xdf","\xa4\xf5","\xb5\xf6","\xa8\xf7","\xa2\xf8","\xaa\xf9",
|
---|
1822 | "\xe6\xf0","\xe4\"","\xd3\xae","\xbe\xb1","\xd0\xb8","\xd1\xed","\xd5\xea","\xc3\xb3","\xb9\xcf","\xc2\xad","\xba\xb0","\xc5,",
|
---|
1823 | "\xbf\xc4","\xcb\xa6","\xa1\xaf","\xb4\xe2","\xe0\xac","\xe9\xe7","\xe8\xeb","\xd2\xc9","\xca\xc8","\xc7\xab","\xa7.","\xa3\xa5",
|
---|
1824 | "\xbc(","\xbb)","\xe1\xa9","\xcd\xce","\xd4\xda","\xd7\xec","\xb7?","\xc1\xb2","\xe3\xcc","\xbd\xc6","<>","\x0\x0","\x0\x0"
|
---|
1825 | };
|
---|
1826 |
|
---|
1827 | /* Thailand, TIS-820.2538 */
|
---|
1828 | static const char main_key_th_tis[MAIN_LEN][2] =
|
---|
1829 | {
|
---|
1830 | "O[","\xdf\xe5","/\xf1","-\xf2","\xc0\xf3","\xb6\xf4","\xd8\xd9","\xd6N","\xa4\xf5","\xb5\xf6","\xa8\xf7","\xa2\xf8","\xaa\xf9",
|
---|
1831 | "\xe6\xf0","\xe4\"","\xd3\xae","\xbe\xb1","\xd0\xb8","\xd1\xed","\xd5\xea","\xc3\xb3","\xb9\xcf","\xc2\xad","\xba\xb0","\xc5,",
|
---|
1832 | "\xbf\xc4","\xcb\xa6","\xa1\xaf","\xb4\xe2","\xe0\xac","\xe9\xe7","\xe8\xeb","\xd2\xc9","\xca\xc8","\xc7\xab","\xa7.","\xa5\xa3",
|
---|
1833 | "\xbc(","\xbb)","\xe1\xa9","\xcd\xce","\xd4\xda","\xd7\xec","\xb7?","\xc1\xb2","\xe3\xcc","\xbd\xc6","<>","\x0\x0","\x0\x0"
|
---|
1834 | };
|
---|
1835 |
|
---|
1836 | /* Thailand, Pattachote */
|
---|
1837 | static const char main_key_th_pat[MAIN_LEN][2] =
|
---|
1838 | {
|
---|
1839 | "_\xdf","=+","\xf2\"","\xf3/","\xf4,","\xf5?","\xd9\xd8","\xf7_","\xf8.","\xf9(","\xf0)","\xf1-","\xf6%",
|
---|
1840 | "\xe7\xea","\xb5\xc4","\xc2\xe6","\xcd\xad","\xc3\xc9","\xe8\xd6","\xb4\xbd","\xc1\xab","\xc7\xb6","\xe1\xb2","\xe3\xcf","\xac\xc6",
|
---|
1841 | "\xe9\xeb","\xb7\xb8","\xa7\xd3","\xa1\xb3","\xd1\xec","\xd5\xd7","\xd2\xbc","\xb9\xaa","\xe0\xe2","\xe4\xa6","\xa2\xb1","\xe5\xed",
|
---|
1842 | "\xba\xae","\xbb\xaf","\xc5\xb0","\xcb\xc0","\xd4\xda","\xa4\xc8","\xca\xce","\xd0\xbf","\xa8\xa9","\xbe\xcc","<>","\x0\x0","\x0\x0"
|
---|
1843 | };
|
---|
1844 |
|
---|
1845 | /* Turkey */
|
---|
1846 | static const char main_key_tr[MAIN_LEN][2] =
|
---|
1847 | {
|
---|
1848 | "\"\\","1!","2'","3^","4+","5%","6&","7/","8(","9)","0=","*?","-_",
|
---|
1849 | "qQ","wW","eE","rR","tT","yY","uU","\xb9I","oO","pP","\xbb\xab","\xfc\xdc",
|
---|
1850 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xba\xaa","i\xa9",",;",
|
---|
1851 | "zZ","xX","cC","vV","bB","nN","mM","\xf6\xd6","\xe7\xc7",".:","<>","\x0\x0","\x0\x0"
|
---|
1852 | };
|
---|
1853 |
|
---|
1854 | /* Turkey, (F) */
|
---|
1855 | static const char main_key_tr_f[MAIN_LEN][2] =
|
---|
1856 | {
|
---|
1857 | "+*","1!","2\"","3^","4$","5%","6&","7'","8(","9)","0=","/?","-_",
|
---|
1858 | "fF","gG","\xbb\xab","\xb9I","oO","dD","rR","nN","hH","pP","qQ","wW",
|
---|
1859 | "uU","i\xa9","eE","aA","\xfc\xdc","tT","kK","mM","lL","yY","\xba\xaa","xX",
|
---|
1860 | "jJ","\xf6\xd6","vV","cC","\xe7\xc7","zZ","sS","bB",".:",",;","<>","\x0\x0","\x0\x0"
|
---|
1861 | };
|
---|
1862 |
|
---|
1863 | /* Ukraine */
|
---|
1864 | static const char main_key_ua[MAIN_LEN][2] =
|
---|
1865 | {
|
---|
1866 | "'~","1!","2\"","3#","4*","5:","6,","7.","8;","9(","0)","-_","=+",
|
---|
1867 | "\xca\xea","\xc3\xe3","\xd5\xf5","\xcb\xeb","\xc5\xe5","\xce\xee","\xc7\xe7","\xdb\xfb","\xdd\xfd","\xda\xfa","\xc8\xe8","\xa7\xb7",
|
---|
1868 | "\xc6\xe6","\xa6\xb6","\xd7\xf7","\xc1\xe1","\xd0\xf0","\xd2\xf2","\xcf\xef","\xcc\xec","\xc4\xe4","\xd6\xf6","\xa4\xb4","\xad\xbd",
|
---|
1869 | "\xd1\xf1","\xde\xfe","\xd3\xf3","\xcd\xed","\xc9\xe9","\xd4\xf4","\xd8\xf8","\xc2\xe2","\xc0\xe0","/?","/|","\x0\x0","\x0\x0"
|
---|
1870 | };
|
---|
1871 |
|
---|
1872 | /* Ukraine, Phonetic */
|
---|
1873 | static const char main_key_ua_phonetic[MAIN_LEN][2] =
|
---|
1874 | {
|
---|
1875 | "'~","1!","2\"","3#","4*","5:","6,","7.","8;","9(","0)","-_","=+",
|
---|
1876 | "\xd1\xf1","\xd7\xf7","\xc5\xe5","\xd2\xf2","\xd4\xf4","\xc9\xc9","\xd5\xf5","\xa6\xb6","\xcf\xef","\xd0\xf0","\xdb\xfb","\xdd\xfd",
|
---|
1877 | "\xc1\xe1","\xd3\xf3","\xc4\xe4","\xc6\xe6","\xc7\xe7","\xc8\xe8","\xca\xea","\xcb\xeb","\xcc\xec","\xad\xbd","\xde\xfe","\xc0\xe0",
|
---|
1878 | "\xda\xfa","\xd8\xf8","\xc3\xe3","\xd6\xf6","\xc2\xe2","\xce\xee","\xcd\xed","\xa7\xb7","\xa4\xb4","/?","/|","\x0\x0","\x0\x0"
|
---|
1879 | };
|
---|
1880 |
|
---|
1881 | /* Ukraine, Typewriter */
|
---|
1882 | static const char main_key_ua_typewriter[MAIN_LEN][2] =
|
---|
1883 | {
|
---|
1884 | "'\"","!1","\xb0""2","/3",";4",":5",",6",".7","_8","?9","%0","-_","=+",
|
---|
1885 | "\xca\xea","\xc3\xe3","\xd5\xf5","\xcb\xeb","\xc5\xe5","\xce\xee","\xc7\xe7","\xdb\xfb","\xdd\xfd","\xda\xfa","\xc8\xe8","\xad\xbd",
|
---|
1886 | "\xc6\xe6","\xc9\xe9","\xd7\xf7","\xc1\xe1","\xd0\xf0","\xd2\xf2","\xcf\xef","\xcc\xec","\xc4\xe4","\xd6\xf6","\xa4\xb4","()",
|
---|
1887 | "\xd1\xf1","\xde\xfe","\xd3\xf3","\xcd\xed","\xa6\xb6","\xd4\xf4","\xd8\xf8","\xc2\xe2","\xc0\xe0","\xa7\xb7","/|","\x0\x0","\x0\x0"
|
---|
1888 | };
|
---|
1889 |
|
---|
1890 | /* Ukraine, Winkeys */
|
---|
1891 | static const char main_key_ua_winkeys[MAIN_LEN][2] =
|
---|
1892 | {
|
---|
1893 | "'~","1!","2\"","3\xb0","4;","5%","6:","7?","8*","9(","0)","-_","=+",
|
---|
1894 | "\xca\xea","\xc3\xe3","\xd5\xf5","\xcb\xeb","\xc5\xe5","\xce\xee","\xc7\xe7","\xdb\xfb","\xdd\xfd","\xda\xfa","\xc8\xe8","\xa7\xb7",
|
---|
1895 | "\xc6\xe6","\xa6\xb6","\xd7\xf7","\xc1\xe1","\xd0\xf0","\xd2\xf2","\xcf\xef","\xcc\xec","\xc4\xe4","\xd6\xf6","\xa4\xb4","\xad\xbd",
|
---|
1896 | "\xd1\xf1","\xde\xfe","\xd3\xf3","\xcd\xed","\xc9\xe9","\xd4\xf4","\xd8\xf8","\xc2\xe2","\xc0\xe0",".,","/|","\x0\x0","\x0\x0"
|
---|
1897 | };
|
---|
1898 |
|
---|
1899 | /* Ukraine, Standard RSTU */
|
---|
1900 | static const char main_key_ua_rstu[MAIN_LEN][2] =
|
---|
1901 | {
|
---|
1902 | "'?","!1","\"2","#3",";4",":5",",6",".7","*8","(9",")0","-_","=+",
|
---|
1903 | "\xca\xea","\xc3\xe3","\xd5\xf5","\xcb\xeb","\xc5\xe5","\xce\xee","\xc7\xe7","\xdb\xfb","\xdd\xfd","\xda\xfa","\xc8\xe8","\xad\xbd",
|
---|
1904 | "\xc6\xe6","\xc9\xe9","\xd7\xf7","\xc1\xe1","\xd0\xf0","\xd2\xf2","\xcf\xef","\xcc\xec","\xc4\xe4","\xd6\xf6","\xa4\xb4","/%",
|
---|
1905 | "\xd1\xf1","\xde\xfe","\xd3\xf3","\xcd\xed","\xa6\xb6","\xd4\xf4","\xd8\xf8","\xc2\xe2","\xc0\xe0","\xa7\xb7","/|","\x0\x0","\x0\x0"
|
---|
1906 | };
|
---|
1907 |
|
---|
1908 | /* Ukraine, Standard RSTU on Russian layout */
|
---|
1909 | static const char main_key_ua_rstu_ru[MAIN_LEN][2] =
|
---|
1910 | {
|
---|
1911 | "'?","!1","\"2","#3",";4",":5",",6",".7","*8","(9",")0","-_","=+",
|
---|
1912 | "\xca\xea","\xc3\xe3","\xd5\xf5","\xcb\xeb","\xc5\xe5","\xce\xee","\xc7\xe7","\xdb\xfb","\xdd\xfd","\xda\xfa","\xc8\xe8","\xdf\xff",
|
---|
1913 | "\xc6\xe6","\xd9\xf9","\xd7\xf7","\xc1\xe1","\xd0\xf0","\xd2\xf2","\xcf\xef","\xcc\xec","\xc4\xe4","\xd6\xf6","\xdc\xfc","/%",
|
---|
1914 | "\xd1\xf1","\xde\xfe","\xd3\xf3","\xcd\xed","\xc9\xe9","\xd4\xf4","\xd8\xf8","\xc2\xe2","\xc0\xe0","\xa3\xb3","/|","\x0\x0","\x0\x0"
|
---|
1915 | };
|
---|
1916 |
|
---|
1917 | /* United Kingdom */
|
---|
1918 | static const char main_key_gb[MAIN_LEN][2] =
|
---|
1919 | {
|
---|
1920 | "`\xac","1!","2\"","3\xa3","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
1921 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","[{","]}",
|
---|
1922 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","'@","#~",
|
---|
1923 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?","\\|","\x0\x0","\x0\x0"
|
---|
1924 | };
|
---|
1925 |
|
---|
1926 | /* United Kingdom, International (with dead keys) */
|
---|
1927 | static const char main_key_gb_intl[MAIN_LEN][2] =
|
---|
1928 | {
|
---|
1929 | "P\xac","1!","2W","3\xa3","4$","5%","6R","7&","8*","9(","0)","-_","=+",
|
---|
1930 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","[{","]}",
|
---|
1931 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","Q@","#S",
|
---|
1932 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?","\\|","\x0\x0","\x0\x0"
|
---|
1933 | };
|
---|
1934 |
|
---|
1935 | /* United Kingdom, Dvorak */
|
---|
1936 | static const char main_key_gb_dvorak[MAIN_LEN][2] =
|
---|
1937 | {
|
---|
1938 | "`~","1!","2\"","3\xa3","4$","5%","6^","7&","8*","9(","0)","[{","]}",
|
---|
1939 | "'@",",<",".>","pP","yY","fF","gG","cC","rR","lL","/?","=+",
|
---|
1940 | "aA","oO","eE","uU","iI","dD","hH","tT","nN","sS","-_","#~",
|
---|
1941 | ";:","qQ","jJ","kK","xX","bB","mM","wW","vV","zZ","\\|","\x0\x0","\x0\x0"
|
---|
1942 | };
|
---|
1943 |
|
---|
1944 | /* United Kingdom, Macintosh */
|
---|
1945 | static const char main_key_gb_mac[MAIN_LEN][2] =
|
---|
1946 | {
|
---|
1947 | "`~","1!","2@","3\xa3","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
1948 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","[{","]}",
|
---|
1949 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","'\"","\\|",
|
---|
1950 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?","<>","\x0\x0","\x0\x0"
|
---|
1951 | };
|
---|
1952 |
|
---|
1953 | /* Uzbekistan */
|
---|
1954 | static const char main_key_uz[MAIN_LEN][2] =
|
---|
1955 | {
|
---|
1956 | "\xa3\xb3","1!","2\"","3#","4;","5%","6:","7?","8*","9(","0)","\xae\xbe","\x9b\x9a",
|
---|
1957 | "\xca\xea","\xc3\xe3","\xd5\xf5","\xcb\xeb","\xc5\xe5","\xce\xee","\xc7\xe7","\xdb\xfb","\xc8\xe8","\xdf\xff","\x93\x92","\xb3\xb2",
|
---|
1958 | "\xc6\xe6","\xda\xfa","\xd7\xf7","\xc1\xe1","\xd0\xf0","\xd2\xf2","\xcf\xef","\xcc\xec","\xc4\xe4","\xd6\xf6","\xdc\xfc","\\|",
|
---|
1959 | "\xd1\xf1","\xde\xfe","\xd3\xf3","\xcd\xed","\xc9\xe9","\xd4\xf4","\xd8\xf8","\xc2\xe2","\xc0\xe0",".,","/|","\x0\x0","\x0\x0"
|
---|
1960 | };
|
---|
1961 |
|
---|
1962 | /* Vietnam */
|
---|
1963 | static const char main_key_vn[MAIN_LEN][2] =
|
---|
1964 | {
|
---|
1965 | "`~","\xe3\xc3","\xe2\xc2","\xea\xca","\xf4\xd4","P%","a^","S&","Q*","`(","\xf0\xd0","-_","\xab+",
|
---|
1966 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xb0\xaf","\xa1\xa0",
|
---|
1967 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","'\"","\\|",
|
---|
1968 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?","<>","\x0\x0","\x0\x0"
|
---|
1969 | };
|
---|
1970 |
|
---|
1971 | /* Japan (PC-98xx Series) */
|
---|
1972 | static const char main_key_nec_vndr_jp[MAIN_LEN][2] =
|
---|
1973 | {
|
---|
1974 | "\x0\x0","1!","2\"","3#","4$","5%","6&","7'","8(","9)","00","-=","^`",
|
---|
1975 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","@~","[{",
|
---|
1976 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";+",":*","\\|",
|
---|
1977 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?","<>","\x0_","\x0\x0"
|
---|
1978 | };
|
---|
1979 |
|
---|
1980 | /* Ireland, Ogham */
|
---|
1981 | static const char main_key_ie_ogam[MAIN_LEN][2] =
|
---|
1982 | {
|
---|
1983 | "\x9c\x9c","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0","\x0\x0",
|
---|
1984 | "\x8a\x8a","\x95\x95","\x93\x93","\x8f\x8f","\x88\x88","\x98\x98","\x92\x92","\x94\x94","\x91\x91","\x9a\x9a","\x0\x0","\x0\x0",
|
---|
1985 | "\x90\x90","\x84\x84","\x87\x87","\x83\x83","\x8c\x8c","\x86\x86","\x97\x97","\x96\x96","\x82\x82","\x0\x0","\x0\x0","\x80\x80",
|
---|
1986 | "\x8e\x8e","\x99\x99","\x89\x89","\x8d\x8d","\x81\x81","\x85\x85","\x8b\x8b","\x9c\x9c","\x9b\x9b","\x80\x80","\x9b\x9c","\x0\x0","\x0\x0"
|
---|
1987 | };
|
---|
1988 |
|
---|
1989 | /* Ireland, Ogham IS434 */
|
---|
1990 | static const char main_key_ie_ogam_is434[MAIN_LEN][2] =
|
---|
1991 | {
|
---|
1992 | "`\xac","1!","2\"","3\xa3","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
1993 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","\x0\x0","\x0\x0",
|
---|
1994 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\x0\x0","\x0\x0","#~",
|
---|
1995 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?","\\|","\x0\x0","\x0\x0"
|
---|
1996 | };
|
---|
1997 |
|
---|
1998 | /* Maldives */
|
---|
1999 | static const char main_key_mv[MAIN_LEN][2] =
|
---|
2000 | {
|
---|
2001 | "`~","1!","2@","3#","4$","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
2002 | "\xb0\xa4","\x87\xa2","\xac\xad","\x83\x9c","\x8c\x93","\x94\xa0","\xaa\xab","\xa8\xa9","\xae\xaf","\x95\xf7","[{","]}",
|
---|
2003 | "\xa6\xa7","\x90\x81","\x8b\x91","\x8a\xf2","\x8e\xa3","\x80\x99","\x96\x9b","\x86\x9a","\x8d\x85",";:","'\"","\\|",
|
---|
2004 | "\x92\xa1","\xd7\x98","\x97\x9d","\x88\xa5","\x84\x9e","\x82\x8f","\x89\x9f","\xac<",".>","/\xbf","|\xa6","\x0\x0","\x0\x0"
|
---|
2005 | };
|
---|
2006 |
|
---|
2007 | /* Esperanto */
|
---|
2008 | static const char main_key_epo[MAIN_LEN][2] =
|
---|
2009 | {
|
---|
2010 | "`~","1!","2\"","3#","4$","5%","6'","7&","8*","9(","0)","-_","=+",
|
---|
2011 | "\xfe\xde","\xbc\xac","eE","rR","tT","\xf8\xd8","uU","iI","oO","pP","[{","]}",
|
---|
2012 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xfd\xdd","\xb6\xa6","\\|",
|
---|
2013 | "zZ","\xe6\xc6","cC","vV","bB","nN","mM",",;",".:","/?","<>","\x0\x0","\x0\x0"
|
---|
2014 | };
|
---|
2015 |
|
---|
2016 | /* Nepal */
|
---|
2017 | static const char main_key_np[MAIN_LEN][2] =
|
---|
2018 | {
|
---|
2019 | "=<","gg","hh","ii","jj","kk","ll","mm","nn","oo","fp","-R","=\xc",
|
---|
2020 | "\x1f\x20","L\x14","GH","0C","$%","/\x1e","AB","?@","K\x13","*+","\x7\x8","\xf\x10",
|
---|
2021 | ">\x6","86","&'","\x9\xa","\x17\x18","9\x5","\x1c\x1d","\x15\x16","23",";:","'\"","P\x3",
|
---|
2022 | "7\xb","!\"","\x1b\x1a","5\x1",",-","(#",".\x2",",\x19","de","M?","<>","\x0\x0","\x0\x0"
|
---|
2023 | };
|
---|
2024 |
|
---|
2025 | /* Nigeria */
|
---|
2026 | static const char main_key_ng[MAIN_LEN][2] =
|
---|
2027 | {
|
---|
2028 | "`~","1!","2@","3#","4\xa6","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
2029 | "qQ","wW","eE","rR","tT","yY","uU","iI","oO","pP","[{","]}",
|
---|
2030 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","'\"","\\|",
|
---|
2031 | "zZ","xX","cC","vV","bB","nN","mM",",<",".>","/?","<>","\x0\x0","\x0\x0"
|
---|
2032 | };
|
---|
2033 |
|
---|
2034 | /* Nigeria, Igbo */
|
---|
2035 | static const char main_key_ng_igbo[MAIN_LEN][2] =
|
---|
2036 | {
|
---|
2037 | "`~","1!","2@","3#","4\xa6","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
2038 | "\xcb\xca","wW","eE","rR","tT","yY","uU","iI","oO","pP","\xcd\xcc","]}",
|
---|
2039 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL","\xe5\xe4","'\"","\\|",
|
---|
2040 | "zZ","ED","cC","vV","bB","nN","mM",",<",".>","/?","<>","\x0\x0","\x0\x0"
|
---|
2041 | };
|
---|
2042 |
|
---|
2043 | /* Nigeria, Yoruba */
|
---|
2044 | static const char main_key_ng_yoruba[MAIN_LEN][2] =
|
---|
2045 | {
|
---|
2046 | "`~","1!","2@","3#","4\xa6","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
2047 | "\xb9\xb8","wW","eE","rR","tT","yY","uU","iI","oO","pP","[{","]}",
|
---|
2048 | "aA","sS","dD","fF","gG","hH","jJ","kK","lL",";:","'\"","\\|",
|
---|
2049 | "zZ","\xcd\xcc","cC","cb","bB","nN","mM",",<",".>","/?","<>","\x0\x0","\x0\x0"
|
---|
2050 | };
|
---|
2051 |
|
---|
2052 | /* Nigeria, Hausa */
|
---|
2053 | static const char main_key_ng_hausa[MAIN_LEN][2] =
|
---|
2054 | {
|
---|
2055 | "`~","1!","2@","3#","4\xa6","5%","6^","7&","8*","9(","0)","-_","=+",
|
---|
2056 | "qQ","\xfc\xdc","eE","rR","tT","yY","uU","iI","oO","pP","\xb4\xb3","\xe7\xe6",
|
---|
2057 | "aA","sS","W\x8a","fF","gG","hH","jJ","kK","lL","10","\xdd\x8e","\\|",
|
---|
2058 | "r\x9d","xX","cC","vV","bB","nN","\xf1\xd1",",<","\xe7\xc7","\xba\xaa","<>","\x0\x0","\x0\x0"
|
---|
2059 | };
|
---|
2060 |
|
---|