๐
ROOT
/
usr
/
share
/
m17n
๐ค Upload File
๐ New Folder
โ๏ธ EDITING: my-kbd.mim
;; my-kbd.mim -- Myanmar input method with Myanmar keyboard layout ;; Copyright (C) 2004, 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 my kbd) (description "Myanmar input method simulating the Myanmar keyboard. ") (title "MY") (map (map ;; Unshifted Shift Alt ("1" 0x1041) ("!" 0x100D) ; แ แ - ("2" 0x1042) ; แ - - ("3" 0x1043) ("#" 0x100B) ; แ แ - ("4" 0x1044) ; แ - - ("5" 0x1045) ; แ - - ("6" 0x1046) ; แ - - ("7" 0x1047) ("&" 0x101B) ; แ แ - ("8" 0x1048) ("*" 0x1002) ; แ แ - ("9" 0x1049) ; แ - - ("0" 0x1040) (")" 0x101D) ; แ แ - ("q" 0x1006) ("Q" 0x104D) ; แ แ - ("w" 0x1010) ; แ - - ("e" 0x1014) ; แ - - ("r" 0x1019) ; แ - - ("t" 0x1021) ; แก - - ("y" 0x1015) ; แ - - ("u" 0x1000) ; แ - - ("i" 0x1004) ; แ - - ("o" 0x101E) ("O" 0x1025) ; แ แฅ - ("p" 0x1005) ("P" 0x100F) ; แ แ - ("[" 0x101F) ("{" 0x100E) ; แ แ - ("]" 0x1009) ("}" 0x1027) ; แ แง - ("\\" 0x104F) ; แ - - ("a" 0x1031) ("A" 0x1017) ; แฑ แ - ("s" 0x1039 0x101A) ("S" 0x1039 0x101F) ;แนแ แนแ - ("d" 0x102D) ("D" 0x102E) ; แญ แฎ - ("f" 0x1039) ("F" 0x200D) ; แน ZWNJ - ((A-g) 0x104C) ; - - แ ("g" 0x200C) ("G" 0x1039 0x101D) ;แนแ แนแ - ("h" 0x1037) ("H" 0x1036) ((A-h) 0x104D) ; แท แถ แ ("j" 0x1039 0x101B) ("J" 0x1032) ((A-j) 0x104E) ; แนแ แฒ แ ("k" 0x102F) ((A-k) 0x1024) ; แฏ - แค ("l" 0x1030) ; แฐ - - (";" 0x1038) ; แธ - - ("'" 0x1012) ("\"" 0x1013) ; แ แ - ("z" 0x1016) ("Z" 0x1007) ; แ แ - ("x" 0x1011) ("X" 0x100C) ; แ แ - ("c" 0x1001) ("C" 0x1003) ; แ แ - ("v" 0x101C) ("V" 0x1020) ; แ แ - ("b" 0x1018) ; แ - - ("n" 0x100A) ; แ - - ("m" 0x102C) ; แฌ - - ("," 0x101A) ("<" 0x104D) ; แ แ - ("." 0x1008) (">" 0x1024) ; แ แค - ("/" 0x104B) ; แ - - )) (state (init (map))) ;; Local Variables: ;; coding: utf-8 ;; mode: lisp ;; End:
๐พ SAVE CHANGES
CANCEL