New file
[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 not yet part of the m17n database; 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 Author: Jatin Nansi <jnansi@redhat.com>")
26
27 (title "क")
28
29 (map
30  (trans
31   ("~" ?ऎ)
32   ("`" ?ॆ)
33   ("!" ?ऍ)
34   ("1" ?१)
35   ("@" ?ॅ)
36   ("2" ?२)
37   ("#" ?ऑ)
38   ("3" ?३)
39   ("$" ?ॉ)
40   ("4" ?४)
41   ("%" ?ञ)
42   ("5" ?५)
43   ("6" ?६)
44   ("7" ?७)
45   ("8" ?८)
46   ("(" ?()
47   ("9" ?९)
48   (")" ?))
49   ("0" ?०)
50   ("_" ?_)
51   ("-" ?-)
52   ("+" ?+)
53   ("=" ?=)
54   ("Q" ?औ)
55   ("q" ?ओ)
56   ("W" ?ठ)
57   ("w" ?ट)
58   ("E" ?ै)
59   ("e" ?े)
60   ("R" ?ृ)
61   ("r" ?र)
62   ("T" ?थ)
63   ("t" ?त)
64   ("Y" ?य़)
65   ("y" ?य)
66   ("U" ?ू)
67   ("u" ?ु)
68   ("I" ?ी)
69   ("i" ?ि)
70   ("O" ?ौ)
71   ("o" ?ो)
72   ("P" ?फ)
73   ("p" ?प)
74   ("{" ?ढ)
75   ("[" ?ड)
76   ("}" ?ऱ)
77   ("]" ?ऋ)
78   ("A" ?आ)
79   ("a" ?ा)
80   ("S" ?श)
81   ("s" ?स)
82   ("D" ?ध)
83   ("d" ?द)
84   ("F" ?अ)
85   ("f" ?्)
86   ("G" ?घ)
87   ("g" ?ग)
88   ("H" ?ः)
89   ("h" ?ह)
90   ("J" ?झ)
91   ("j" ?ज)
92   ("K" ?ख)
93   ("k" ?क)
94   ("L" ?ळ)
95   ("l" ?ल)
96   (":" ?ई)
97   (";" ?इ)
98   ("\"" ?ऊ)
99   ("'" ?उ)
100   ("|" ?ऒ)
101   ("\\" ?ॊ)
102   ("Z" ?ँ)
103   ("z" ?ङ)
104   ("x" ?ष)
105   ("C" ?छ)
106   ("c" ?च)
107   ("V" ?ऴ)
108   ("v" ?व)
109   ("B" ?भ)
110   ("b" ?ब)
111   ("N" ?ण)
112   ("n" ?न)
113   ("M" ?ं)
114   ("m" ?म)
115   ("<" ?ऩ)
116   ("," ?,)
117   (">" ?़)
118   ("." ?।)
119   ("?" ?ऐ)
120   ("/" ?ए)
121   ("^" "ज्ञ")
122   ("X" "क्ष")
123   ("*" "श्र")
124   ))
125
126 (state
127   (init
128     (trans)))