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