Files updated
[m17n/m17n-db.git] / kk-kbd.mim
1 ;; kk-kdb.mim -- Input method for Kazakh in Cyrillic script
2 ;; Copyright (C) 2004
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., 59 Temple Place, Suite 330, Boston, MA
22 ;; 02111-1307, USA.
23
24 ;;; <li> kk-kbd.mim
25 ;;;
26 ;;; Input method for Kazakh written in the Cyrillic script.
27 ;;; Simulating Kazakh keyboard.
28 ;;;
29 ;;; @image html kk-kbd.png "Keyboard Layout"
30 ;;; @image latex kk-kbd.eps "Keyboard Layout" width=\narrowwidth
31
32 ;;     "!  әӘ  іІ  ӊӉ  ғҒ  ,;  .:  үҮ  ұҰ  қҚ  өӨ  һҺ  ()
33 ;;       йЙ  цЦ  уУ  кК  еЕ  нН  гГ  шШ  щЩ  зЗ  хХ  ъЪ
34 ;;        фФ  ыЫ  вВ  аА  пП  рР  оО  лЛ  дД  жЖ  эЭ  \|
35 ;;          яЯ  чЧ  сС  мМ  иИ  тТ  ьЬ  бБ  юЮ  №?
36
37 (title "ҚА")
38
39 (map
40  (map
41   ("`" "\(") ("~" "\)")
42   ("1" "\"")
43   ("2" "ә") ("@" "Ә")
44   ("3" "і") ("#" "І")
45   ("4" "ӊ") ("$" "Ӊ")
46   ("5" "ғ") ("%" "Ғ")
47   ("6" ",") ("^" ";")
48   ("7" ".") ("&" ":")
49   ("8" "ү") ("*" "Ү")
50   ("9" "ұ") ("\(" "Ұ")
51   ("0" "қ") ("\)" "Қ")
52   ("-" "ө") ("_" "Ө")
53   ("=" "һ") ("+" "Һ")
54
55   ("q" "й") ("Q" "Й")
56   ("w" "ц") ("W" "Ц")
57   ("e" "у") ("E" "У")
58   ("r" "к") ("R" "К")
59   ("t" "е") ("T" "Е")
60   ("y" "н") ("Y" "Н")
61   ("u" "г") ("U" "Г")
62   ("i" "ш") ("I" "Ш")
63   ("o" "щ") ("O" "Щ")
64   ("p" "з") ("P" "З")
65   ("[" "х") ("{" "Х")
66   ("]" "ъ") ("}" "Ъ")
67
68   ("a" "ф") ("A" "Ф")
69   ("s" "ы") ("S" "Ы")
70   ("d" "в") ("D" "В")
71   ("f" "а") ("F" "А")
72   ("g" "п") ("G" "П")
73   ("h" "р") ("H" "Р")
74   ("j" "о") ("J" "О")
75   ("k" "л") ("K" "Л")
76   ("l" "д") ("L" "Д")
77   (";" "ж") (":" "Ж")
78   ("'" "э") ("\"" "Э")
79
80   ("z" "я") ("Z" "Я")
81   ("x" "ч") ("X" "Ч")
82   ("c" "с") ("C" "С")
83   ("v" "м") ("V" "М")
84   ("b" "и") ("B" "И")
85   ("n" "т") ("N" "Т")
86   ("m" "ь") ("M" "Ь")
87   ("," "б") ("<" "Б")
88   ("." "ю") (">" "Ю")
89   ("/" "№")
90 ))
91
92 (state
93  (init
94   (map)))
95
96 ;; Local Variables:
97 ;; coding: utf-8
98 ;; mode: lisp
99 ;; End: