๐
ROOT
/
usr
/
share
/
m17n
๐ค Upload File
๐ New Folder
โ๏ธ EDITING: gu-phonetic.mim
;; gu-phonetic.mim -- Gujarati input method for phonetic layout ;; Copyright (c) 2004-2006 Red Hat, Inc. All rights reserved. ;; This file is part of the m17n contrib; a sub-part of the m17n ;; library. ;; The m17n library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public License ;; as published by the Free Software Foundation; either version 2.1 of ;; the License, or (at your option) any later version. ;; The m17n library 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 ;; Lesser General Public License for more details. ;; You should have received a copy of the GNU Lesser General Public ;; License along with the m17n library; if not, write to the Free ;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ;; Boston, MA 02110-1301, USA. (input-method gu phonetic) (description "Gujarati input method for phonetic layout. Key Summary: 1. เชคเซเชฐ : ^ This can also be typed as a sequence of following: เชค + เซ + เชฐ i.e. t + f + r 2. เชเซเชท : X This can also be typed as a sequence of following: เช + เซ + เชท i.e. k + f + x 3. เชถเซเชฐ : * This can also be typed as a sequence of following: เชถ + เซ + เชฐ i.e. S + f + r Author: Jatin Nansi <jnansi@redhat.com> Key Summary: Ankitkumar Rameshchandra Patel <ankit@redhat.com> ") (title "เช") (map (trans ((KP_1) "เซง") ((KP_2) "เซจ") ((KP_3) "เซฉ") ((KP_4) "เซช") ((KP_5) "เซซ") ((KP_6) "เซฌ") ((KP_7) "เซญ") ((KP_8) "เซฎ") ((KP_9) "เซฏ") ((KP_0) "เซฆ") ((KP_Decimal) ".") ((KP_Divide) "/") ((KP_Multiply) "*") ((KP_Add) "+") ((KP_Subtract) "-") ("~" ?เช) ("`" ?เซ ) ("!" ?!) ("1" ?เซง) ("@" ?@) ("2" ?เซจ) ("#" ?#) ("3" ?เซฉ) ("$" ?$) ("4" ?เซช) ("&" ?เซฑ) ("5" ?เซซ) ("6" ?เซฌ) ("7" ?เซญ) ("8" ?เซฎ) ("(" ?() ("9" ?เซฏ) (")" ?)) ("0" ?เซฆ) ("_" ?_) ("-" ?-) ("+" ?+) ("=" ?=) ("Q" ?เช) ("q" ?เช) ("W" ?เช ) ("w" ?เช) ("E" ?เซ) ("e" ?เซ) ("R" ?เซ) ("r" ?เชฐ) ("T" ?เชฅ) ("t" ?เชค) ("Y" "เชฏเชผ") ("y" ?เชฏ) ("U" ?เซ) ("u" ?เซ) ("I" ?เซ) ("i" ?เชฟ) ("O" ?เซ) ("o" ?เซ) ("P" ?เชซ) ("p" ?เชช) ("{" ?เชข) ("[" ?เชก) ("}" "เชฐเชผ") ("]" ?เช) ("A" ?เช) ("a" ?เชพ) ("S" ?เชถ) ("s" ?เชธ) ("D" ?เชง) ("d" ?เชฆ) ("F" ?เช ) ("f" ?เซ) ("G" ?เช) ("g" ?เช) ("H" ?เช) ("h" ?เชน) ("J" ?เช) ("j" ?เช) ("K" ?เช) ("k" ?เช) ("L" ?เชณ) ("l" ?เชฒ) (":" ?เช) (";" ?เช) ("\"" ?เช) ("'" ?เช) ("|" ?เช) ("\\" ?เซ) ("Z" ?เช) ("z" ?เช) ("x" ?เชท) ("C" ?เช) ("c" ?เช) ("V" ?เชฝ) ("v" ?เชต) ("B" ?เชญ) ("b" ?เชฌ) ("N" ?เชฃ) ("n" ?เชจ) ("M" ?เช) ("m" ?เชฎ) ("<" ?เซ) ("," ?,) (">" ?เชผ) ("." ?.) ("?" ?เช) ("/" ?เช) ("X" "เชเซเชท") ("%" "เชเซเช") ("^" "เชคเซเชฐ") ("*" "เชถเซเชฐ") )) (state (init (trans)))
๐พ SAVE CHANGES
CANCEL