Add new entries.
[m17n/m17n-contrib.git] / im / kn-kgp.mim
1 ;; kn-kgp.mim -- Kannada input method for KGP layout
2 ;; This file is derived from the Kannada KGP table of scim-tables,
3 ;; which was derived from iiimf unitLE's Kannada KGP 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 kn kgp)
25
26 (description "Kannada input method for KGP layout.
27 ")
28
29 (title "ಕ")
30
31 (map
32  (trans
33  
34   ((KP_1) "೧")
35   ((KP_2) "೨")
36   ((KP_3) "೩")
37   ((KP_4) "೪")
38   ((KP_5) "೫")
39   ((KP_6) "೬")
40   ((KP_7) "೭")
41   ((KP_8) "೮")
42   ((KP_9) "೯")
43   ((KP_0) "೦")
44   ((KP_Decimal) ".")
45   ((KP_Divide) "/")
46   ((KP_Multiply) "*")
47   ((KP_Add) "+")
48   ((KP_Subtract) "-") 
49  
50   ("!" "!")
51   ("1" "೧")
52   ("@" "@")
53   ("2" "೨")
54   ("#" "#")
55   ("3" "೩")
56   ("$" "$")
57   ("4" "೪")
58   ("%" "%")
59   ("5" "೫")
60   ("^" "^")
61   ("6" "೬")
62   ("&" "&")
63   ("7" "೭")
64   ("*" "*")
65   ("8" "೮")
66   ("(" "(")
67   ("9" "೯")
68   (")" ")")
69   ("0" "೦")
70   ("_" "_")
71   ("-" "-")
72   ("+" "+")
73   ("=" "=")
74   ("Q" "ಠ")
75   ("q" "ಟ")
76   ("W" "ಢ")
77   ("w" "ಡ")
78   ("E" "ಏ")
79   ("e" "ಎ")
80   ("R" "ಋ")
81   ("r" "ರ")
82   ("T" "ಥ")
83   ("t" "ತ")
84   ("Y" "ಐ")
85   ("y" "ಯ")
86   ("U" "ಊ")
87   ("u" "ಉ")
88   ("I" "ಈ")
89   ("i" "ಇ")
90   ("O" "ಓ")
91   ("o" "ಒ")
92   ("P" "ಫ")
93   ("p" "ಪ")
94   ("{" "{")
95   ("[" "[")
96   ("}" "}")
97   ("]" "]")
98   ("A" "ಆ ")
99   ("a" "ಅ")
100   ("S" "ಶ")
101   ("s" "ಸ")
102   ("D" "ಧ")
103   ("d" "ದ")
104   ("F" "೯")
105   ("f" "್")
106   ("G" "ಘ")
107   ("g" "ಗ")
108   ("H" "ಃ")
109   ("h" "ಹ")
110   ("J" "ಝ")
111   ("j" "ಜ")
112   ("K" "ಖ")
113   ("k" "ಕ")
114   ("L" "ಳ")
115   ("l" "ಲ")
116   (":" ":")
117   (";" ";")
118   ("\"" "\"")
119   ("'" "'")
120   ("|" "|")
121   ("\\" "\\")
122   ("~" "~")
123   ("`" "`")
124   ("z" "ಞ")
125   ("Z" "ಙ")
126   ("X" "ಕ್ಷ")
127   ("x" "ಷ")
128   ("C" "ಛ")
129   ("c" "ಚ")
130   ("V" "ಔ")
131   ("v" "ವ")
132   ("B" "ಭ")
133   ("b" "ಬ")
134   ("N" "ಣ")
135   ("n" "ನ")
136   ("M" "ಂ")
137   ("m" "ಮ")
138   ("<" "<")
139   ("," ",")
140   (">" ">")
141   ("." ".")
142   ("/" "/")
143   ("ff" "‍")
144   ))
145
146 (state
147   (init
148     (trans)))