(map:commit-preedit): Add SPC.
[m17n/m17n-db.git] / MIM / dv-phonetic.mim
1 ;; dv-phonetic.mim -- Dhivehi phonetic keyboard layout
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 dv phonetic)
25
26 (description "Dhivehi input method simulating the Dhivehi phonetic keyboard.
27 The layout is approved by the Molvidian Ministry of
28 Communication, Science and Technology.
29   <http://www.mcst.gov.mv/News_and_Events/xpfonts.htm>
30 ")
31
32 (title "dv-ph")
33
34 (map
35  (generic
36   ("q" ?ް)
37   ("w" ?އ)
38   ("e" ?ެ)
39   ("r" ?ރ)
40   ("t" ?ތ)
41   ("y" ?ޔ)
42   ("u" ?ު)
43   ("i" ?ި)
44   ("o" ?ޮ)
45   ("p" ?ޕ)
46   ("a" ?ަ)
47   ("s" ?ސ)
48   ("d" ?ދ)
49   ("f" ?ފ)
50   ("g" ?ގ)
51   ("h" ?ހ)
52   ("j" ?ޖ)
53   ("k" ?ކ)
54   ("l" ?ލ)
55   (";" ?؛)
56   ("z" ?ޒ)
57   ("x" ?×)
58   ("c" ?ޗ)
59   ("v" ?ވ)
60   ("b" ?ބ)
61   ("n" ?ނ)
62   ("m" ?މ)
63   ("," ?،)
64
65   ("Q" ?ޤ)
66   ("W" ?ޢ)
67   ("E" ?ޭ)
68   ("R" ?ޜ)
69   ("T" ?ޓ)
70   ("Y" ?ޠ)
71   ("U" ?ޫ)
72   ("I" ?ީ)
73   ("O" ?ޯ)
74   ("P" ?÷)
75   ("A" ?ާ)
76   ("S" ?ށ)
77   ("D" ?ޑ)
78   ("F" ?ﷲ)
79   ("G" ?ޣ)
80   ("H" ?ޙ)
81   ("J" ?ޛ)
82   ("K" ?ޚ)
83   ("L" ?ޅ)
84   ("Z" ?ޡ)
85   ("X" ?ޘ)
86   ("C" ?ޝ)
87   ("V" ?ޥ)
88   ("B" ?ޞ)
89   ("N" ?ޏ)
90   ("M" ?ޟ)
91   ("?" ?؟)
92
93   ((A-v) ?‍)
94   ((A-b) ?‌)
95   ((A-n) ?‎)
96   ((A-m) ?‏)
97   ((A-\;) ?\;)
98   ((A-,) ?,)
99   ))
100
101 (state
102  (init
103   (generic)))
104
105 ;; Local Variables:
106 ;; coding: utf-8
107 ;; mode: lisp
108 ;; End: