New file.
[m17n/m17n-contrib.git] / im / hi-remington.mim
1 ;; hi-remington.mim -- Hindi input method for Remington typewriter layout
2 ;; Copyright (c) 2006-2007 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 m17n 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 m17n 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 m17n library; if not, write to the Free
19 ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 ;; Boston, MA 02110-1301, USA.
21
22 (input-method hi remington)
23
24 (description "Hindi input method for Remington typewriter layout.
25 Author: Rajesh Ranjan <rranjan@redhat.com>
26 ")
27
28 (title "क")
29
30 (map
31  (trans
32  
33   ((KP_1) "१")
34   ((KP_2) "२")
35   ((KP_3) "३")
36   ((KP_4) "४")
37   ((KP_5) "५")
38   ((KP_6) "६")
39   ((KP_7) "७")
40   ((KP_8) "८")
41   ((KP_9) "९")
42   ((KP_0) "०")
43   ((KP_Decimal) ".")
44   ((KP_Divide) "/")
45   ((KP_Multiply) "*")
46   ((KP_Add) "+")
47   ((KP_Subtract) "-") 
48  
49   ("~" "ृ")
50  ("`" "`") 
51  ("!" "!")
52   ("1" "१")
53  ("@" "/")
54   ("2" "२")
55   ("#" "रु")
56   ("3" "३")
57  ("$" "+")
58   ("4" "४")
59   ("%" "ः")
60   ("5" "५")
61  ("^" "'")
62   ("6" "६")
63  ("&" "-")
64   ("7" "७")
65  ("*" "'")
66   ("8" "८")
67  ("(" ";")
68   ("9" "९")
69   (")" "द्घ")
70   ("0" "०")
71   ("_" "ऋ")
72  ("-" ".")
73   ("+" "़")
74   ("=" "त्र")
75  ("Q" "फ")
76  ("q" "ु")
77  ("W" "ॅ")
78  ("w" "ू")
79  ("E" "म्")
80  ("e" "म")
81  ("R" "त्")
82  ("r" "त")
83  ("T" "ज्")
84  ("t" "ज")
85  ("Y" "ल्")
86  ("y" "ल")
87  ("U" "न्")
88  ("u" "न")
89  ("I" "प्")
90  ("i" "प")
91  ("O" "व्")
92  ("o" "व")
93  ("P" "च्")
94  ("p" "च")
95   ("{" "क्ष्")
96   ("[" "ख्")
97   ("}" "द्व")
98  ("]" ",")
99   ("|" "द्य")
100  ("\" "?")
101  ("A" "।")
102  ("a" ".")
103  ("S" "ै")
104  ("s" "े")
105  ("D" "क्")
106  ("d" "क")
107  ("F" "थ्")
108  ("f" "ि")
109  ("G" "ळ")
110  ("g" "ह")
111  ("H" "भ्")
112  ("h" "ी")
113  ("J" "श्र")
114  ("j" "र")
115  ("K" "ज्ञ")
116  ("k" "ा")
117  ("L" "स्")
118  ("l" "स")
119   (":" "रू")
120   (";" "य")
121   ("\"" "ष्")
122   ("'" "श्")
123  ("Z" "र्") 
124  ("z" "z")
125  ("X" "ग्")
126  ("x" "ग")
127  ("C" "ब्")
128  ("c" "ब")
129  ("V" "ट")
130  ("v" "अ")
131  ("B" "ठ")
132  ("b" "इ")
133  ("N" "छ")
134  ("n" "द")
135  ("M" "ड")
136  ("m" "उ")
137   ("<" "ढ")
138   ("," "ए")
139   (">" "झ")
140   ("." "ण्")
141   ("?" "घ्")
142   ("/" "ध्")
143   ))
144
145 (state
146   (init
147     (trans)))
148
149
150