(map:commit-preedit): Add SPC.
[m17n/m17n-db.git] / MIM / ka-kbd.mim
1 ;; ka-kbd.mim -- Input method for Georgian
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 Georgian simulating Georgian keyboard.
25 ;;;
26 ;;; @image html ka-kbd.png "Keyboard Layout"
27 ;;; @image latex ka-kbd.eps "Keyboard Layout" width=\narrowwidth
28 ;;; You can also input more characters by the following key sequences:
29 ;;; [type a key sequence to insert the corresponding character]
30 ;;; @image html ka-kbd2.png
31 ;;; @image latex ka-kbd2.eps "Extra Keys" width=\narrowwidth
32
33 (input-method ka kbd)
34
35 (description
36  "Georgian input method simulating the Georgian keyboard.
37 ")
38
39 (title "გ")
40
41 (map
42  (map
43   ("a" ?ა)
44   ("b" ?ბ)
45   ("g" ?გ)
46   ("d" ?დ)
47   ("e" ?ე)
48   ("v" ?ვ)
49   ("z" ?ზ)
50   ("t" ?თ)
51   ("i" ?ი)
52   (".k" ?კ)
53   ("l" ?ლ)
54   ("m" ?მ)
55   ("n" ?ნ)
56   ("o" ?ო)
57   (".p" ?პ)
58   ("+z" ?ჟ)
59   ("r" ?რ)
60   ("s" ?ს)
61   (".t" ?ტ)
62   ("u" ?უ)
63   ("p" ?ფ)
64   ("k" ?ქ)
65   (".g" ?ღ)
66   ("q" ?ყ)
67   ("+s" ?შ)
68   ("+c" ?ჩ)
69   ("c" ?ც)
70   ("j" ?ძ)
71   (".c" ?წ)
72   (".+c" ?ჭ)
73   ("x" ?ხ)
74   ("+j" ?ჯ)
75   ("h" ?ჰ)
76   ("q1" ?ჴ)
77   ("e0" ?ჱ)
78   ("o1" ?ჵ)
79   ("i1" ?ჲ)
80   ("w" ?ჳ)
81   ("f" ?ჶ)))
82
83 (state
84  (init
85   (map)))
86
87 ;; Local Variables:
88 ;; coding: utf-8
89 ;; mode: lisp
90 ;; End: