083909c99f8282e1a5e260c44987bf2c4d089ba0
[m17n/m17n-contrib.git] / im-indic / hi-phonetic.mim
1 ;; hi-phonetic.mim -- Hindi input method for phonetic layout
2 ;; Copyright (c) 2004-2006 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 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 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 library; if not, write to the Free
19 ;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
20 ;; 02111-1307, USA.
21
22 (input-method hi phonetic)
23
24 (description "Hindi 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: Jatin Nansi <jnansi@redhat.com>
43 Key summary: Rajesh Ranjan <rranjan@redhat.com> 
44 ")
45
46 (title "क")
47
48 (map
49  (trans
50   ("~" ?ऎ)
51   ("`" ?ॆ)
52   ("!" ?ऍ)
53   ("1" ?१)
54   ("@" ?ॅ)
55   ("2" ?२)
56   ("#" ?ऑ)
57   ("3" ?३)
58   ("$" ?ॉ)
59   ("4" ?४)
60   ("%" ?ञ)
61   ("5" ?५)
62   ("6" ?६)
63   ("7" ?७)
64   ("8" ?८)
65   ("(" ?()
66   ("9" ?९)
67   (")" ?))
68   ("0" ?०)
69   ("_" ?_)
70   ("-" ?-)
71   ("+" ?+)
72   ("=" ?=)
73   ("Q" ?औ)
74   ("q" ?ओ)
75   ("W" ?ठ)
76   ("w" ?ट)
77   ("E" ?ै)
78   ("e" ?े)
79   ("R" ?ृ)
80   ("r" ?र)
81   ("T" ?थ)
82   ("t" ?त)
83   ("Y" ?य़)
84   ("y" ?य)
85   ("U" ?ू)
86   ("u" ?ु)
87   ("I" ?ी)
88   ("i" ?ि)
89   ("O" ?ौ)
90   ("o" ?ो)
91   ("P" ?फ)
92   ("p" ?प)
93   ("{" ?ढ)
94   ("[" ?ड)
95   ("}" ?ऱ)
96   ("]" ?ऋ)
97   ("A" ?आ)
98   ("a" ?ा)
99   ("S" ?श)
100   ("s" ?स)
101   ("D" ?ध)
102   ("d" ?द)
103   ("F" ?अ)
104   ("f" ?्)
105   ("G" ?घ)
106   ("g" ?ग)
107   ("H" ?ः)
108   ("h" ?ह)
109   ("J" ?झ)
110   ("j" ?ज)
111   ("K" ?ख)
112   ("k" ?क)
113   ("L" ?ळ)
114   ("l" ?ल)
115   (":" ?ई)
116   (";" ?इ)
117   ("\"" ?ऊ)
118   ("'" ?उ)
119   ("|" ?ऒ)
120   ("\\" ?ॊ)
121   ("Z" ?ँ)
122   ("z" ?ङ)
123   ("x" ?ष)
124   ("C" ?छ)
125   ("c" ?च)
126   ("V" ?ऴ)
127   ("v" ?व)
128   ("B" ?भ)
129   ("b" ?ब)
130   ("N" ?ण)
131   ("n" ?न)
132   ("M" ?ं)
133   ("m" ?म)
134   ("<" ?ऩ)
135   ("," ?,)
136   (">" ?़)
137   ("." ?।)
138   ("?" ?ऐ)
139   ("/" ?ए)
140   ("^" "ज्ञ")
141   ("X" "क्ष")
142   ("*" "श्र")
143   ))
144
145 (state
146   (init
147     (trans)))