๐
ROOT
/
usr
/
share
/
m17n
๐ค Upload File
๐ New Folder
โ๏ธ EDITING: lo-kbd.mim
;; lo-kbd.mim -- Lao input method with Lao keyboard layout ;; Copyright (C) 2005 ;; 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 lo kbd) ;;; Input method for Lao using Lao keyboard layout. (description "Lao input method using Lao keyboard layout. The layout is based on the information at this page: http://home.vicnet.net.au/~lao/lswin/laokbd.htm เบข1 เบ2 เป3 เบ4 โเบธโเป โเบน^ เบ5 เบ6 เบ7 เบ8 เบ9 โเปโเปเป เบเป โเบปโเบปเป เป0 เบณเบณเป เบ_ เบฐ+ โเบดโเบดเป โเบตโเบตเป เบฃเบฎ เบเป เบเบฝ เบ- เบฅ/ โเบฑโเบฑเป เบซ; เบ. เบ, เป: โเปโเป โเปโเป เบฒ! เบช? เบง% เบ= *เบซเบผ เบ\" เบ( เปเบฏ เบญx โเบถโเบถเป โเบทโเบทเป เบเป เบกเป เป$ เบ) In addition, Lao digits are assigned to these keys: \\0:เป, \\1:เป, \\2:เป, \\3:เป, \\4:เป, \\5:เป, \\6:เป, \\7:เป, \\8:เป, \\9:เป ") (title "เบฅ") (map (map ("!" ?1) ("\"" ?=) ("#" ?3) ("$" ?4) ("&" ?5) ("%" ?เป) ("'" ?เบ) ("(" ?7) (")" ?8) ("*" ?6) ("+" "เปเป") ("," ?เบก) ("-" ?เบ) ("." ?เป) ("/" ?เบ) ("0" ?เบ) ("1" ?เบข) ("2" ?เบ) ("3" ?เป) ("4" ?เบ) ("5" ?เบธ) ("6" ?เบน) ("7" ?เบ) ("8" ?เบ) ("9" ?เบ) (":" ?%) (";" ?เบง) ("<" ?เป) ("=" ?เป) (">" ?$) ("?" ?\)) ("@" ?2) ("A" "เบฑเป") ("B" "เบถเป") ("C" ?เบฏ) ("D" ?.) ("E" "เบณเป") ("F" ?,) ("G" ?:) ("H" ?เป) ("I" ?เบฎ) ("J" ?เป) ("K" ?!) ("L" ??) ("M" ?เป) ("N" "เบทเป") ("O" ?เป) ("P" ?เบฝ) ("Q" "เบปเป") ("R" ?_) ("S" ?\;) ("T" ?+) ("U" "เบตเป") ("V" ?x) ("W" ?0) ("X" ?\() ("Y" "เบดเป") ("Z" ?\") ("[" ?เบ) ("]" ?เบฅ) ("^" ?เบผ) ("_" ?9) ("`" ?*) ("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" ?เบ) ("{" ?-) ("|" "เบซเบผ") ("}" ?/) ("~" ?เป) ("\\\\" ?\\) ("\\0" ?เป) ("\\1" ?เป) ("\\2" ?เป) ("\\3" ?เป) ("\\4" ?เป) ("\\5" ?เป) ("\\6" ?เป) ("\\7" ?เป) ("\\8" ?เป) ("\\9" ?เป))) (state (init (map))) ;; Local Variables: ;; coding: utf-8 ;; mode: lisp ;; End:
๐พ SAVE CHANGES
CANCEL