38453
|
1 ;;; cyrillic.el --- Quail package for inputting Cyrillic characters
|
18673
|
2
|
79727
|
3 ;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
|
67657
|
4 ;; Free Software Foundation, Inc.
|
75253
|
5 ;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
|
79727
|
6 ;; 2006, 2007, 2008
|
67657
|
7 ;; National Institute of Advanced Industrial Science and Technology (AIST)
|
|
8 ;; Registration Number H14PRO021
|
18673
|
9
|
46499
|
10 ;; Author: TAKAHASHI Naoto <ntakahas@m17n.org>
|
|
11 ;; Keywords: multilingual, input method, Cyrillic, i18n
|
18673
|
12
|
|
13 ;; This file is part of GNU Emacs.
|
|
14
|
94710
|
15 ;; GNU Emacs is free software: you can redistribute it and/or modify
|
18673
|
16 ;; it under the terms of the GNU General Public License as published by
|
94710
|
17 ;; the Free Software Foundation, either version 3 of the License, or
|
|
18 ;; (at your option) any later version.
|
18673
|
19
|
|
20 ;; GNU Emacs 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
|
|
23 ;; GNU General Public License for more details.
|
|
24
|
|
25 ;; You should have received a copy of the GNU General Public License
|
94710
|
26 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
|
18673
|
27
|
38453
|
28 ;;; Commentary:
|
|
29
|
46499
|
30 ;; These methods use a mixture of 8859-5 and Unicode. Quail, used
|
|
31 ;; with ucs-tables provides suport for translating on the fly to
|
|
32 ;; what's appropriate for aa buffer's file coding system, so the
|
|
33 ;; encoding shouldn't matter too much provided it supports the
|
|
34 ;; necessary characters.
|
|
35
|
18673
|
36 ;;; Code:
|
|
37
|
|
38 (require 'quail)
|
|
39
|
46499
|
40 ;; This was `cyrillic-jcuken'. Alexander Mikhailian
|
|
41 ;; <mikhailian@altern.org> says: "cyrillic-jcuken" is actually
|
|
42 ;; russian. It is ok but a bit outdated. This layout has been used
|
|
43 ;; in typewriters for ages but it has been superceeded on desktops by
|
|
44 ;; a variation of this layout, implemented in M$ Windows software.
|
|
45 ;; The Windows layout is greatly preferred because of the comma and
|
|
46 ;; period being placed more conviniently and, of course, because of
|
|
47 ;; the popularity of Windows software. This layout is a common option
|
|
48 ;; in X Windows and console layouts for GNU/Linux. [See
|
|
49 ;; `russian-computer' below.]
|
18673
|
50 (quail-define-package
|
46499
|
51 "russian-typewriter" "Russian" ",L69(B" nil
|
|
52 ",L9FC:5=(B Russian typewriter layout (ISO 8859-5 encoding)."
|
19722
|
53 nil t t t t nil nil nil nil nil t)
|
18673
|
54
|
24947
|
55 ;; 1! 2" 3' 4* 5: 6, 7. 8; 9( 0) -_ =+ ,L!(B
|
54481
|
56 ;; ,L9(B ,LF(B ,LC(B ,L:(B ,L5(B ,L=(B ,L3(B ,LH(B ,LI(B ,L7(B ,LE(B ,LJ(B
|
|
57 ;; ,LD(B ,LK(B ,L2(B ,L0(B ,L?(B ,L@(B ,L>(B ,L;(B ,L4(B ,L6(B ,LM(B
|
19150
|
58 ;; ,LO(B ,LG(B ,LA(B ,L<(B ,L8(B ,LB(B ,LL(B ,L1(B ,LN(B /?
|
18673
|
59
|
|
60 (quail-define-rules
|
|
61 ("1" ?1)
|
|
62 ("2" ?2)
|
|
63 ("3" ?3)
|
|
64 ("4" ?4)
|
|
65 ("5" ?5)
|
|
66 ("6" ?6)
|
|
67 ("7" ?7)
|
|
68 ("8" ?8)
|
|
69 ("9" ?9)
|
|
70 ("0" ?0)
|
|
71 ("-" ?-)
|
|
72 ("=" ?=)
|
19150
|
73 ("`" ?,Lq(B)
|
|
74 ("q" ?,LY(B)
|
|
75 ("w" ?,Lf(B)
|
|
76 ("e" ?,Lc(B)
|
|
77 ("r" ?,LZ(B)
|
|
78 ("t" ?,LU(B)
|
|
79 ("y" ?,L](B)
|
|
80 ("u" ?,LS(B)
|
|
81 ("i" ?,Lh(B)
|
|
82 ("o" ?,Li(B)
|
|
83 ("p" ?,LW(B)
|
|
84 ("[" ?,Le(B)
|
|
85 ("]" ?,Lj(B)
|
|
86 ("a" ?,Ld(B)
|
|
87 ("s" ?,Lk(B)
|
|
88 ("d" ?,LR(B)
|
|
89 ("f" ?,LP(B)
|
|
90 ("g" ?,L_(B)
|
|
91 ("h" ?,L`(B)
|
|
92 ("j" ?,L^(B)
|
|
93 ("k" ?,L[(B)
|
|
94 ("l" ?,LT(B)
|
|
95 (";" ?,LV(B)
|
|
96 ("'" ?,Lm(B)
|
18673
|
97 ("\\" ?\\)
|
19150
|
98 ("z" ?,Lo(B)
|
|
99 ("x" ?,Lg(B)
|
|
100 ("c" ?,La(B)
|
|
101 ("v" ?,L\(B)
|
|
102 ("b" ?,LX(B)
|
|
103 ("n" ?,Lb(B)
|
|
104 ("m" ?,Ll(B)
|
|
105 ("," ?,LQ(B)
|
|
106 ("." ?,Ln(B)
|
18673
|
107 ("/" ?/)
|
49600
|
108
|
18673
|
109 ("!" ?!)
|
24947
|
110 ("@" ?\")
|
|
111 ("#" ?')
|
|
112 ("$" ?*)
|
18673
|
113 ("%" ?:)
|
|
114 ("^" ?,)
|
|
115 ("&" ?.)
|
24947
|
116 ("*" ?\;)
|
46499
|
117 ("(" ?\()
|
|
118 (")" ?\))
|
18673
|
119 ("_" ?_)
|
|
120 ("+" ?+)
|
19150
|
121 ("~" ?,L!(B)
|
|
122 ("Q" ?,L9(B)
|
|
123 ("W" ?,LF(B)
|
|
124 ("E" ?,LC(B)
|
|
125 ("R" ?,L:(B)
|
|
126 ("T" ?,L5(B)
|
|
127 ("Y" ?,L=(B)
|
|
128 ("U" ?,L3(B)
|
|
129 ("I" ?,LH(B)
|
|
130 ("O" ?,LI(B)
|
|
131 ("P" ?,L7(B)
|
|
132 ("{" ?,LE(B)
|
|
133 ("}" ?,LJ(B)
|
|
134 ("A" ?,LD(B)
|
|
135 ("S" ?,LK(B)
|
|
136 ("D" ?,L2(B)
|
|
137 ("F" ?,L0(B)
|
|
138 ("G" ?,L?(B)
|
|
139 ("H" ?,L@(B)
|
|
140 ("J" ?,L>(B)
|
|
141 ("K" ?,L;(B)
|
|
142 ("L" ?,L4(B)
|
|
143 (":" ?,L6(B)
|
|
144 ("\"" ?,LM(B)
|
18673
|
145 ("|" ?|)
|
19150
|
146 ("Z" ?,LO(B)
|
|
147 ("X" ?,LG(B)
|
|
148 ("C" ?,LA(B)
|
|
149 ("V" ?,L<(B)
|
|
150 ("B" ?,L8(B)
|
|
151 ("N" ?,LB(B)
|
|
152 ("M" ?,LL(B)
|
|
153 ("<" ?,L1(B)
|
|
154 (">" ?,LN(B)
|
46499
|
155 ("?" ??)
|
|
156 )
|
|
157
|
|
158 ;; Maintain the obsolete name for now.
|
|
159 (push (cons "cyrillic-jcuken"
|
49639
|
160 (cdr (assoc "russian-typewriter" quail-package-alist)))
|
|
161 quail-package-alist)
|
|
162
|
|
163 ;; This needs to be seen by quail-update-leim-list-file, but cannot be
|
|
164 ;; commented out because quail-update-leim-list-file ignores
|
|
165 ;; commented-out lines.
|
|
166 (if nil
|
|
167 (quail-define-package
|
|
168 "cyrillic-jcuken" "Russian" ",L69(B" nil
|
|
169 ",L9FC:5=(B Russian typewriter layout (ISO 8859-5 encoding)."))
|
46499
|
170
|
|
171 ;; See comment above. This is the variant `winkeys' from `ru' in XKB.
|
|
172 (quail-define-package
|
|
173 "russian-computer" "Russian" "RU" nil
|
|
174 ",L9FC:5=(B Russian computer layout"
|
|
175 nil t t t t nil nil nil nil nil t)
|
|
176
|
99452
|
177 ;; 1! 2" 3,Lp(B 4; 5% 6: 7? 8* 9( 0) -_ =+ \/ ,Lq!(B
|
54481
|
178 ;; ,L9(B ,LF(B ,LC(B ,L:(B ,L5(B ,L=(B ,L3(B ,LH(B ,LI(B ,L7(B ,LE(B ,LJ(B
|
|
179 ;; ,LD(B ,LK(B ,L2(B ,L0(B ,L?(B ,L@(B ,L>(B ,L;(B ,L4(B ,L6(B ,LM(B
|
46499
|
180 ;; ,LO(B ,LG(B ,LA(B ,L<(B ,L8(B ,LB(B ,LL(B ,L1(B ,LN(B .,
|
18673
|
181
|
46499
|
182 (quail-define-rules
|
|
183 ("1" ?1)
|
|
184 ("2" ?2)
|
|
185 ("3" ?3)
|
|
186 ("4" ?4)
|
|
187 ("5" ?5)
|
|
188 ("6" ?6)
|
|
189 ("7" ?7)
|
|
190 ("8" ?8)
|
|
191 ("9" ?9)
|
|
192 ("0" ?0)
|
|
193 ("-" ?-)
|
|
194 ("=" ?=)
|
99452
|
195 ("|" ?/)
|
46499
|
196 ("`" ?,Lq(B)
|
|
197 ("q" ?,LY(B)
|
|
198 ("w" ?,Lf(B)
|
|
199 ("e" ?,Lc(B)
|
|
200 ("r" ?,LZ(B)
|
|
201 ("t" ?,LU(B)
|
|
202 ("y" ?,L](B)
|
|
203 ("u" ?,LS(B)
|
|
204 ("i" ?,Lh(B)
|
|
205 ("o" ?,Li(B)
|
|
206 ("p" ?,LW(B)
|
|
207 ("[" ?,Le(B)
|
|
208 ("]" ?,Lj(B)
|
|
209 ("a" ?,Ld(B)
|
|
210 ("s" ?,Lk(B)
|
|
211 ("d" ?,LR(B)
|
|
212 ("f" ?,LP(B)
|
|
213 ("g" ?,L_(B)
|
|
214 ("h" ?,L`(B)
|
|
215 ("j" ?,L^(B)
|
|
216 ("k" ?,L[(B)
|
|
217 ("l" ?,LT(B)
|
|
218 (";" ?,LV(B)
|
|
219 ("'" ?,Lm(B)
|
|
220 ("\\" ?\\)
|
|
221 ("z" ?,Lo(B)
|
|
222 ("x" ?,Lg(B)
|
|
223 ("c" ?,La(B)
|
|
224 ("v" ?,L\(B)
|
|
225 ("b" ?,LX(B)
|
|
226 ("n" ?,Lb(B)
|
|
227 ("m" ?,Ll(B)
|
|
228 ("," ?,LQ(B)
|
|
229 ("." ?,Ln(B)
|
|
230 ("/" ?.)
|
|
231 ("!" ?!)
|
|
232 ("@" ?\")
|
|
233 ("#" ?,Lp(B)
|
|
234 ("$" ?\;)
|
|
235 ("%" ?%)
|
|
236 ("^" ?:)
|
|
237 ("&" ??)
|
|
238 ("*" ?*)
|
|
239 ("(" ?()
|
|
240 (")" ?))
|
|
241 ("_" ?_)
|
|
242 ("+" ?+)
|
|
243 ("~" ?,L!(B)
|
|
244 ("Q" ?,L9(B)
|
|
245 ("W" ?,LF(B)
|
|
246 ("E" ?,LC(B)
|
|
247 ("R" ?,L:(B)
|
|
248 ("T" ?,L5(B)
|
|
249 ("Y" ?,L=(B)
|
|
250 ("U" ?,L3(B)
|
|
251 ("I" ?,LH(B)
|
|
252 ("O" ?,LI(B)
|
|
253 ("P" ?,L7(B)
|
|
254 ("{" ?,LE(B)
|
|
255 ("}" ?,LJ(B)
|
|
256 ("A" ?,LD(B)
|
|
257 ("S" ?,LK(B)
|
|
258 ("D" ?,L2(B)
|
|
259 ("F" ?,L0(B)
|
|
260 ("G" ?,L?(B)
|
|
261 ("H" ?,L@(B)
|
|
262 ("J" ?,L>(B)
|
|
263 ("K" ?,L;(B)
|
|
264 ("L" ?,L4(B)
|
|
265 (":" ?,L6(B)
|
|
266 ("\"" ?,LM(B)
|
|
267 ("|" ?|)
|
|
268 ("Z" ?,LO(B)
|
|
269 ("X" ?,LG(B)
|
|
270 ("C" ?,LA(B)
|
|
271 ("V" ?,L<(B)
|
|
272 ("B" ?,L8(B)
|
|
273 ("N" ?,LB(B)
|
|
274 ("M" ?,LL(B)
|
|
275 ("<" ?,L1(B)
|
|
276 (">" ?,LN(B)
|
|
277 ("?" ?,))
|
18673
|
278
|
49600
|
279 ;; Mikhailian couldn't check the next two.
|
46499
|
280
|
|
281 ;; This seems to have the same layout for letters as mk in XKB, but at
|
|
282 ;; least the top row is different.
|
18673
|
283 (quail-define-package
|
19150
|
284 "cyrillic-macedonian" "Cyrillic" ",L6(BM" nil
|
88730
|
285 ",L)*5@B7(B-,L#,(B keyboard layout based on JUS.I.K1.004"
|
19722
|
286 nil t t t t nil nil nil nil nil t)
|
18673
|
287
|
|
288 ;; 1! 2" 3# 4$ 5% 6& 7' 8( 9) 0= /? +* <>
|
19150
|
289 ;; ,L)(B ,L*(B ,L5(B ,L@(B ,LB(B ,L7(B ,LC(B ,L8(B ,L>(B ,L?(B ,LH(B ,L#(B
|
|
290 ;; ,L0(B ,LA(B ,L4(B ,LD(B ,L3(B ,LE(B ,L((B ,L:(B ,L;(B ,LG(B ,L,(B ,L6(B
|
|
291 ;; ,L%(B ,L/(B ,LF(B ,L2(B ,L1(B ,L=(B ,L<(B ,; .: -_
|
18673
|
292
|
|
293 (quail-define-rules
|
|
294 ("1" ?1)
|
|
295 ("2" ?2)
|
|
296 ("3" ?3)
|
|
297 ("4" ?4)
|
|
298 ("5" ?5)
|
|
299 ("6" ?6)
|
|
300 ("7" ?7)
|
|
301 ("8" ?8)
|
|
302 ("9" ?9)
|
|
303 ("0" ?0)
|
|
304 ("-" ?/)
|
|
305 ("=" ?+)
|
|
306 ("`" ?<)
|
19150
|
307 ("q" ?,Ly(B)
|
|
308 ("w" ?,Lz(B)
|
|
309 ("e" ?,LU(B)
|
|
310 ("r" ?,L`(B)
|
|
311 ("t" ?,Lb(B)
|
|
312 ("y" ?,LW(B)
|
|
313 ("u" ?,Lc(B)
|
|
314 ("i" ?,LX(B)
|
|
315 ("o" ?,L^(B)
|
|
316 ("p" ?,L_(B)
|
|
317 ("[" ?,Lh(B)
|
|
318 ("]" ?,Ls(B)
|
|
319 ("a" ?,LP(B)
|
|
320 ("s" ?,La(B)
|
|
321 ("d" ?,LT(B)
|
|
322 ("f" ?,Ld(B)
|
|
323 ("g" ?,LS(B)
|
|
324 ("h" ?,Le(B)
|
|
325 ("j" ?,Lx(B)
|
|
326 ("k" ?,LZ(B)
|
|
327 ("l" ?,L[(B)
|
|
328 (";" ?,Lg(B)
|
|
329 ("'" ?,L|(B)
|
|
330 ("\\" ?,LV(B)
|
|
331 ("z" ?,Lu(B)
|
|
332 ("x" ?,L(B)
|
|
333 ("c" ?,Lf(B)
|
|
334 ("v" ?,LR(B)
|
|
335 ("b" ?,LQ(B)
|
|
336 ("n" ?,L](B)
|
|
337 ("m" ?,L\(B)
|
18673
|
338 ("," ?,)
|
|
339 ("." ?.)
|
|
340 ("/" ?-)
|
49600
|
341
|
18673
|
342 ("!" ?!)
|
|
343 ("@" ?\")
|
|
344 ("#" ?#)
|
|
345 ("$" ?$)
|
|
346 ("%" ?%)
|
|
347 ("^" ?&)
|
|
348 ("&" ?')
|
|
349 ("*" ?\()
|
|
350 ("(" ?\))
|
|
351 (")" ?=)
|
|
352 ("_" ??)
|
|
353 ("+" ?*)
|
|
354 ("~" ?>)
|
19150
|
355 ("Q" ?,L)(B)
|
|
356 ("W" ?,L*(B)
|
|
357 ("E" ?,L5(B)
|
|
358 ("R" ?,L@(B)
|
|
359 ("T" ?,LB(B)
|
|
360 ("Y" ?,L7(B)
|
|
361 ("U" ?,LC(B)
|
|
362 ("I" ?,L8(B)
|
|
363 ("O" ?,L>(B)
|
|
364 ("P" ?,L?(B)
|
|
365 ("{" ?,LH(B)
|
|
366 ("}" ?,L#(B)
|
|
367 ("A" ?,L0(B)
|
|
368 ("S" ?,LA(B)
|
|
369 ("D" ?,L4(B)
|
|
370 ("F" ?,LD(B)
|
|
371 ("G" ?,L3(B)
|
|
372 ("H" ?,LE(B)
|
|
373 ("J" ?,L((B)
|
|
374 ("K" ?,L:(B)
|
|
375 ("L" ?,L;(B)
|
|
376 (":" ?,LG(B)
|
|
377 ("\"" ?,L,(B)
|
|
378 ("|" ?,L6(B)
|
|
379 ("Z" ?,L%(B)
|
|
380 ("X" ?,L/(B)
|
|
381 ("C" ?,LF(B)
|
|
382 ("V" ?,L2(B)
|
|
383 ("B" ?,L1(B)
|
|
384 ("N" ?,L=(B)
|
|
385 ("M" ?,L<(B)
|
18673
|
386 ("<" ?\;)
|
|
387 (">" ?:)
|
|
388 ("?" ?_))
|
|
389
|
|
390 ;;
|
|
391
|
|
392 (quail-define-package
|
19150
|
393 "cyrillic-serbian" "Cyrillic" ",L6(BS" nil
|
88730
|
394 ",L)*5@B7(B-,L"+(B keyboard layout based on JUS.I.K1.005"
|
19722
|
395 nil t t t t nil nil nil nil nil t)
|
18673
|
396
|
|
397 ;; 1! 2" 3# 4$ 5% 6& 7' 8( 9) 0= /? +* <>
|
19150
|
398 ;; ,L)(B ,L*(B ,L5(B ,L@(B ,LB(B ,L7(B ,LC(B ,L8(B ,L>(B ,L?(B ,LH(B ,L"(B
|
|
399 ;; ,L0(B ,LA(B ,L4(B ,LD(B ,L3(B ,LE(B ,L((B ,L:(B ,L;(B ,LG(B ,L+(B ,L6(B
|
|
400 ;; ,L%(B ,L/(B ,LF(B ,L2(B ,L1(B ,L=(B ,L<(B ,; .: -_
|
18673
|
401
|
|
402 (quail-define-rules
|
|
403 ("1" ?1)
|
|
404 ("2" ?2)
|
|
405 ("3" ?3)
|
|
406 ("4" ?4)
|
|
407 ("5" ?5)
|
|
408 ("6" ?6)
|
|
409 ("7" ?7)
|
|
410 ("8" ?8)
|
|
411 ("9" ?9)
|
|
412 ("0" ?0)
|
|
413 ("-" ?/)
|
|
414 ("=" ?+)
|
|
415 ("`" ?<)
|
19150
|
416 ("q" ?,Ly(B)
|
|
417 ("w" ?,Lz(B)
|
|
418 ("e" ?,LU(B)
|
|
419 ("r" ?,L`(B)
|
|
420 ("t" ?,Lb(B)
|
|
421 ("y" ?,LW(B)
|
|
422 ("u" ?,Lc(B)
|
|
423 ("i" ?,LX(B)
|
|
424 ("o" ?,L^(B)
|
|
425 ("p" ?,L_(B)
|
|
426 ("[" ?,Lh(B)
|
|
427 ("]" ?,Lr(B)
|
|
428 ("a" ?,LP(B)
|
|
429 ("s" ?,La(B)
|
|
430 ("d" ?,LT(B)
|
|
431 ("f" ?,Ld(B)
|
|
432 ("g" ?,LS(B)
|
|
433 ("h" ?,Le(B)
|
|
434 ("j" ?,Lx(B)
|
|
435 ("k" ?,LZ(B)
|
|
436 ("l" ?,L[(B)
|
|
437 (";" ?,Lg(B)
|
|
438 ("'" ?,L{(B)
|
|
439 ("\\" ?,LV(B)
|
|
440 ("z" ?,Lu(B)
|
|
441 ("x" ?,L(B)
|
|
442 ("c" ?,Lf(B)
|
|
443 ("v" ?,LR(B)
|
|
444 ("b" ?,LQ(B)
|
|
445 ("n" ?,L](B)
|
|
446 ("m" ?,L\(B)
|
18673
|
447 ("," ?,)
|
|
448 ("." ?.)
|
|
449 ("/" ?-)
|
49600
|
450
|
18673
|
451 ("!" ?!)
|
|
452 ("@" ?\")
|
|
453 ("#" ?#)
|
|
454 ("$" ?$)
|
|
455 ("%" ?%)
|
|
456 ("^" ?&)
|
|
457 ("&" ?')
|
|
458 ("*" ?\()
|
|
459 ("(" ?\))
|
|
460 (")" ?=)
|
|
461 ("_" ??)
|
|
462 ("+" ?*)
|
|
463 ("~" ?>)
|
19150
|
464 ("Q" ?,L)(B)
|
|
465 ("W" ?,L*(B)
|
|
466 ("E" ?,L5(B)
|
|
467 ("R" ?,L@(B)
|
|
468 ("T" ?,LB(B)
|
|
469 ("Y" ?,L7(B)
|
|
470 ("U" ?,LC(B)
|
|
471 ("I" ?,L8(B)
|
|
472 ("O" ?,L>(B)
|
|
473 ("P" ?,L?(B)
|
|
474 ("{" ?,LH(B)
|
|
475 ("}" ?,L"(B)
|
|
476 ("A" ?,L0(B)
|
|
477 ("S" ?,LA(B)
|
|
478 ("D" ?,L4(B)
|
|
479 ("F" ?,LD(B)
|
|
480 ("G" ?,L3(B)
|
|
481 ("H" ?,LE(B)
|
|
482 ("J" ?,L((B)
|
|
483 ("K" ?,L:(B)
|
|
484 ("L" ?,L;(B)
|
|
485 (":" ?,LG(B)
|
|
486 ("\"" ?,L+(B)
|
|
487 ("|" ?,L6(B)
|
|
488 ("Z" ?,L%(B)
|
|
489 ("X" ?,L/(B)
|
|
490 ("C" ?,LF(B)
|
|
491 ("V" ?,L2(B)
|
|
492 ("B" ?,L1(B)
|
|
493 ("N" ?,L=(B)
|
|
494 ("M" ?,L<(B)
|
18673
|
495 ("<" ?\;)
|
|
496 (">" ?:)
|
|
497 ("?" ?_))
|
|
498
|
|
499 ;;
|
|
500
|
46499
|
501 ;; Alexander Mikhailian comments:
|
|
502 ;; Having worked for several years as a Belarusian linguist, I still
|
|
503 ;; can not find the origin of this layout which BTW does include
|
|
504 ;; several characters that are not present in Belarusian and does not
|
|
505 ;; include a few ones that do exist in Belarusian. Besides, the typo
|
|
506 ;; in the name of this layout speaks for itself since Belarusian has
|
|
507 ;; an outdated version of spelling which is "Byelorussian" and not
|
|
508 ;; "beylorussian". I suggest that you just remove this layout.
|
18673
|
509
|
46499
|
510 ;; [`derived from JUS.I.K1' according to an old Mule note -- fx]
|
|
511
|
|
512 ;; (quail-define-package
|
|
513 ;; "cyrillic-beylorussian" "Belarussian" ",L6(BB" nil
|
|
514 ;; ",L)*5@B7(B-,L&.(B BEYLORUSSIAN (ISO 8859-5 encoding)"
|
|
515 ;; nil t t t t nil nil nil nil nil t)
|
|
516
|
|
517 ;; ;; 1! 2" 3# 4$ 5% 6& 7' 8( 9) 0= /? +* <>
|
|
518 ;; ;; ,L)(B ,L*(B ,L5(B ,L@(B ,LB(B ,L7(B ,LC(B ,L8(B ,L>(B ,L?(B ,LH(B ,L&(B
|
|
519 ;; ;; ,L0(B ,LA(B ,L4(B ,LD(B ,L3(B ,LE(B ,L((B ,L:(B ,L;(B ,LG(B ,L.(B ,L6(B
|
|
520 ;; ;; ,L%(B ,L/(B ,LF(B ,L2(B ,L1(B ,L=(B ,L<(B ,; .: -_
|
18673
|
521
|
46499
|
522 ;; (quail-define-rules
|
|
523 ;; ("-" ?/)
|
|
524 ;; ("=" ?+)
|
|
525 ;; ("`" ?<)
|
|
526 ;; ("q" ?,Ly(B)
|
|
527 ;; ("w" ?,Lz(B)
|
|
528 ;; ("e" ?,LU(B)
|
|
529 ;; ("r" ?,L`(B)
|
|
530 ;; ("t" ?,Lb(B)
|
|
531 ;; ("y" ?,LW(B)
|
|
532 ;; ("u" ?,Lc(B)
|
|
533 ;; ("i" ?,LX(B)
|
|
534 ;; ("o" ?,L^(B)
|
|
535 ;; ("p" ?,L_(B)
|
|
536 ;; ("[" ?,Lh(B)
|
|
537 ;; ("]" ?,Lv(B)
|
|
538 ;; ("a" ?,LP(B)
|
|
539 ;; ("s" ?,La(B)
|
|
540 ;; ("d" ?,LT(B)
|
|
541 ;; ("f" ?,Ld(B)
|
|
542 ;; ("g" ?,LS(B)
|
|
543 ;; ("h" ?,Le(B)
|
|
544 ;; ("j" ?,Lx(B)
|
|
545 ;; ("k" ?,LZ(B)
|
|
546 ;; ("l" ?,L[(B)
|
|
547 ;; (";" ?,Lg(B)
|
|
548 ;; ("'" ?,L~(B)
|
|
549 ;; ("\\" ?,LV(B)
|
|
550 ;; ("z" ?,Lu(B)
|
|
551 ;; ("x" ?,L(B)
|
|
552 ;; ("c" ?,Lf(B)
|
|
553 ;; ("v" ?,LR(B)
|
|
554 ;; ("b" ?,LQ(B)
|
|
555 ;; ("n" ?,L](B)
|
|
556 ;; ("m" ?,L\(B)
|
|
557 ;; ("/" ?-)
|
49600
|
558
|
46499
|
559 ;; ("@" ?\")
|
|
560 ;; ("^" ?&)
|
|
561 ;; ("&" ?')
|
|
562 ;; ("*" ?\()
|
|
563 ;; ("(" ?\))
|
|
564 ;; (")" ?=)
|
|
565 ;; ("_" ??)
|
|
566 ;; ("+" ?*)
|
|
567 ;; ("~" ?>)
|
|
568 ;; ("Q" ?,L)(B)
|
|
569 ;; ("W" ?,L*(B)
|
|
570 ;; ("E" ?,L5(B)
|
|
571 ;; ("R" ?,L@(B)
|
|
572 ;; ("T" ?,LB(B)
|
|
573 ;; ("Y" ?,L7(B)
|
|
574 ;; ("U" ?,LC(B)
|
|
575 ;; ("I" ?,L8(B)
|
|
576 ;; ("O" ?,L>(B)
|
|
577 ;; ("P" ?,L?(B)
|
|
578 ;; ("{" ?,LH(B)
|
|
579 ;; ("}" ?,L&(B)
|
|
580 ;; ("A" ?,L0(B)
|
|
581 ;; ("S" ?,LA(B)
|
|
582 ;; ("D" ?,L4(B)
|
|
583 ;; ("F" ?,LD(B)
|
|
584 ;; ("G" ?,L3(B)
|
|
585 ;; ("H" ?,LE(B)
|
|
586 ;; ("J" ?,L((B)
|
|
587 ;; ("K" ?,L:(B)
|
|
588 ;; ("L" ?,L;(B)
|
|
589 ;; (":" ?,LG(B)
|
|
590 ;; ("\"" ?,L.(B)
|
|
591 ;; ("|" ?,L6(B)
|
|
592 ;; ("Z" ?,L%(B)
|
|
593 ;; ("X" ?,L/(B)
|
|
594 ;; ("C" ?,LF(B)
|
|
595 ;; ("V" ?,L2(B)
|
|
596 ;; ("B" ?,L1(B)
|
|
597 ;; ("N" ?,L=(B)
|
|
598 ;; ("M" ?,L<(B)
|
|
599 ;; ("<" ?\;)
|
|
600 ;; (">" ?:)
|
|
601 ;; ("?" ?_))
|
18673
|
602
|
|
603 ;;
|
|
604
|
46499
|
605 ;; Alexander Mikhailian reports the opinion of fellow Ukrainian
|
|
606 ;; linguist Bogdan Babych <babych@altern.org>:
|
|
607 ;; He had seen this layout on some oldish systems but that the vast
|
|
608 ;; majority of the population uses a modified version of the M$ Windows
|
|
609 ;; layout. In fact, Microsoft shipped for a while a layout that was lacking
|
|
610 ;; two characters, precisely the "GHE_WITH_UPTURN" and the apostrophe. The
|
|
611 ;; latest versions of Windows software do have the "GHE_WITH_UPTURN" in the
|
|
612 ;; ukrainian keyborad layout but the apostrophe is still not there, whereas
|
|
613 ;; there is one letter, "Cyrillic_YO", not used in ukrainian. Ukrainians
|
|
614 ;; normally replace the "Cyrillic_YO" by the apostrophe sign and live
|
|
615 ;; happily with this little change. [See "ukrainian-computer" below.]
|
|
616
|
|
617 ;; Fixme: add GHE_WITH_UPTURN.
|
49600
|
618 (quail-define-package
|
42037
|
619 "cyrillic-ukrainian" "Ukrainian" ",L6(BU" nil
|
89483
|
620 ",L$'5@B7(B-,L&.(B UKRAINIAN
|
18673
|
621
|
46499
|
622 Sorry, but 'ghe with upturn' is not included in ISO 8859-5."
|
19722
|
623 nil t t t t nil nil nil nil nil t)
|
18673
|
624
|
|
625 ;; 1! 2" 3# 4$ 5% 6& 7' 8( 9) 0= /? +* <>
|
19150
|
626 ;; ,L$(B ,L'(B ,L5(B ,L@(B ,LB(B ,L7(B ,LC(B ,L8(B ,L>(B ,L?(B ,LH(B ,L&(B
|
|
627 ;; ,L0(B ,LA(B ,L4(B ,LD(B ,L3(B ,LE(B ,L((B ,L:(B ,L;(B ,LG(B ,L.(B ,L6(B
|
|
628 ;; ,L%(B ,L/(B ,LF(B ,L2(B ,L1(B ,L=(B ,L<(B ,; .: -_
|
18673
|
629
|
|
630 (quail-define-rules
|
|
631 ("1" ?1)
|
|
632 ("2" ?2)
|
|
633 ("3" ?3)
|
|
634 ("4" ?4)
|
|
635 ("5" ?5)
|
|
636 ("6" ?6)
|
|
637 ("7" ?7)
|
|
638 ("8" ?8)
|
|
639 ("9" ?9)
|
|
640 ("0" ?0)
|
|
641 ("-" ?/)
|
|
642 ("=" ?+)
|
|
643 ("`" ?<)
|
19150
|
644 ("q" ?,Lt(B)
|
|
645 ("w" ?,Lw(B)
|
|
646 ("e" ?,LU(B)
|
|
647 ("r" ?,L`(B)
|
|
648 ("t" ?,Lb(B)
|
|
649 ("y" ?,LW(B)
|
|
650 ("u" ?,Lc(B)
|
|
651 ("i" ?,LX(B)
|
|
652 ("o" ?,L^(B)
|
|
653 ("p" ?,L_(B)
|
|
654 ("[" ?,Lh(B)
|
|
655 ("]" ?,Lv(B)
|
|
656 ("a" ?,LP(B)
|
|
657 ("s" ?,La(B)
|
|
658 ("d" ?,LT(B)
|
|
659 ("f" ?,Ld(B)
|
|
660 ("g" ?,LS(B)
|
|
661 ("h" ?,Le(B)
|
|
662 ("j" ?,Lx(B)
|
|
663 ("k" ?,LZ(B)
|
|
664 ("l" ?,L[(B)
|
|
665 (";" ?,Lg(B)
|
|
666 ("'" ?,L~(B)
|
|
667 ("\\" ?,LV(B)
|
|
668 ("z" ?,Lu(B)
|
|
669 ("x" ?,L(B)
|
|
670 ("c" ?,Lf(B)
|
|
671 ("v" ?,LR(B)
|
|
672 ("b" ?,LQ(B)
|
|
673 ("n" ?,L](B)
|
|
674 ("m" ?,L\(B)
|
18673
|
675 ("," ?,)
|
|
676 ("." ?.)
|
|
677 ("/" ?-)
|
49600
|
678
|
18673
|
679 ("!" ?!)
|
|
680 ("@" ?\")
|
|
681 ("#" ?#)
|
|
682 ("$" ?$)
|
|
683 ("%" ?%)
|
|
684 ("^" ?&)
|
|
685 ("&" ?')
|
|
686 ("*" ?\()
|
|
687 ("(" ?\))
|
|
688 (")" ?=)
|
|
689 ("_" ??)
|
|
690 ("+" ?*)
|
|
691 ("~" ?>)
|
19150
|
692 ("Q" ?,L$(B)
|
|
693 ("W" ?,L'(B)
|
|
694 ("E" ?,L5(B)
|
|
695 ("R" ?,L@(B)
|
|
696 ("T" ?,LB(B)
|
|
697 ("Y" ?,L7(B)
|
|
698 ("U" ?,LC(B)
|
|
699 ("I" ?,L8(B)
|
|
700 ("O" ?,L>(B)
|
|
701 ("P" ?,L?(B)
|
|
702 ("{" ?,LH(B)
|
|
703 ("}" ?,L&(B)
|
|
704 ("A" ?,L0(B)
|
|
705 ("S" ?,LA(B)
|
|
706 ("D" ?,L4(B)
|
|
707 ("F" ?,LD(B)
|
|
708 ("G" ?,L3(B)
|
|
709 ("H" ?,LE(B)
|
|
710 ("J" ?,L((B)
|
|
711 ("K" ?,L:(B)
|
|
712 ("L" ?,L;(B)
|
|
713 (":" ?,LG(B)
|
|
714 ("\"" ?,L.(B)
|
|
715 ("|" ?,L6(B)
|
|
716 ("Z" ?,L%(B)
|
|
717 ("X" ?,L/(B)
|
|
718 ("C" ?,LF(B)
|
|
719 ("V" ?,L2(B)
|
|
720 ("B" ?,L1(B)
|
|
721 ("N" ?,L=(B)
|
|
722 ("M" ?,L<(B)
|
18673
|
723 ("<" ?\;)
|
|
724 (">" ?:)
|
|
725 ("?" ?_))
|
|
726
|
46499
|
727
|
|
728 (quail-define-package
|
|
729 "ukrainian-computer" "Ukrainian" "UK" nil
|
|
730 "$,1(9(F(C(:(5(=(B Ukrainian (Unicode-based for use with KOI8-U encoding)."
|
|
731 nil t t t t nil nil nil nil nil t)
|
|
732
|
|
733 ;; ' 1! 2" 3$,1uV(B 4; 5% 6: 7? 8* 9( 0) -_ =+
|
|
734 ;; $,1(9(B $,1(F(B $,1(C(B $,1(:(B $,1(5(B $,1(=(B $,1(3(B $,1(H(B $,1(I(B $,1(7(B $,1(E(B $,1('(B
|
|
735 ;; $,1(D(B $,1(&(B $,1(2(B $,1(0(B $,1(?(B $,1(@(B $,1(>(B $,1(;(B $,1(4(B $,1(6(B $,1($(B $,1)P(B
|
|
736 ;; $,1(O(B $,1(G(B $,1(A(B $,1(<(B $,1(8(B $,1(B(B $,1(L(B $,1(1(B $,1(N(B .,
|
|
737
|
|
738 (quail-define-rules
|
|
739 ("1" ?1)
|
|
740 ("2" ?2)
|
|
741 ("3" ?3)
|
|
742 ("4" ?4)
|
|
743 ("5" ?5)
|
|
744 ("6" ?6)
|
|
745 ("7" ?7)
|
|
746 ("8" ?8)
|
|
747 ("9" ?9)
|
|
748 ("0" ?0)
|
|
749 ("-" ?-)
|
|
750 ("=" ?=)
|
|
751 ("`" ?')
|
|
752 ("q" ?$,1(Y(B)
|
|
753 ("w" ?$,1(f(B)
|
|
754 ("e" ?$,1(c(B)
|
|
755 ("r" ?$,1(Z(B)
|
|
756 ("t" ?$,1(U(B)
|
|
757 ("y" ?$,1(](B)
|
|
758 ("u" ?$,1(S(B)
|
|
759 ("i" ?$,1(h(B)
|
|
760 ("o" ?$,1(i(B)
|
|
761 ("p" ?$,1(W(B)
|
|
762 ("[" ?$,1(e(B)
|
|
763 ("]" ?$,1(w(B)
|
|
764 ("a" ?$,1(d(B)
|
|
765 ("s" ?$,1(v(B)
|
|
766 ("d" ?$,1(R(B)
|
|
767 ("f" ?$,1(P(B)
|
|
768 ("g" ?$,1(_(B)
|
|
769 ("h" ?$,1(`(B)
|
|
770 ("j" ?$,1(^(B)
|
|
771 ("k" ?$,1([(B)
|
|
772 ("l" ?$,1(T(B)
|
|
773 (";" ?$,1(V(B)
|
|
774 ("'" ?$,1(t(B)
|
|
775 ("z" ?$,1(o(B)
|
|
776 ("x" ?$,1(g(B)
|
|
777 ("c" ?$,1(a(B)
|
|
778 ("v" ?$,1(\(B)
|
|
779 ("b" ?$,1(X(B)
|
|
780 ("n" ?$,1(b(B)
|
|
781 ("m" ?$,1(l(B)
|
|
782 ("," ?$,1(Q(B)
|
|
783 ("." ?$,1(n(B)
|
|
784 ("/" ?.)
|
|
785 ("!" ?!)
|
|
786 ("@" ?\")
|
|
787 ("#" ?$,1uV(B)
|
|
788 ("$" ?\;)
|
|
789 ("%" ?%)
|
|
790 ("^" ?:)
|
|
791 ("&" ??)
|
|
792 ("*" ?*)
|
|
793 ("(" ?()
|
|
794 (")" ?))
|
|
795 ("_" ?_)
|
|
796 ("+" ?+)
|
|
797 ("~" ?')
|
|
798 ("Q" ?$,1(9(B)
|
|
799 ("W" ?$,1(F(B)
|
|
800 ("E" ?$,1(C(B)
|
|
801 ("R" ?$,1(:(B)
|
|
802 ("T" ?$,1(5(B)
|
|
803 ("Y" ?$,1(=(B)
|
|
804 ("U" ?$,1(3(B)
|
|
805 ("I" ?$,1(H(B)
|
|
806 ("O" ?$,1(I(B)
|
|
807 ("P" ?$,1(7(B)
|
|
808 ("{" ?$,1(E(B)
|
|
809 ("}" ?$,1('(B)
|
|
810 ("A" ?$,1(D(B)
|
|
811 ("S" ?$,1(&(B)
|
|
812 ("D" ?$,1(2(B)
|
|
813 ("F" ?$,1(0(B)
|
|
814 ("G" ?$,1(?(B)
|
|
815 ("H" ?$,1(@(B)
|
|
816 ("J" ?$,1(>(B)
|
|
817 ("K" ?$,1(;(B)
|
|
818 ("L" ?$,1(4(B)
|
|
819 (":" ?$,1(6(B)
|
|
820 ("\"" ?$,1($(B)
|
|
821 ("Z" ?$,1(O(B)
|
|
822 ("X" ?$,1(G(B)
|
|
823 ("C" ?$,1(A(B)
|
|
824 ("V" ?$,1(<(B)
|
|
825 ("B" ?$,1(8(B)
|
|
826 ("N" ?$,1(B(B)
|
|
827 ("M" ?$,1(L(B)
|
|
828 ("<" ?$,1(1(B)
|
|
829 (">" ?$,1(N(B)
|
|
830 ("?" ?,)
|
|
831 ("\\" ?$,1)Q(B)
|
|
832 ("|" ?$,1)P(B))
|
18673
|
833 ;;
|
|
834
|
46499
|
835 ;; Alexander Mikhailian says this is of limited use. It has been
|
|
836 ;; popular among emigrants or foreigners who have to type in Cyrillic
|
|
837 ;; (mostly Russian) from time to time.
|
49600
|
838 (quail-define-package
|
19150
|
839 "cyrillic-yawerty" "Cyrillic" ",L6O(B" nil
|
89483
|
840 ",LO25@BK(B Roman transcription
|
18673
|
841
|
46499
|
842 This layout is based on Roman transcription by phonemic resemblance.
|
18673
|
843 When preceded by a '/', the second and the third rows (number key row) change
|
|
844 as follows.
|
|
845
|
|
846 keytop | Q W E R T Y U I O P A S D
|
|
847 --------+---------------------------------------
|
19150
|
848 input | ,L"(B ,L#(B ,L$(B ,L%(B ,L&(B ,L'(B ,L((B ,L)(B ,L*(B ,L+(B ,L,(B ,L.(B ,L/(B"
|
19722
|
849 nil t t t t nil nil nil nil nil t)
|
18673
|
850
|
19150
|
851 ;; 1! 2,Lq(B 3,Lj(B 4,L!(B 5% 6^ 7& 8* 9( 0) -_ ,LG(B ,LN(B
|
|
852 ;; ,LO(B ,L2(B ,L5(B ,L@(B ,LB(B ,LK(B ,LC(B ,L8(B ,L>(B ,L?(B ,LH(B ,LI(B
|
|
853 ;; ,L0(B ,LA(B ,L4(B ,LD(B ,L3(B ,LE(B ,L9(B ,L:(B ,L;(B ;: '" ,LM(B
|
|
854 ;; ,L7(B ,LL(B ,LF(B ,L6(B ,L1(B ,L=(B ,L<(B ,< .> /?
|
18673
|
855
|
19150
|
856 ;; 1! 2,Lq(B 3,Lj(B 4,L!(B 5% 6^ 7& 8* 9( 0) -_ ,LG(B ,LN(B
|
|
857 ;; ,L"(B ,L#(B ,L$(B ,L%(B ,L&(B ,L'(B ,L((B ,L)(B ,L*(B ,L+(B ,LH(B ,LI(B
|
|
858 ;; ,L,(B ,L.(B ,L/(B ,LD(B ,L3(B ,LE(B ,L9(B ,L:(B ,L;(B ;: '" ,LM(B
|
|
859 ;; ,L7(B ,LL(B ,LF(B ,L6(B ,L1(B ,L=(B ,L<(B ,< .> /?
|
18673
|
860
|
|
861 (quail-define-rules
|
|
862 ("1" ?1)
|
|
863 ("2" ?2)
|
|
864 ("3" ?3)
|
|
865 ("4" ?4)
|
|
866 ("5" ?5)
|
|
867 ("6" ?6)
|
|
868 ("7" ?7)
|
|
869 ("8" ?8)
|
|
870 ("9" ?9)
|
|
871 ("0" ?0)
|
|
872 ("-" ?-)
|
19150
|
873 ("=" ?,Lg(B)
|
|
874 ("`" ?,Ln(B)
|
|
875 ("q" ?,Lo(B)
|
|
876 ("w" ?,LR(B)
|
|
877 ("e" ?,LU(B)
|
|
878 ("r" ?,L`(B)
|
|
879 ("t" ?,Lb(B)
|
|
880 ("y" ?,Lk(B)
|
|
881 ("u" ?,Lc(B)
|
|
882 ("i" ?,LX(B)
|
|
883 ("o" ?,L^(B)
|
|
884 ("p" ?,L_(B)
|
|
885 ("[" ?,Lh(B)
|
|
886 ("]" ?,Li(B)
|
|
887 ("a" ?,LP(B)
|
|
888 ("s" ?,La(B)
|
|
889 ("d" ?,LT(B)
|
|
890 ("f" ?,Ld(B)
|
|
891 ("g" ?,LS(B)
|
|
892 ("h" ?,Le(B)
|
|
893 ("j" ?,LY(B)
|
|
894 ("k" ?,LZ(B)
|
|
895 ("l" ?,L[(B)
|
18673
|
896 (";" ?\;)
|
|
897 ("'" ?')
|
19150
|
898 ("\\" ?,Lm(B)
|
|
899 ("z" ?,LW(B)
|
|
900 ("x" ?,Ll(B)
|
|
901 ("c" ?,Lf(B)
|
|
902 ("v" ?,LV(B)
|
|
903 ("b" ?,LQ(B)
|
|
904 ("n" ?,L](B)
|
|
905 ("m" ?,L\(B)
|
18673
|
906 ("," ?,)
|
|
907 ("." ?.)
|
|
908 ("/" ?/)
|
49600
|
909
|
18673
|
910 ("!" ?!)
|
19150
|
911 ("@" ?,Lq(B)
|
|
912 ("#" ?,Lj(B)
|
|
913 ("$" ?,L!(B)
|
18673
|
914 ("%" ?%)
|
|
915 ("^" ?^)
|
|
916 ("&" ?&)
|
|
917 ("*" ?*)
|
|
918 ("(" ?\()
|
|
919 (")" ?\))
|
|
920 ("_" ?_)
|
19150
|
921 ("+" ?,LG(B)
|
|
922 ("~" ?,LN(B)
|
|
923 ("Q" ?,LO(B)
|
|
924 ("W" ?,L2(B)
|
|
925 ("E" ?,L5(B)
|
|
926 ("R" ?,L@(B)
|
|
927 ("T" ?,LB(B)
|
|
928 ("Y" ?,LK(B)
|
|
929 ("U" ?,LC(B)
|
|
930 ("I" ?,L8(B)
|
|
931 ("O" ?,L>(B)
|
|
932 ("P" ?,L?(B)
|
|
933 ("{" ?,LH(B)
|
|
934 ("}" ?,LI(B)
|
|
935 ("A" ?,L0(B)
|
|
936 ("S" ?,LA(B)
|
|
937 ("D" ?,L4(B)
|
|
938 ("F" ?,LD(B)
|
|
939 ("G" ?,L3(B)
|
|
940 ("H" ?,LE(B)
|
|
941 ("J" ?,L9(B)
|
|
942 ("K" ?,L:(B)
|
|
943 ("L" ?,L;(B)
|
18673
|
944 (":" ?:)
|
|
945 ("\"" ?\")
|
19150
|
946 ("|" ?,LM(B)
|
|
947 ("Z" ?,L7(B)
|
|
948 ("X" ?,LL(B)
|
|
949 ("C" ?,LF(B)
|
|
950 ("V" ?,L6(B)
|
|
951 ("B" ?,L1(B)
|
|
952 ("N" ?,L=(B)
|
|
953 ("M" ?,L<(B)
|
18673
|
954 ("<" ?<)
|
|
955 (">" ?>)
|
|
956 ("?" ??)
|
49600
|
957
|
19150
|
958 ("/q" ?,Lr(B)
|
|
959 ("/w" ?,Ls(B)
|
|
960 ("/e" ?,Lt(B)
|
|
961 ("/r" ?,Lu(B)
|
|
962 ("/t" ?,Lv(B)
|
|
963 ("/y" ?,Lw(B)
|
|
964 ("/u" ?,Lx(B)
|
|
965 ("/i" ?,Ly(B)
|
|
966 ("/o" ?,Lz(B)
|
|
967 ("/p" ?,L{(B)
|
|
968 ("/a" ?,L|(B)
|
|
969 ("/s" ?,L~(B)
|
|
970 ("/d" ?,L(B)
|
49600
|
971
|
19150
|
972 ("/Q" ?,L"(B)
|
|
973 ("/W" ?,L#(B)
|
|
974 ("/E" ?,L$(B)
|
|
975 ("/R" ?,L%(B)
|
|
976 ("/T" ?,L&(B)
|
|
977 ("/Y" ?,L'(B)
|
|
978 ("/U" ?,L((B)
|
|
979 ("/I" ?,L)(B)
|
|
980 ("/O" ?,L*(B)
|
|
981 ("/P" ?,L+(B)
|
|
982 ("/A" ?,L,(B)
|
|
983 ("/S" ?,L.(B)
|
|
984 ("/D" ?,L/(B))
|
19070
|
985
|
|
986 ;; This was provided by Valery Alexeev <valery@domovoy.math.uga.edu>.
|
|
987
|
46499
|
988 ;; Ognyan Kulev <ogi@fmi.uni-sofia.bg> wrote:
|
|
989
|
|
990 ;; I would suggest future `cyrillic-translit' to be with the
|
|
991 ;; modification of `cyrillic-translit-bulgarian' applied and the
|
|
992 ;; latter to disappear. It could be used by people who write
|
|
993 ;; bulgarian e-mails with latin letters for kick start (phonetic input
|
|
994 ;; method is not so obvious as translit input method but each letter
|
|
995 ;; is one keypress and a *lot* of people know it).
|
|
996
|
|
997 ;; Anton Zinoviev <anton@lml.bas.bg> wrote:
|
|
998 ;; I would say that the main idea for cyrillic-translit is to be
|
|
999 ;; language-independent and universal. It should be able to generate all
|
|
1000 ;; Cyrillic symbols.
|
19070
|
1001 (quail-define-package
|
66442
|
1002 "cyrillic-translit" "Cyrillic" ",L6(Bt" t
|
19230
|
1003 "Intuitively transliterated keyboard layout.
|
54481
|
1004 Most convenient for entering Russian, but all Cyrillic characters
|
|
1005 are included. Should handle most cases. However:
|
19150
|
1006 for ,Lf(B (TSE) use \"c\", never \"ts\"
|
19230
|
1007 ,Li(B (SHCHA = Bulgarian SHT) = \"shch\", \"sj\", \"/sht\" or \"/t\",
|
96625
|
1008 ,Lm(B (REVERSE ROUNDED E) = \"e\\\"
|
19150
|
1009 ,Le(B (KHA) when after ,La(B (S) = \"x\" or \"kh\"
|
|
1010 ,Lj(B (HARD SIGN) = \"~\", ,LJ(B (CAPITAL HARD SIGN) = \"~~\",
|
19153
|
1011 ,Ll(B (SOFT SIGN) = \"'\", ,LL(B (CAPITAL SOFT SIGN) = \"''\",
|
|
1012 ,Lo(B (YA) = \"ya\", \"ja\" or \"q\".
|
|
1013
|
|
1014 Russian alphabet: a b v=w g d e yo=jo zh z i j=j' k l m n o p r s t
|
96625
|
1015 u f h=kh=x c ch sh shch=sj=/s=/sht ~ y ' e\\ yu=ju ya=ja=q
|
19070
|
1016
|
98144
142baa998501
* quail/cyrillic.el ("cyrillic-translit"): Add g' for Ukrainian G with upturn.
Magnus Henoch <mange@freemail.hu>
diff
changeset
|
1017 Also included are Ukrainian ,Lt(B (YE) = \"/e\", ,Lw(B (YI) = \"yi\",
|
142baa998501
* quail/cyrillic.el ("cyrillic-translit"): Add g' for Ukrainian G with upturn.
Magnus Henoch <mange@freemail.hu>
diff
changeset
|
1018 $,1)Q(B (GHE WITH UPTURN) = \"g'\",
|
96625
|
1019 Belarusian ,L~(B (SHORT U) = \"u~\",
|
49600
|
1020 Serbo-Croatian ,Lr(B (DJE) = \"/d\", ,L{(B (CHJE)= \"/ch\",
|
19230
|
1021 Macedonian ,Ls(B (GJE) = \"/g\", ,Lu(B (DZE) = \"/s\", ,L|(B (KJE) = \"/k\",
|
49600
|
1022 cyrillic ,Lv(B (I DECIMAL) = \"/i\", ,Lx(B (JE) = \"/j\",
|
19230
|
1023 ,Ly(B (LJE) = \"/l\", ,Lz(B (NJE) = \"/n\" and ,L(B (DZE) =\"/z\"."
|
19722
|
1024 nil t t t t nil nil nil nil nil t)
|
19070
|
1025
|
|
1026 (quail-define-rules
|
96629
|
1027 ("a" ?,LP(B) ("b" ?,LQ(B) ("v" ?,LR(B) ("w" ?,LR(B) ("g" ?,LS(B) ("d" ?,LT(B)
|
49600
|
1028 ("e" ?,LU(B) ("je" ?,LU(B)
|
96597
|
1029 ("yo" ?,Lq(B) ("jo" ?,Lq(B)
|
49600
|
1030 ("zh" ?,LV(B) ("z" ?,LW(B) ("i" ?,LX(B)
|
96598
|
1031 ("j" ?,LY(B) ("j'" ?,LY(B) ("j`" ?,LY(B) ("k" ?,LZ(B) ("l" ?,L[(B)
|
96629
|
1032 ("m" ?,L\(B) ("n" ?,L](B) ("o" ?,L^(B) ("p" ?,L_(B) ("r" ?,L`(B) ("s" ?,La(B) ("t" ?,Lb(B) ("u" ?,Lc(B)
|
96625
|
1033 ("f" ?,Ld(B) ("x" ?,Le(B) ("h" ?,Le(B) ("kh" ?,Le(B)
|
19150
|
1034 ("c" ?,Lf(B) ("ch" ?,Lg(B)
|
49600
|
1035 ("sh" ?,Lh(B)
|
|
1036 ("shch" ?,Li(B) ("sj" ?,Li(B)
|
|
1037 ("/sht" ?,Li(B) ("/t" ?,Li(B)
|
96625
|
1038 ("~" ?,Lj(B) ("y" ?,Lk(B) ("'" ?,Ll(B) ("`" ?,Ll(B)
|
96828
|
1039 ("e\\" ?,Lm(B) ("e'" ?,Lm(B) ("e`" ?,Lm(B) ("@" ?,Lm(B)
|
49600
|
1040 ("yu" ?,Ln(B) ("ju" ?,Ln(B)
|
19153
|
1041 ("ya" ?,Lo(B) ("ja" ?,Lo(B) ("q" ?,Lo(B)
|
19070
|
1042
|
96629
|
1043 ("A" ?,L0(B) ("B" ?,L1(B) ("V" ?,L2(B) ("W" ?,L2(B) ("G" ?,L3(B) ("D" ?,L4(B)
|
96598
|
1044 ("E" ?,L5(B) ("Je" ?,L5(B) ("JE" ?,L5(B)
|
96597
|
1045 ("Yo" ?,L!(B) ("YO" ?,L!(B) ("Jo" ?,L!(B) ("JO" ?,L!(B)
|
49600
|
1046 ("Zh" ?,L6(B) ("ZH" ?,L6(B) ("Z" ?,L7(B) ("I" ?,L8(B)
|
96598
|
1047 ("J" ?,L9(B) ("J'" ?,L9(B) ("J`" ?,L9(B) ("K" ?,L:(B) ("L" ?,L;(B)
|
96629
|
1048 ("M" ?,L<(B) ("N" ?,L=(B) ("O" ?,L>(B) ("P" ?,L?(B) ("R" ?,L@(B) ("S" ?,LA(B) ("T" ?,LB(B) ("U" ?,LC(B)
|
96625
|
1049 ("F" ?,LD(B) ("X" ?,LE(B) ("H" ?,LE(B) ("Kh" ?,LE(B) ("KH" ?,LE(B)
|
49600
|
1050 ("C" ?,LF(B) ("Ch" ?,LG(B) ("CH" ?,LG(B)
|
|
1051 ("Sh" ?,LH(B) ("SH" ?,LH(B)
|
|
1052 ("Shch" ?,LI(B) ("SHCH" ?,LI(B) ("Sj" ?,LI(B) ("SJ" ?,LI(B)
|
|
1053 ("/Sht" ?,LI(B) ("/SHT" ?,LI(B) ("/T" ?,LI(B)
|
96625
|
1054 ("~~" ?,LJ(B) ("Y" ?,LK(B) ("''" ?,LL(B)
|
96828
|
1055 ("E\\" ?,LM(B) ("E'" ?,LM(B) ("E`" ?,LM(B) ("@@" ?,LM(B)
|
49600
|
1056 ("Yu" ?,LN(B) ("YU" ?,LN(B) ("Ju" ?,LN(B) ("JU" ?,LN(B)
|
19153
|
1057 ("Ya" ?,LO(B) ("YA" ?,LO(B) ("Ja" ?,LO(B) ("JA" ?,LO(B) ("Q" ?,LO(B)
|
19070
|
1058
|
96828
|
1059 ("/e" ?,Lt(B) ("yi" ?,Lw(B) ("u'" ?,L~(B) ("u~" ?,L~(B)
|
98144
142baa998501
* quail/cyrillic.el ("cyrillic-translit"): Add g' for Ukrainian G with upturn.
Magnus Henoch <mange@freemail.hu>
diff
changeset
|
1060 ("g'" ?$,1)Q(B)
|
19230
|
1061 ("/d" ?,Lr(B) ("/ch" ?,L{(B)
|
|
1062 ("/g" ?,Ls(B) ("/s" ?,Lu(B) ("/k" ?,L|(B)
|
|
1063 ("/i" ?,Lv(B) ("/j" ?,Lx(B) ("/l" ?,Ly(B) ("/n" ?,Lz(B) ("/z" ?,L(B)
|
96828
|
1064 ("/E" ?,L$(B) ("YE" ?,L$(B) ("Yi" ?,L'(B) ("YI" ?,L'(B) ("U'" ?,L.(B) ("U~" ?,L.(B)
|
98144
142baa998501
* quail/cyrillic.el ("cyrillic-translit"): Add g' for Ukrainian G with upturn.
Magnus Henoch <mange@freemail.hu>
diff
changeset
|
1065 ("G'" ?$,1)P(B)
|
19230
|
1066 ("/D" ?,L"(B) ("/Ch" ?,L+(B) ("/CH" ?,L+(B)
|
49600
|
1067 ("/G" ?,L#(B) ("/S" ?,L%(B) ("/K" ?,L,(B)
|
19230
|
1068 ("/I" ?,L&(B) ("/J" ?,L((B) ("/L" ?,L)(B) ("/N" ?,L*(B) ("/Z" ?,L/(B)
|
95905
|
1069
|
96828
|
1070 ;; Combining accents as a separate character
|
|
1071 ("//'" ?$(O+Z(B) ("//`" ?$(O+\(B)
|
|
1072
|
|
1073 ;; In the following two rules the accent is not a separate character
|
|
1074 ("i`" ?$,1(}(B) ("I`" ?$,1(-(B)
|
|
1075
|
96629
|
1076 ("/-" ?$(G!9(B) ;; EN DASH
|
|
1077 ("/--" ?$(G!7(B) ;; EM DASH
|
|
1078 ("/*" ?$(O#@(B) ;; BULLET
|
|
1079 ("/." ?$,1s$(B) ;; ONE DOT LEADER
|
|
1080 ("/.." ?$(G!-(B) ;; TWO DOT LEADER
|
|
1081 ("/..." ?$A!-(B) ;; HORIZONTAL ELLIPSIS
|
|
1082 ("/,," ?,Y%(B) ;; DOUBLE LOW-9 QUOTATION MARK
|
|
1083 ("/," ?$,1rz(B) ;; SINGLE LOW-9 QUOTATION MARK
|
|
1084 ("/''" ?,Y!(B) ;; RIGHT DOUBLE QUOTATION MARK
|
|
1085 ("/'" ?,F"(B) ;; RIGHT SINGLE QUOTATION MARK
|
|
1086 ("/``" ?,Y4(B) ;; LEFT DOUBLE QUOTATION MARK
|
|
1087 ("/`" ?,F!(B) ;; LEFT SINGLE QUOTATION MARK
|
|
1088 ("/<<" ?,A+(B) ;; LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
1089 ("/>>" ?,A;(B) ;; RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
1090
|
|
1091 ("/&" ?,A'(B)
|
|
1092 ("/ab" ?,A'(B) ; _,LPQ(B_,LWPf(B
|
|
1093 ("/pa" ?,A'(B) ; _pa_ragraph
|
|
1094 ("/#" ?,Lp(B)
|
|
1095 ("/no" ?,Lp(B) ; _,L]^(B_,L\U`(B
|
|
1096
|
96597
|
1097 ("/c" ?,A)(B)
|
|
1098 ("/tm" ?$(D"o(B)
|
|
1099 ("/reg" ?,A.(B)
|
96828
|
1100 ("/eu" ?,b$(B)
|
96597
|
1101 ("/ce" ?,A"(B)
|
|
1102
|
|
1103 ;; fractions
|
|
1104 ("/78" ?$(C(~(B)
|
|
1105 ("/58" ?$(C(}(B)
|
|
1106 ("/38" ?$(C(|(B)
|
|
1107 ("/18" ?$(C({(B)
|
|
1108 ("/56" ?$,1v:(B)
|
|
1109 ("/16" ?$,1v9(B)
|
|
1110 ("/45" ?$,1v8(B)
|
|
1111 ("/35" ?$,1v7(B)
|
|
1112 ("/25" ?$,1v6(B)
|
|
1113 ("/15" ?$(O'z(B)
|
|
1114 ("/23" ?$(O'y(B)
|
|
1115 ("/13" ?$(O'x(B)
|
|
1116 ("/34" ?,A>(B)
|
|
1117 ("/12" ?,A=(B)
|
|
1118 ("/14" ?,A<(B)
|
|
1119
|
|
1120 ;; Roman numerals, commonly used for months and section/subsection numbers
|
|
1121 ("/RI" ?$A"q(B)
|
|
1122 ("/RII" ?$A"r(B)
|
|
1123 ("/RIII" ?$A"s(B)
|
|
1124 ("/RIV" ?$A"t(B)
|
|
1125 ("/RV" ?$A"u(B)
|
|
1126 ("/RVI" ?$A"v(B)
|
|
1127 ("/RVII" ?$A"w(B)
|
|
1128 ("/RVIII" ?$A"x(B)
|
|
1129 ("/RIX" ?$A"y(B)
|
|
1130 ("/RX" ?$A"z(B)
|
|
1131 ("/RXI" ?$A"{(B)
|
|
1132 ("/RXII" ?$A"|(B)
|
|
1133
|
|
1134 ("/ri" ?$(G&5(B)
|
|
1135 ("/rii" ?$(G&6(B)
|
|
1136 ("/riii" ?$(G&7(B)
|
|
1137 ("/riv" ?$(G&8(B)
|
|
1138 ("/rv" ?$(G&9(B)
|
|
1139 ("/rvi" ?$(G&:(B)
|
|
1140 ("/rvii" ?$(G&;(B)
|
|
1141 ("/rviii" ?$(G&<(B)
|
|
1142 ("/rix" ?$(G&=(B)
|
|
1143 ("/rx" ?$(G&>(B)
|
|
1144 ("/rxi" ?$(O,?(B)
|
|
1145 ("/rxii" ?$(O,@(B)
|
19070
|
1146 )
|
19077
|
1147
|
46499
|
1148 ;; Originally from Yudit's `Belarusian input table according to
|
|
1149 ;; STB955-94 belarusian standard' (not all) by Alexander Mikhailian
|
|
1150 ;; <mikhailian@altern.org>, subsequently amended by AM.
|
19386
|
1151 (quail-define-package
|
46499
|
1152 "belarusian" "Belarusian" "BE" nil
|
|
1153 "$,1(9(F(C(:(5(=(B keyboard layout registered as STB955-94 Belarusian standard.
|
|
1154 Unicode based."
|
19722
|
1155 nil t t t t nil nil nil nil nil t)
|
19386
|
1156
|
46499
|
1157 ;; $,1(q(!(B 1! 2" 3N 4; 5% 6: 7? 8* 9( 0) -_ =+
|
54481
|
1158 ;; $,1(9(B $,1(F(B $,1(C(B $,1(:(B $,1(5(B $,1(=(B $,1(3(B $,1(H(B $,1(.(B $,1(7(B $,1(E(B '
|
|
1159 ;; $,1(D(B $,1(K(B $,1(2(B $,1(0(B $,1(?(B $,1(@(B $,1(>(B $,1(;(B $,1(4(B $,1(6(B $,1(M(B
|
46499
|
1160 ;; $,1(O(B $,1(G(B $,1(A(B $,1(<(B $,1(&(B $,1(B(B $,1(L(B $,1(1(B $,1(N(B .,
|
|
1161
|
19386
|
1162 (quail-define-rules
|
40706
|
1163 ("~" ?$,1(!(B)
|
|
1164 ("@" ?\")
|
|
1165 ("#" ?$,1uV(B)
|
|
1166 ("$" ?\;)
|
|
1167 ("%" ?%)
|
|
1168 ("^" ?:)
|
|
1169 ("&" ??)
|
|
1170 ("Q" ?$,1(9(B)
|
|
1171 ("W" ?$,1(F(B)
|
|
1172 ("E" ?$,1(C(B)
|
|
1173 ("R" ?$,1(:(B)
|
|
1174 ("T" ?$,1(5(B)
|
|
1175 ("Y" ?$,1(=(B)
|
|
1176 ("U" ?$,1(3(B)
|
|
1177 ("I" ?$,1(H(B)
|
|
1178 ("O" ?$,1(.(B)
|
|
1179 ("P" ?$,1(7(B)
|
|
1180 ("{" ?$,1(E(B)
|
|
1181 ("}" ?')
|
|
1182 ("A" ?$,1(D(B)
|
|
1183 ("S" ?$,1(K(B)
|
|
1184 ("D" ?$,1(2(B)
|
|
1185 ("F" ?$,1(0(B)
|
|
1186 ("G" ?$,1(?(B)
|
|
1187 ("H" ?$,1(@(B)
|
|
1188 ("J" ?$,1(>(B)
|
|
1189 ("K" ?$,1(;(B)
|
|
1190 ("L" ?$,1(4(B)
|
|
1191 (":" ?$,1(6(B)
|
|
1192 ("\"" ?$,1(M(B)
|
46499
|
1193 ("|" ?|)
|
40706
|
1194 ("Z" ?$,1(O(B)
|
|
1195 ("X" ?$,1(G(B)
|
|
1196 ("C" ?$,1(A(B)
|
|
1197 ("V" ?$,1(<(B)
|
|
1198 ("B" ?$,1(&(B)
|
|
1199 ("N" ?$,1(B(B)
|
|
1200 ("M" ?$,1(L(B)
|
|
1201 ("<" ?$,1(1(B)
|
|
1202 (">" ?$,1(N(B)
|
|
1203 ("?" ?,)
|
|
1204
|
|
1205 ("`" ?$,1(q(B)
|
|
1206 ("q" ?$,1(Y(B)
|
|
1207 ("w" ?$,1(f(B)
|
|
1208 ("e" ?$,1(c(B)
|
|
1209 ("r" ?$,1(Z(B)
|
|
1210 ("t" ?$,1(U(B)
|
|
1211 ("y" ?$,1(](B)
|
|
1212 ("u" ?$,1(S(B)
|
|
1213 ("i" ?$,1(h(B)
|
|
1214 ("o" ?$,1(~(B)
|
|
1215 ("p" ?$,1(W(B)
|
|
1216 ("[" ?$,1(e(B)
|
|
1217 ("]" ?')
|
|
1218 ("a" ?$,1(d(B)
|
|
1219 ("s" ?$,1(k(B)
|
|
1220 ("d" ?$,1(R(B)
|
|
1221 ("f" ?$,1(P(B)
|
|
1222 ("g" ?$,1(_(B)
|
|
1223 ("h" ?$,1(`(B)
|
|
1224 ("j" ?$,1(^(B)
|
|
1225 ("k" ?$,1([(B)
|
|
1226 ("l" ?$,1(T(B)
|
|
1227 (";" ?$,1(V(B)
|
|
1228 ("'" ?$,1(m(B)
|
|
1229 ("z" ?$,1(o(B)
|
|
1230 ("x" ?$,1(g(B)
|
|
1231 ("c" ?$,1(a(B)
|
|
1232 ("v" ?$,1(\(B)
|
|
1233 ("b" ?$,1(v(B)
|
|
1234 ("n" ?$,1(b(B)
|
|
1235 ("m" ?$,1(l(B)
|
|
1236 ("," ?$,1(Q(B)
|
|
1237 ("." ?$,1(n(B)
|
46499
|
1238 ("/" ?.))
|
40706
|
1239
|
42037
|
1240 ;; From `Bulgarian-PHO.kmap for Yudit', Alexander Shopov
|
|
1241 ;; <al_shopov@web.bg>.
|
|
1242
|
|
1243 ;; Extra commentary and the indicator from an independent
|
|
1244 ;; (cyrillic-iso8859-5) implementation by Ognyan Kulev
|
46499
|
1245 ;; <ogi@fmi.uni-sofia.bg> and name changes from Anton Zinoviev
|
|
1246 ;; <anton@lml.bas.bg>.
|
40706
|
1247 (quail-define-package
|
46499
|
1248 "bulgarian-phonetic" "Bulgarian" "$,1(6(1(D(B"
|
40706
|
1249 nil
|
46499
|
1250 "Bulgarian Phonetic keyboard layout, producing Unicode.
|
42037
|
1251
|
|
1252 The layout is similar to `cyrillic-translit', but all Bulgarian
|
46499
|
1253 characters are typed with a single key.
|
|
1254
|
53674
|
1255 Use /& for ,A'(B (Cyrillic paragraph) and /# for $,1uV(B.
|
|
1256
|
|
1257 The letters $,1(G(B, $,1(H(B, $,1(I(B and $,1(N(B are not affected by Caps Lock."
|
40706
|
1258 nil t t t t nil nil nil nil nil t)
|
|
1259
|
53674
|
1260 ;; $,1(G(B
|
|
1261 ;; $,1(O(B $,1(2(B $,1(5(B $,1(@(B $,1(B(B $,1(J(B $,1(C(B $,1(8(B $,1(>(B $,1(?(B $,1(H(B $,1(I(B
|
|
1262 ;; $,1(0(B $,1(A(B $,1(4(B $,1(D(B $,1(3(B $,1(E(B $,1(9(B $,1(:(B $,1(;(B $,1(N(B
|
|
1263 ;; $,1(7(B $,1(L(B $,1(F(B $,1(6(B $,1(1(B $,1(=(B $,1(<(B
|
42037
|
1264
|
40706
|
1265 (quail-define-rules
|
46499
|
1266 ("/&" ?,A'(B)
|
|
1267 ("/#" ?$,1uV(B)
|
40706
|
1268 ("A" ?$,1(0(B)
|
|
1269 ("B" ?$,1(1(B)
|
|
1270 ("W" ?$,1(2(B)
|
|
1271 ("G" ?$,1(3(B)
|
|
1272 ("D" ?$,1(4(B)
|
|
1273 ("E" ?$,1(5(B)
|
|
1274 ("V" ?$,1(6(B)
|
|
1275 ("Z" ?$,1(7(B)
|
|
1276 ("I" ?$,1(8(B)
|
|
1277 ("J" ?$,1(9(B)
|
|
1278 ("K" ?$,1(:(B)
|
|
1279 ("L" ?$,1(;(B)
|
|
1280 ("M" ?$,1(<(B)
|
|
1281 ("N" ?$,1(=(B)
|
|
1282 ("O" ?$,1(>(B)
|
|
1283 ("P" ?$,1(?(B)
|
|
1284 ("R" ?$,1(@(B)
|
|
1285 ("S" ?$,1(A(B)
|
|
1286 ("T" ?$,1(B(B)
|
|
1287 ("U" ?$,1(C(B)
|
|
1288 ("F" ?$,1(D(B)
|
|
1289 ("H" ?$,1(E(B)
|
|
1290 ("C" ?$,1(F(B)
|
|
1291 ("~" ?$,1(G(B)
|
|
1292 ("{" ?$,1(H(B)
|
|
1293 ("}" ?$,1(I(B)
|
|
1294 ("Y" ?$,1(J(B)
|
|
1295 ("X" ?$,1(L(B)
|
|
1296 ("|" ?$,1(N(B)
|
|
1297 ("Q" ?$,1(O(B)
|
|
1298 ("a" ?$,1(P(B)
|
|
1299 ("b" ?$,1(Q(B)
|
|
1300 ("w" ?$,1(R(B)
|
|
1301 ("g" ?$,1(S(B)
|
|
1302 ("d" ?$,1(T(B)
|
|
1303 ("e" ?$,1(U(B)
|
|
1304 ("v" ?$,1(V(B)
|
|
1305 ("z" ?$,1(W(B)
|
|
1306 ("i" ?$,1(X(B)
|
|
1307 ("j" ?$,1(Y(B)
|
|
1308 ("k" ?$,1(Z(B)
|
|
1309 ("l" ?$,1([(B)
|
|
1310 ("m" ?$,1(\(B)
|
|
1311 ("n" ?$,1(](B)
|
|
1312 ("o" ?$,1(^(B)
|
|
1313 ("p" ?$,1(_(B)
|
|
1314 ("r" ?$,1(`(B)
|
|
1315 ("s" ?$,1(a(B)
|
|
1316 ("t" ?$,1(b(B)
|
|
1317 ("u" ?$,1(c(B)
|
|
1318 ("f" ?$,1(d(B)
|
|
1319 ("h" ?$,1(e(B)
|
|
1320 ("c" ?$,1(f(B)
|
|
1321 ("`" ?$,1(g(B)
|
|
1322 ("[" ?$,1(h(B)
|
|
1323 ("]" ?$,1(i(B)
|
|
1324 ("y" ?$,1(j(B)
|
|
1325 ("x" ?$,1(l(B)
|
|
1326 ("\\" ?$,1(n(B)
|
|
1327 ("q" ?$,1(o(B))
|
|
1328
|
46499
|
1329 ;; Based on an implementation by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
|
|
1330 ;; This follows XKB bg.
|
|
1331
|
|
1332 (quail-define-package
|
|
1333 "bulgarian-bds" "Bulgarian" "$,1(1(4(A(B" nil
|
|
1334 "Bulgarian standard keyboard layout (BDS)
|
|
1335
|
53674
|
1336 This keyboard layout is standard for Bulgarian typewriters.
|
|
1337
|
|
1338 The letters $,1(F(B, $,1(<(B, $,1(G(B, $,1(@(B, $,1(;(B, $,1(1(B and $,1(K(B are not affected by Caps Lock.
|
|
1339
|
53717
|
1340 In addition to original Bulgarian typewriter layout, keys \\ and |
|
|
1341 are transformed into ' and $,1(K(B respectively. Some keyboards mark these
|
|
1342 keys as being transformed into ( and ) respectively. For ( and ), use
|
|
1343 ` and ~ respectively. This input method follows XKB."
|
46499
|
1344 nil t t t t nil nil nil nil nil t)
|
|
1345
|
53674
|
1346 ;; () 1! 2? 3+ 4" 5% 6= 7: 8/ 9_ 0$,1uV(B -I .V
|
|
1347 ;; ,$,1(k(B $,1(C(B $,1(5(B $,1(8(B $,1(H(B $,1(I(B $,1(:(B $,1(A(B $,1(4(B $,1(7(B $,1(F(B ;,A'(B
|
53717
|
1348 ;; $,1(L(B $,1(O(B $,1(0(B $,1(>(B $,1(6(B $,1(3(B $,1(B(B $,1(=(B $,1(2(B $,1(<(B $,1(G(B '$,1(K(B
|
53674
|
1349 ;; $,1(N(B $,1(9(B $,1(J(B $,1(M(B $,1(D(B $,1(E(B $,1(?(B $,1(@(B $,1(;(B $,1(1(B
|
46499
|
1350
|
|
1351 (quail-define-rules
|
|
1352
|
|
1353 ("1" ?1) ("!" ?!)
|
53717
|
1354 ("2" ?2) ("@" ??)
|
|
1355 ("3" ?3) ("#" ?+)
|
|
1356 ("4" ?4) ("$" ?\")
|
46499
|
1357 ("5" ?5) ("%" ?%)
|
53717
|
1358 ("6" ?6) ("^" ?=)
|
|
1359 ("7" ?7) ("&" ?:)
|
|
1360 ("8" ?8) ("*" ?/)
|
|
1361 ("9" ?9) ("(" ?_)
|
|
1362 ("0" ?0) (")" ?$,1uV(B)
|
|
1363 ("-" ?-) ("_" ?I)
|
46499
|
1364 ("=" ?.) ("+" ?V)
|
|
1365
|
|
1366 ("q" ?,) ("Q" ?$,1(k(B)
|
|
1367 ("w" ?$,1(c(B) ("W" ?$,1(C(B)
|
|
1368 ("e" ?$,1(U(B) ("E" ?$,1(5(B)
|
|
1369 ("r" ?$,1(X(B) ("R" ?$,1(8(B)
|
|
1370 ("t" ?$,1(h(B) ("T" ?$,1(H(B)
|
|
1371 ("y" ?$,1(i(B) ("Y" ?$,1(I(B)
|
|
1372 ("u" ?$,1(Z(B) ("U" ?$,1(:(B)
|
|
1373 ("i" ?$,1(a(B) ("I" ?$,1(A(B)
|
|
1374 ("o" ?$,1(T(B) ("O" ?$,1(4(B)
|
|
1375 ("p" ?$,1(W(B) ("P" ?$,1(7(B)
|
|
1376 ("[" ?$,1(f(B) ("{" ?$,1(F(B)
|
53717
|
1377 ("]" ?\;) ("}" ?,A'(B)
|
46499
|
1378
|
|
1379 ("a" ?$,1(l(B) ("A" ?$,1(L(B)
|
|
1380 ("s" ?$,1(o(B) ("S" ?$,1(O(B)
|
|
1381 ("d" ?$,1(P(B) ("D" ?$,1(0(B)
|
|
1382 ("f" ?$,1(^(B) ("F" ?$,1(>(B)
|
|
1383 ("g" ?$,1(V(B) ("G" ?$,1(6(B)
|
|
1384 ("h" ?$,1(S(B) ("H" ?$,1(3(B)
|
|
1385 ("j" ?$,1(b(B) ("J" ?$,1(B(B)
|
|
1386 ("k" ?$,1(](B) ("K" ?$,1(=(B)
|
|
1387 ("l" ?$,1(R(B) ("L" ?$,1(2(B)
|
|
1388 (";" ?$,1(\(B) (":" ?$,1(<(B)
|
|
1389 ("'" ?$,1(g(B) ("\"" ?$,1(G(B)
|
|
1390 ("`" ?\() ("~" ?\))
|
|
1391
|
|
1392 ("z" ?$,1(n(B) ("Z" ?$,1(N(B)
|
|
1393 ("x" ?$,1(Y(B) ("X" ?$,1(9(B)
|
|
1394 ("c" ?$,1(j(B) ("C" ?$,1(J(B)
|
|
1395 ("v" ?$,1(m(B) ("V" ?$,1(M(B)
|
|
1396 ("b" ?$,1(d(B) ("B" ?$,1(D(B)
|
|
1397 ("n" ?$,1(e(B) ("N" ?$,1(E(B)
|
|
1398 ("m" ?$,1(_(B) ("M" ?$,1(?(B)
|
|
1399 ("," ?$,1(`(B) ("<" ?$,1(@(B)
|
|
1400 ("." ?$,1([(B) (">" ?$,1(;(B)
|
|
1401 ("/" ?$,1(Q(B) ("?" ?$,1(1(B)
|
|
1402 ("\\" ?') ("|" ?$,1(K(B))
|
|
1403
|
19077
|
1404 ;; Local Variables:
|
40706
|
1405 ;; coding: iso-2022-7bit
|
19077
|
1406 ;; End:
|
38453
|
1407
|
94710
|
1408 ;; arch-tag: e6d34b16-8710-4181-a17e-819a1df0334f
|
38453
|
1409 ;;; cyrillic.el ends here
|