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