(adjust-tone): Fix previous change.
[m17n/m17n-contrib.git] / im / mr-phonetic.mim
1 ;; mr-phonetic.mim -- Marathi input method for phonetic layout
2 ;; Copyright (c) 2004-2007 Red Hat, Inc. All rights reserved.
3
4 ;; This file is part of the m17n contrib; a sub-part of the m17n
5 ;; library.
6
7 ;; The m17n library is free software; you can redistribute it and/or
8 ;; modify it under the terms of the GNU Lesser General Public License
9 ;; as published by the Free Software Foundation; either version 2.1 of
10 ;; the License, or (at your option) any later version.
11
12 ;; The m17n library is distributed in the hope that it will be useful,
13 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
14 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15 ;; Lesser General Public License for more details.
16
17 ;; You should have received a copy of the GNU Lesser General Public
18 ;; License along with the m17n library; if not, write to the Free
19 ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 ;; Boston, MA 02110-1301, USA.
21
22 (input-method mr phonetic)
23
24 (description "Marathi input method for phonetic layout.
25
26 Key Summary:
27 1. ज्ञ : ^ 
28          This can also be typed as a sequence of following:                 
29                 ज + ्  + ञ i.e. j +f + %  
30 2. त्र : not available here shd be one
31           This can also be typed as a sequence of following:
32                  त + ्  + र i.e. t + f + r 
33  
34 3. क्ष : X
35           This can also be typed as a sequence of following:
36                  क + ्  + ष i.e. k + f + x 
37  
38 4. श्र : *
39          This can also be typed as a sequence of following:
40                  श + ्  + र i.e. S + f + r
41
42 Author: Mayank Jain <majain@redhat.com>
43 ")
44
45 (title "क")
46
47 (map
48  (trans
49  
50   ((KP_1) "१")
51   ((KP_2) "२")
52   ((KP_3) "३")
53   ((KP_4) "४")
54   ((KP_5) "५")
55   ((KP_6) "६")
56   ((KP_7) "७")
57   ((KP_8) "८")
58   ((KP_9) "९")
59   ((KP_0) "०")
60   ((KP_Decimal) ".")
61   ((KP_Divide) "/")
62   ((KP_Multiply) "*")
63   ((KP_Add) "+")
64   ((KP_Subtract) "-") 
65  
66   ("~" ?ऎ)
67   ("`" ?ॆ)
68   ("!" ?ऍ)
69   ("1" ?१)
70   ("@" ?ॅ)
71   ("2" ?२)
72   ("#" ?ऑ)
73   ("3" ?३)
74   ("$" ?ॉ)
75   ("4" ?४)
76   ("%" ?ञ)
77   ("5" ?५)
78   ("6" ?६)
79   ("7" ?७)
80   ("8" ?८)
81   ("(" ?()
82   ("9" ?९)
83   (")" ?))
84   ("0" ?०)
85   ("_" ?_)
86   ("-" ?-)
87   ("+" ?+)
88   ("=" ?=)
89   ("Q" ?औ)
90   ("q" ?ओ)
91   ("W" ?ठ)
92   ("w" ?ट)
93   ("E" ?ै)
94   ("e" ?े)
95   ("R" ?ृ)
96   ("r" ?र)
97   ("T" ?थ)
98   ("t" ?त)
99   ("Y" ?य़)
100   ("y" ?य)
101   ("U" ?ू)
102   ("u" ?ु)
103   ("I" ?ी)
104   ("i" ?ि)
105   ("O" ?ौ)
106   ("o" ?ो)
107   ("P" ?फ)
108   ("p" ?प)
109   ("{" ?ढ)
110   ("[" ?ड)
111   ("}" ?ऱ)
112   ("]" ?ऋ)
113   ("A" ?आ)
114   ("a" ?ा)
115   ("S" ?श)
116   ("s" ?स)
117   ("D" ?ध)
118   ("d" ?द)
119   ("F" ?अ)
120   ("f" ?्)
121   ("G" ?घ)
122   ("g" ?ग)
123   ("H" ?ः)
124   ("h" ?ह)
125   ("J" ?झ)
126   ("j" ?ज)
127   ("K" ?ख)
128   ("k" ?क)
129   ("L" ?ळ)
130   ("l" ?ल)
131   (":" ?ई)
132   (";" ?इ)
133   ("\"" ?ऊ)
134   ("'" ?उ)
135   ("|" ?ऒ)
136   ("\\" ?ॊ)
137   ("Z" ?ँ)
138   ("z" ?ङ)
139   ("x" ?ष)
140   ("C" ?छ)
141   ("c" ?च)
142   ("V" ?ऴ)
143   ("v" ?व)
144   ("B" ?भ)
145   ("b" ?ब)
146   ("N" ?ण)
147   ("n" ?न)
148   ("M" ?ं)
149   ("m" ?म)
150   ("<" ?ऩ)
151   ("," ?,)
152   (">" ?़)
153   ("." ?।)
154   ("?" ?ऐ)
155   ("/" ?ए)
156   ("^" "ज्ञ")
157   ("X" "क्ष")
158   ("*" "श्र")
159   ("ff" "्‌")
160   ))
161
162 (state
163   (init
164     (trans)))