ЁЯМР
ROOT
/
usr
/
share
/
m17n
ЁЯУд Upload File
ЁЯУБ New Folder
тЬПя╕П EDITING: ne-rom-translit.mim
;; ne-rom-translit.mim -- Nepali input method with roman transliteration ;; keymapping ;; Creative commons (CC) 2013 Santosh Pradhan ;; This file is part of the m17n database; 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 ne rom-translit) (description "Nepali input method by roman transliteration.") (title "рдиреЗ translit") (map (starter ("~") (".") ("0") ("1") ("2") ("3") ("4") ("5") ("6") ("7") ("8") ("9") ("A") ("D") ("I") ("O") ("S") ("T") ("U") ("a") ("b") ("c") ("d") ("e") ("f") ("g") ("h") ("i") ("j") ("k") ("l") ("m") ("n") ("o") ("p") ("q") ("r") ("s") ("t") ("u") ("v") ("w") ("x") ("y") ("z") ((KP_1)) ((KP_2)) ((KP_3)) ((KP_4)) ((KP_5)) ((KP_6)) ((KP_7)) ((KP_8)) ((KP_9)) ((KP_0))) (non-starter-caps ("B") ("C") ("E") ("F") ("G") ("H") ("J") ("K") ("L") ("M") ("N") ("P") ("Q") ("R") ("V") ("W") ("X") ("Y") ("Z")) (consonant ("k" "рдХ") ("q" "рдХ") ("c" "рдХ") ("kh" "рдЦ") ("g" "рдЧ") ("gh" "рдШ") ("ng" "рдЩ") ("ch" "рдЪ") ("chh" "рдЫ") ("j" "рдЬ") ("z" "рдЬ") ("jh" "рдЭ") ("yn" "рдЮ") ("T" "рдЯ") ("t/" "рдЯ") ("Th" "рда") ("th/" "рда") ("D" "рдб") ("d/" "рдб") ("Dh" "рдв") ("dh/" "рдв") ("n/" "рдг") ("t" "рдд") ("th" "рде") ("d" "рдж") ("dh" "рдз") ("n" "рди") ("p" "рдк") ("f" "рдл") ("ph" "рдл") ("b" "рдм") ("bh" "рдн") ("m" "рдо") ("y" "рдп") ("r" "рд░") ("l" "рд▓") ("v" "рд╡") ("w" "рд╡") ("sh" "рд╢") ("Sh" "рд╖") ("shh" "рд╖") ("s" "рд╕") ("h" "рд╣") ("ks" "рдХреНрд╕") ("ksh" "рдХреНрд╖") ("x" "рдХреНрд╕") ("gy" "рдЧреНрдп") ("gyn" "рдЬреНрдЮ") ) (independent ("a" "рдЕ") ("aa" "рдЖ") ("A" "рдЖ") ("i" "рдЗ") ("ii" "рдИ") ("I" "рдИ") ("ee" "рдИ") ("u" "рдЙ") ("uu" "рдК") ("U" "рдК") ("oo" "рдК") ("rri" "рдЛ") ("rree" "реа") ("e" "рдП") ("ai" "рдР") ("o" "рдУ") ("au" "рдФ") ("AUM" "реР") ("OM" "реР") ("0" "реж") ("1" "рез") ("2" "реи") ("3" "рей") ("4" "рек") ("5" "рел") ("6" "рем") ("7" "рен") ("8" "рео") ("9" "реп") ((KP_1) "рез") ((KP_2) "реи") ((KP_3) "рей") ((KP_4) "рек") ((KP_5) "рел") ((KP_6) "рем") ((KP_7) "рен") ((KP_8) "рео") ((KP_9) "реп") ((KP_0) "реж") ) (dependent ("a" "") ("aa" "рд╛") ("A" "рд╛") ("i" "рд┐") ("ii" "реА") ("I" "реА") ("ee" "реА") ("u" "реБ") ("uu" "реВ") ("U" "реВ") ("oo" "реВ") ("rri" "реГ") ("rrii" "реД") ("e" "реЗ") ("ai" "реИ") ("o" "реЛ") ("au" "реМ") ("|" тАМ"реНтАН") ("\\" "реНтАМ") ) (anuswar ("*" "рдБ") ("M" "рдВ") ("N" "рдВ") ("H" "рдГ") ) (purna-biram ("." "ред") (".." "рее") ("~a" "рд╜") ) (backspace ((BackSpace) (undo))) ) (state (init (starter (pushback 1) (shift intermediate))) (in-word (anuswar (shift init)) (starter (pushback 1) (shift intermediate))) (intermediate (consonant (mark LAST-CONSONANT-POS) (shift second)) (independent (shift in-word)) (backspace) (purna-biram (shift init)) ) (second (consonant (mark TEMP) (move LAST-CONSONANT-POS) (insert ?реН) (move TEMP) (mark LAST-CONSONANT-POS)) (dependent (shift in-word)) (anuswar (shift init)) (backspace) (purna-biram (shift init)) )) ;; Local Variables: ;; coding: utf-8 ;; mode: emacs-lisp ;; End:
ЁЯТ╛ SAVE CHANGES
CANCEL