*** empty log message ***
[m17n/m17n-db.git] / MIM / kk-kbd.mim
1 ;; kk-kbd.mim -- Input method for Kazakh in Cyrillic script
2 ;; Copyright (C) 2004, 2005
3 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
4 ;;   Registration Number H15PRO112
5
6 ;; This file is part of the m17n database; a sub-part of the m17n
7 ;; library.
8
9 ;; The m17n library is free software; you can redistribute it and/or
10 ;; modify it under the terms of the GNU Lesser General Public License
11 ;; as published by the Free Software Foundation; either version 2.1 of
12 ;; the License, or (at your option) any later version.
13
14 ;; The m17n library is distributed in the hope that it will be useful,
15 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17 ;; Lesser General Public License for more details.
18
19 ;; You should have received a copy of the GNU Lesser General Public
20 ;; License along with the m17n library; if not, write to the Free
21 ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
22 ;; Boston, MA 02110-1301, USA.
23
24 ;;; Input method for Kazakh written in the Cyrillic script.
25 ;;; Simulating Kazakh keyboard.
26 ;;;
27 ;;; @image html kk-kbd.png "Keyboard Layout"
28 ;;; @image latex kk-kbd.eps "Keyboard Layout" width=\narrowwidth
29
30 (input-method kk kbd)
31
32 (description
33  "Kazakh (Cyrillic) input method simulating the Kazakh keyboard.
34     \"!  әӘ  іІ  ӊӉ  ғҒ  ,;  .:  үҮ  ұҰ  қҚ  өӨ  һҺ  ()
35       йЙ  цЦ  уУ  кК  еЕ  нН  гГ  шШ  щЩ  зЗ  хХ  ъЪ
36        фФ  ыЫ  вВ  аА  пП  рР  оО  лЛ  дД  жЖ  эЭ  \\|
37          яЯ  чЧ  сС  мМ  иИ  тТ  ьЬ  бБ  юЮ  №?
38 ")
39
40 (title "ҚА")
41
42 (map
43  (map
44   ("`" "\(") ("~" "\)")
45   ("1" "\"")
46   ("2" "ә") ("@" "Ә")
47   ("3" "і") ("#" "І")
48   ("4" "ӊ") ("$" "Ӊ")
49   ("5" "ғ") ("%" "Ғ")
50   ("6" ",") ("^" ";")
51   ("7" ".") ("&" ":")
52   ("8" "ү") ("*" "Ү")
53   ("9" "ұ") ("\(" "Ұ")
54   ("0" "қ") ("\)" "Қ")
55   ("-" "ө") ("_" "Ө")
56   ("=" "һ") ("+" "Һ")
57
58   ("q" "й") ("Q" "Й")
59   ("w" "ц") ("W" "Ц")
60   ("e" "у") ("E" "У")
61   ("r" "к") ("R" "К")
62   ("t" "е") ("T" "Е")
63   ("y" "н") ("Y" "Н")
64   ("u" "г") ("U" "Г")
65   ("i" "ш") ("I" "Ш")
66   ("o" "щ") ("O" "Щ")
67   ("p" "з") ("P" "З")
68   ("[" "х") ("{" "Х")
69   ("]" "ъ") ("}" "Ъ")
70
71   ("a" "ф") ("A" "Ф")
72   ("s" "ы") ("S" "Ы")
73   ("d" "в") ("D" "В")
74   ("f" "а") ("F" "А")
75   ("g" "п") ("G" "П")
76   ("h" "р") ("H" "Р")
77   ("j" "о") ("J" "О")
78   ("k" "л") ("K" "Л")
79   ("l" "д") ("L" "Д")
80   (";" "ж") (":" "Ж")
81   ("'" "э") ("\"" "Э")
82
83   ("z" "я") ("Z" "Я")
84   ("x" "ч") ("X" "Ч")
85   ("c" "с") ("C" "С")
86   ("v" "м") ("V" "М")
87   ("b" "и") ("B" "И")
88   ("n" "т") ("N" "Т")
89   ("m" "ь") ("M" "Ь")
90   ("," "б") ("<" "Б")
91   ("." "ю") (">" "Ю")
92   ("/" "№")
93 ))
94
95 (state
96  (init
97   (map)))
98
99 ;; Local Variables:
100 ;; coding: utf-8
101 ;; mode: lisp
102 ;; End: