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