1 ;; kn-itrans.mim -- Kannada input method with ITRANS method
2 ;; Copyright (C) 2003, 2004, 2005
3 ;; National Institute of Advanced Industrial Science and Technology (AIST)
4 ;; Registration Number H15PRO112
6 ;; Tiny change by Hari Prasad Nadig, Kannada l10n Team, kannada.l10n@gmail.com
7 ;; http://kannada.sourceforge.net/ 18 Aug 2005.
9 ;; This file is part of the m17n database; a sub-part of the m17n
12 ;; The m17n library is free software; you can redistribute it and/or
13 ;; modify it under the terms of the GNU Lesser General Public License
14 ;; as published by the Free Software Foundation; either version 2.1 of
15 ;; the License, or (at your option) any later version.
17 ;; The m17n library is distributed in the hope that it will be useful,
18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 ;; Lesser General Public License for more details.
22 ;; You should have received a copy of the GNU Lesser General Public
23 ;; License along with the m17n library; if not, write to the Free
24 ;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
27 (input-method kn itrans)
29 (description "Kannada input method by ITRANS transliteration.
30 For the detail of ITRANS, see the page:
31 <http://www.aczoom.com/itrans/>
32 There are few changes from the ITRANS by Hari Prasad Nadig,
33 Kannada l10n Team, kannada.l10n@gmail.com
34 <http://kannada.sourceforge.net>
42 (".") ("~") ("#") ("$") ("^") ("*") ((S-\ )) ((C-@))
43 ("0") ("1") ("2") ("3") ("4")
44 ("5") ("6") ("7") ("8") ("9")
45 ("A") ("C") ("D") ("E") ("G") ("H") ("I") ("J") ("K")
46 ("L") ("M") ("N") ("O") ("R") ("S") ("T") ("U") ("Y")
47 ("a") ("b") ("c") ("d") ("e") ("f") ("g") ("h") ("i")
48 ("j") ("k") ("l") ("m") ("n") ("o") ("p") ("q") ("r")
49 ("s") ("t") ("u") ("v") ("w") ("x") ("y") ("z"))
144 ("aa" (delete @-) "ಾ")
145 ("A" (delete @-) "ಾ")
146 ("i" (delete @-) "ಿ")
147 ("ii" (delete @-) "ೀ")
148 ("I" (delete @-) "ೀ")
149 ("u" (delete @-) "ು")
150 ("uu" (delete @-) "ೂ")
151 ("U" (delete @-) "ೂ")
152 ("RRi" (delete @-) "ೃ")
153 ("R^i" (delete @-) "ೃ")
154 ("LLi" (delete @-) "")
155 ("L^i" (delete @-) "")
156 ("E" (delete @-) "ೇ")
157 ("e" (delete @-) "ೆ")
158 ("ai" (delete @-) "ೈ")
159 ("O" (delete @-) "ೋ")
160 ("o" (delete @-) "ೊ")
161 ("au" (delete @-) "ೌ")
162 ("RRI" (delete @-) "ೄ")
163 ("R^I" (delete @-) "ೄ")
164 ("LLI" (delete @-) "")
165 ("L^I" (delete @-) ""))
171 ((BackSpace) (undo))))
176 (starter (pushback 1) (shift intermediate)))
179 (consonant (shift second))
180 (independent (shift finish))
182 (return (shift init)))
186 (dependent (shift finish))
188 (return (shift init)))