ЁЯМР
ROOT
/
usr
/
share
/
m17n
ЁЯУд Upload File
ЁЯУБ New Folder
тЬПя╕П EDITING: sa-harvard-kyoto.mim
;; sa-harvard-kyoto.mim -- Sanscrit input method with Harvard-Kyoto convention ;; Copyright (C) 2008 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H15PRO112 ;; 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 sa harvard-kyoto) (description "Sanscrit input method with Harvard-Kyoto convention. The table is based on <http://en.wikipedia.org/wiki/Harvard-Kyoto> ") (title "рдХ") (map (starter ((S-\ )) ((C-@)) ("0") ("1") ("2") ("3") ("4") ("5") ("6") ("7") ("8") ("9") ("A") ("D") ("G") ("H") ("I") ("J") ("M") ("N") ("O") ("R") ("S") ("T") ("U") ("a") ("b") ("c") ("d") ("e") ("g") ("h") ("i") ("j") ("k") ("l") ("m") ("n") ("o") ("p") ("r") ("s") ("t") ("u") ("v") ("y") ("z") (".") ("|") ("!") ((KP_1)) ((KP_2)) ((KP_3)) ((KP_4)) ((KP_5)) ((KP_6)) ((KP_7)) ((KP_8)) ((KP_9)) ((KP_0))) (consonant ("k" "рдХреН") ("kh" "рдЦреН") ("g" "рдЧреН") ("gh" "рдШреН") ("G" "рдЩреН") ("c" "рдЪреН") ("ch" "рдЫреН") ("j" "рдЬреН") ("jh" "рдЭреН") ("J" "рдЮреН") ("T" "рдЯреН") ("Th" "рдареН") ("D" "рдбреН") ("Dh" "рдвреН") ("N" "рдгреН") ("t" "рддреН") ("th" "рдереН") ("d" "рджреН") ("dh" "рдзреН") ("n" "рдиреН") ("p" "рдкреН") ("ph" "рдлреН") ("b" "рдмреН") ("bh" "рднреН") ("m" "рдореН") ("y" "рдпреН") ("r" "рд░реН") ("l" "рд▓реН") ("v" "рд╡реН") ("z" "рд╢реН") ("S" "рд╖реН") ("s" "рд╕реН") ("h" "рд╣реН")) (independent ("M" "рдВ") ("H" "рдГ") ("a" "рдЕ") ("A" "рдЖ") ("i" "рдЗ") ("I" "рдИ") ("u" "рдЙ") ("U" "рдК") ("R" "рдЛ") ("lR" "рдМ") ("e" "рдП") ("ai" "рдР") ("o" "рдУ") ("au" "рдФ") ("RR" "реа") ("lRR" "реб") (".a" "рд╜") ("|" "ред") ("!" "рее") ("OM" "реР") ("0" "реж") ("1" "рез") ("2" "реи") ("3" "рей") ("4" "рек") ("5" "рел") ("6" "рем") ("7" "рен") ("8" "рео") ("9" "реп") ((KP_0) "реж") ((KP_1) "рез") ((KP_2) "реи") ((KP_3) "рей") ((KP_4) "рек") ((KP_5) "рел") ((KP_6) "рем") ((KP_7) "рен") ((KP_8) "рео") ((KP_9) "реп") ((S-\ ) "тАМ") ((C-@) "тАН")) (dependent ("a" (delete @-) "") ("A" (delete @-) "рд╛") ("i" (delete @-) "рд┐") ("I" (delete @-) "реА") ("u" (delete @-) "реБ") ("U" (delete @-) "реВ") ("R" (delete @-) "реГ") ("RR" (delete @-) "реД") ("e" (delete @-) "реЗ") ("ai" (delete @-) "реИ") ("o" (delete @-) "реЛ") ("au" (delete @-) "реМ") ("lR" (delete @-) "рев") ("lRR" (delete @-) "рег")) (return ((Return))) (backspace ((BackSpace) (undo)))) (state (init (starter (pushback 1) (shift intermediate))) (intermediate (consonant (shift second)) (independent (shift init)) (backspace) (return (shift init))) (second (consonant) (dependent (shift init)) (backspace) (return (shift init)))) ;; Local Variables: ;; coding: utf-8 ;; mode: emacs-lisp ;; End:
ЁЯТ╛ SAVE CHANGES
CANCEL