Update copyright years
[m17n/m17n-contrib.git] / im / or-inscript.mim
1 ;; or-inscript.mim -- Oriya input method for inscript 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 or inscript)
23
24 (description "Oriya input method for inscript layout.
25
26 Reference URL - http://indlinux.org/wiki/index.php/InscriptLayouts#Oriya
27 Key Summary:
28 1. ଜ୍ଞ : %
29 This can also be typed as a sequence of following:
30 ଜ + ୍ + ଞ i.e. p + d + }
31 2. ତ୍ର : ^
32 This can also be typed as a sequence of following:
33 ତ + ୍ + ର i.e. l + d + j
34
35 3. କ୍ଷ : &
36 This can also be typed as a sequence of following:
37 କ + ୍ + ଷ i.e. k + d + <
38
39 4. ଶ୍ର : *
40 This can also be typed as a sequence of following:
41 ଶ + ୍ + ର i.e. M + d + j
42
43 Author: Subhransu Behera <sbehera@redhat.com>
44 Key summary: Subhransu Behera <sbehera@redhat.com>
45 ")
46
47
48 (title "କ")
49
50 (map
51  (trans
52  
53   ((KP_1) "୧")
54   ((KP_2) "୨")
55   ((KP_3) "୩")
56   ((KP_4) "୪")
57   ((KP_5) "୫")
58   ((KP_6) "୬")
59   ((KP_7) "୭")
60   ((KP_8) "୮")
61   ((KP_9) "୯")
62   ((KP_0) "୦")
63   ((KP_Decimal) ".")
64   ((KP_Divide) "/")
65   ((KP_Multiply) "*")
66   ((KP_Add) "+")
67   ((KP_Subtract) "-") 
68  
69   ("!" "!")
70   ("1" "୧")
71   ("@" "@") 
72   ("2" "୨")
73   ("#" "୍ର")
74   ("3" "୩")
75   ("$" "ର୍")
76   ("4" "୪")
77   ((G-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" "J")
127   ("j" "ର")
128   ("K" "ଖ")
129   ("k" "କ")
130   ("L" "ଥ")
131   ("l" "ତ")
132   (":" "ଛ")
133   (";" "ଚ")
134   ("\"" "ଠ")
135   ("'" "ଟ")
136   ("|" "|")
137   ("\\" "\\")
138   ("~" "୰")
139   ("`" "`")
140   ("Z" "Z")
141   ("z" "z")
142   ("X" "ଁ")
143   ("x" "ଂ")
144   ("C" "ଣ")
145   ("c" "ମ")
146   ("V" "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   ))
165
166 (state
167   (init
168     (trans)))