ddb5fbb8cbdc34f5c7af82b3090aa8b0427bf1d0
[m17n/m17n-contrib.git] / im / hi-inscript.mim
1 ;; hi-inscript.mim -- Hindi input method for inscript layout
2 ;; This file is derived from the Hindi inscript table of scim-tables,
3 ;; which was derived from iiimf unitLE's Hindi inscript layout.
4 ;; Copyright (c) 2003 Sun Microsystems, Inc. All Rights Reserved.
5
6 ;; This file is part of the m17n contrib; 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 hi inscript)
25
26 (description "Hindi input method for inscript layout.
27
28 Reference URL : http://indlinux.org/wiki/index.php/InscriptLayouts#Devanagari
29
30 Key Summary:
31 1. ज्ञ : % 
32          This can also be typed as a sequence of following:                 
33                 ज + ्  + ञ i.e. p + d + }
34 2. त्र : ^
35           This can also be typed as a sequence of following:
36                  त + ्  + र i.e. l + d + j
37  
38 3. क्ष : &
39           This can also be typed as a sequence of following:
40                  क + ्  + ष i.e. k + d + <
41  
42 4. श्र : *
43          This can also be typed as a sequence of following:
44                  श + ्  + र i.e. M + d + j
45                  
46 Key summary: Rajesh Ranjan <rranjan@redhat.com>                 
47
48 ")
49
50 (title "क")
51
52 (map
53  (trans
54   ((KP_1) "१")
55   ((KP_2) "२")
56   ((KP_3) "३")
57   ((KP_4) "४")
58   ((KP_5) "५")
59   ((KP_6) "६")
60   ((KP_7) "७")
61   ((KP_8) "८")
62   ((KP_9) "९")
63   ((KP_0) "०")
64   ((KP_Decimal) ".")
65   ((KP_Divide) "/")
66   ((KP_Multiply) "*")
67   ((KP_Add) "+")
68   ((KP_Subtract) "-") 
69  
70   ("!" ?ऍ)
71   ("1" ?१)
72   ("@" ?ॅ)
73   ("2" ?२)
74   ("#" ?#)
75   ("3" ?३)
76   ("$" ?$)
77   ("4" ?४)
78   ("5" ?५)
79   ("6" ?६)
80   ("7" ?७)
81   ("8" ?८)
82   ("(" ?()
83   ("9" ?९)
84   (")" ?))
85   ("0" ?०)
86   ("_" ?ः)
87   ("-" ?-)
88   ("+" ?ऋ)
89   ("=" ?ृ)
90   ("Q" ?औ)
91   ("q" ?ौ)
92   ("W" ?ऐ)
93   ("w" ?ै)
94   ("E" ?आ)
95   ("e" ?ा)
96   ("R" ?ई)
97   ("r" ?ी)
98   ("T" ?ऊ)
99   ("t" ?ू)
100   ("Y" ?भ)
101   ("y" ?ब)
102   ("U" ?ङ)
103   ("u" ?ह)
104   ("I" ?घ)
105   ("i" ?ग)
106   ("O" ?ध)
107   ("o" ?द)
108   ("P" ?झ)
109   ("p" ?ज)
110   ("{" ?ढ)
111   ("[" ?ड)
112   ("}" ?ञ)
113   ("]" ?़)
114   ("A" ?ओ)
115   ("a" ?ो)
116   ("S" ?ए)
117   ("s" ?े)
118   ("D" ?अ)
119   ("d" ?्)
120   ("F" ?इ)
121   ("f" ?ि)
122   ("G" ?उ)
123   ("g" ?ु)
124   ("H" ?फ)
125   ("h" ?प)
126   ("J" ?ऱ)
127   ("j" ?र)
128   ("K" ?ख)
129   ("k" ?क)
130   ("L" ?थ)
131   ("l" ?त)
132   (":" ?छ)
133   (";" ?च)
134   ("\"" ?ठ)
135   ("'" ?ट)
136   ("|" ?ऑ)
137   ("\\" ?ॉ)
138   ("~" ?ऒ)
139   ("`" ?ॊ)
140   ("Z" ?ऎ)
141   ("z" ?ॆ)
142   ("X" ?ँ)
143   ("x" ?ं)
144   ("C" ?ण)
145   ("c" ?म)
146   ("V" ?ऩ)
147   ("v" ?न)
148   ("B" ?ऴ)
149   ("b" ?व)
150   ("N" ?ळ)
151   ("n" ?ल)
152   ("M" ?श)
153   ("m" ?स)
154   ("<" ?ष)
155   ("," ?,)
156   (">" ?।)
157   ("." ?.)
158   ("?" ?य़)
159   ("/" ?य)
160   ("%" "ज्ञ")
161   ("^" "त्र")
162   ("&" "क्ष")
163   ("*" "श्र")
164   ("dd" "्‌") 
165   ))
166
167 (state
168   (init
169     (trans)))