๐
ROOT
/
usr
/
share
/
m17n
๐ค Upload File
๐ New Folder
โ๏ธ EDITING: gu-inscript2.mim
;; gu-inscript2.mim -- Gujarati input method for enhanced inscript layout ;; Copyright (c) 2011-2016 Red Hat, Inc. All Rights Reserved. ;; This program 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. ;; 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 ;; 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. ;; ;; Author: Parag Nemade <pnemade@redhat.com> (input-method gu inscript2) (description "Gujarati input method for enhanced inscript layout. Reference URL - http://pune.cdac.in/html/gist/down/inscript_d.asp Use AltGr (Alt_R key) to type the following characters: Character Key ---------------------------- ZWJ AltGr + 1 ZWNJ AltGr + 2 โน AltGr + 4 Key summary :- 1. เชเซเช : % This can also be typed as a sequence of following: เช + เซ + เช i.e. p + d + } 2. เชคเซเชฐ : ^ This can also be typed as a sequence of following: เชค + เซ + เชฐ i.e. l + d + j 3. เชเซเชท : & This can also be typed as a sequence of following: เช + เซ + เชท i.e. k + d + < 4. เชถเซเชฐ : * This can also be typed as a sequence of following: เชถ + เซ + เชฐ i.e. M + d + j 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" "เซง") ((G-1) "โ") ("@" "เซ ") ("2" "เซจ") ((G-2) "โ") ("#" "เซเชฐ") ("3" "เซฉ") ("$" "เชฐเซ") ("4" "เซช") ((G-4) "โน") ("5" "เซซ") ("6" "เซฌ") ("7" "เซญ") ("8" "เซฎ") ("(" "(") ("9" "เซฏ") (")" ")") ("0" "เซฆ") ("_" "เช") ("-" "-") ("+" "เช") ((G-+) "เซ ") ("=" "เซ") ((G-=) "เซ") ("Q" "เช") ("q" "เซ") ("W" "เช") ("w" "เซ") ("E" "เช") ("e" "เชพ") ("R" "เช") ((G-R) "เซก") ("r" "เซ") ((G-r) "เซฃ") ("T" "เช") ("t" "เซ") ("Y" "เชญ") ("y" "เชฌ") ("U" "เช") ("u" "เชน") ("I" "เช") ("i" "เช") ("O" "เชง") ("o" "เชฆ") ("P" "เช") ("p" "เช") ("{" "เชข") ("[" "เชก") ("}" "เช") ("]" "เชผ") ("A" "เช") ("a" "เซ") ("S" "เช") ("s" "เซ") ("D" "เช ") ("d" "เซ") ("F" "เช") ((G-F) "เช") ("f" "เชฟ") ((G-f) "เซข") ("G" "เช") ("g" "เซ") ("H" "เชซ") ("h" "เชช") ("j" "เชฐ") ("K" "เช") ("k" "เช") ("L" "เชฅ") ("l" "เชค") (":" "เช") (";" "เช") ("\"" "เช ") ("'" "เช") ("|" "เช") ("\\" "เซ") ("X" "เช") ((G-X) "เซ") ("x" "เช") ("C" "เชฃ") ("c" "เชฎ") ("v" "เชจ") ("b" "เชต") ("N" "เชณ") ("n" "เชฒ") ("M" "เชถ") ("m" "เชธ") ("<" "เชท") ("," ",") ((G-,) "เซฑ") (">" "เฅค") ((G->) "เฅฅ") ("." ".") ((G-.) "เชฝ") ("/" "เชฏ") ("%" "เชเซเช") ("^" "เชคเซเชฐ") ("&" "เชเซเชท") ("*" "เชถเซเชฐ") )) (state (init (trans)))
๐พ SAVE CHANGES
CANCEL