Add Rupee sign.
[m17n/m17n-contrib.git] / im / te-inscript.mim
1 ;; te-inscript.mim -- Telugu input method for inscript layout
2 ;; This file is derived from the Telugu inscript table of scim-tables,
3 ;; which was derived from iiimf unitLE's Telugu 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 te inscript)
25
26 (description "Telugu input method for inscript layout.
27
28 Key description
29
30 శ => స్ + హ్  + అ
31 ష => S + హ్ + అ
32 జ్ఞ => జ్ + ఞ్ + అ
33 ర్త్స => ర్ + త్ + స్ + అ
34 కృ => క్ + ఱ్ + ఱ్ + ఇ
35 కై => క్ + అ + ఇ
36 కౌ => క్ + అ + ఉ
37 క్ష => క్ + ష్ + అ
38 స్త్రీ => స్ + త్ + ర్ + ఈ
39 శ్రీ => శ్ + ర్  + ఈ
40
41 These are the characterstics of the Telugu words
42 1. Telugu word must be end with vowel (Telugu is a vowel ending language)
43 2. Telugu words don't have the letter య  at the initial position.
44 3. In telugu we dont use the combination of Sanskrit loan words + native Telugu words. 
45
46 Key summary : Sree Thottempudi <sthottem@redhat.com>")
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" ?ఱ)
127   ("j" ?ర)
128   ("K" ?ఖ)
129   ("k" ?క)
130   ("L" ?థ)
131   ("l" ?త)
132   (":" ?ఛ)
133   (";" ?చ)
134   ("\"" ?ఠ)
135   ("'" ?ట)
136   ("|" ?|)
137   ("\\" ?\\)
138   ("~" ?ఒ)
139   ("`" ?ొ)
140   ("Z" ?ఎ)
141   ("z" ?ె)
142   ("X" ?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   ))
165
166 (state
167   (init
168     (trans)))