/usr/share/m17n/te-sarala.mim is in m17n-db 1.6.5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 | ;; te-sarala.mim -- Telugu input method with enhanced Sarala layout
;; Copyright (C) 2012 Satyam Pothamsetti <satyam@teluguvahini.com>
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;; The initial versions of Sarala Ergonomic Telugu Keyboard for Professionals
;; was designed by Krishna Dhullipalla, for Windows.
;; Please visit http://www.medhajananam.org/sarala/
;; and read the 'Research Paper' on the website to see
;; why Sarala is a faster and ergonomic layout for typing in Telugu.
;; Please start by practicing the exercise words from the document,
;; 'Learn Sarala in 2 hours'.
;; You can also practice those exercises at http://lekhini.org/sarala/
;; That site is useful especially when you need to quickly use Sarala from
;; a machine that does not have this layout installed.
;; This is an enhanced layout of Sarala for Telugu, with several new keys.
(input-method te sarala)
(description "Enhanced Sarala Telugu Keyboard layout for Professionals
Author: Current developer & maintainer, Satyam Pothamsetti <satyam@teluguvahini.com>
Initial layout designer: Krishna Dhullipalla, http://www.medhajananam.org/sarala/
")
(title "స")
(map
(kbd
("`" "ృ")
("~" "ఋ")
((A-1) "౧")
((C-!) "౹")
((A-2) "౨")
((C-@) "॥")
((A-3) "౩")
((C-#) "౼")
((A-4) "౪")
((C-$) "₹")
((A-5) "౫")
((C-%) "౿")
((A-6) "౬")
((C-^) "౺")
((A-7) "౭")
((C-&) "౽")
((A-8) "౮")
((C-*) "౻")
((A-9) "౯")
((C-\() "౾")
((A-0) "౦")
((C-\)) "౸")
("-" "") ; ZWNJ
((A--) "-")
("+" "") ; ZWJ
((A-=) "+")
("q" "ె")
("Q" "ఎ")
("w" "స")
("W" "ష")
("e" "ే")
("E" "ఏ")
("r" "ర")
("R" "ఱ")
((A-r) "ౄ")
((A-R) "ౠ")
("t" "త")
("T" "థ")
("y" "ీ")
("Y" "ఈ")
("u" "ు")
("U" "ఉ")
("i" "ి")
("I" "ఇ")
("o" "ో")
("O" "ఓ")
((A-o) "ॐ")
("p" "ప")
("P" "ఫ")
("[" "జ")
((C-{) "ౙ")
("{" "ఝ")
((A-[) "[")
((A-{) "{")
("]" "ై")
("}" "ఐ")
((A-]) "]")
((A-}) "}")
("\\" "ౌ")
("|" "ఔ")
("a" "య")
("A" "ఽ")
("s" "ం")
("S" "ః")
("d" "ద")
("D" "ధ")
("f" "్")
("F" "అ")
("g" "గ")
("G" "ఘ")
("h" "చ")
((A-h) "ౘ")
("H" "ఛ")
("j" "ా")
("J" "ఆ")
("k" "క")
("K" "ఖ")
("l" "ల")
("L" "ళ")
((A-l) "ఌ")
((A-L) "ౡ")
(";" "ట")
(":" "ఠ")
((A-\;) ";")
((A-:) ":")
("z" "ొ")
("Z" "ఒ")
("x" "ూ")
("X" "ఊ")
("c" "డ")
("C" "ఢ")
("v" "వ")
("V" "హ")
("b" "బ")
("B" "భ")
("n" "న")
("N" "ణ")
("m" "మ")
("M" "ఁ")
("<" "ఞ")
((A-,) "<")
(">" "ఙ")
((A-.) ">")
("/" "శ")
((A-/) "/")
)
)
(state
(init
(kbd)
)
)
;; Local Variables:
;; coding: utf-8
;; mode: emacs-lisp
;; End:
|