;; 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) ("@" 0x1052) ; ၂ ၒ - ("3" 0x1043) ("#" 0x100B) ; ၃ ဋ - ("4" 0x1044) ("$" 0x1053) ; ၄ ၓ - ("5" 0x1045) ("%" 0x1054) ; ၅ ၔ - ("6" 0x1046) ("^" 0x1055) ; ၆ ၕ - ("7" 0x1047) ("&" 0x101B) ; ၇ ရ - ("8" 0x1048) ("*" 0x1002) ; ၈ ဂ - ("9" 0x1049) ; ၉ ( - ("0" 0x1040) ; ၀ ) - ("q" 0x1006) ("Q" 0x1008) ; ဆ ဈ - ("w" 0x1010) ("W" 0x101D) ; တ ဝ - - ("e" 0x1014) ("E" 0x1023) ; န ဣ- - ("r" 0x1019) ("R" 0x104E) ; မ ၎ - - ("t" 0x1021) ("T" 0x1024) ; အ ဤ- - ("y" 0x1015) ("Y" 0x104C) ; ပ ၌- - ("u" 0x1000) ("U" 0x1025) ; က ဥ- - ("i" 0x1004) ("I" 0x104D) ; င ၍- - ("o" 0x101E) ("O" 0x103F) ; သ ဿ - ("p" 0x1005) ("P" 0x100F) ; စ ဏ - ("[" 0x101F) ("{" 0x1027) ; ဟ ဧ - ("]" 0x1029) ("}" 0x102A) ; ဩ ဪ - ("\\" 0x104F) ("ၑ" 0x1051) ; ၏ ၑ- - ("a" 0x1031) ("A" 0x1017) ; ေ ဗ - ("s" 0x103B) ("S" 0x103E) ; -ျ -ှ - ("d" 0x102D) ("D" 0x102E) ; ိ ီ - ("f" 0x103A) ("F" 0x1039) ; ် ္- ("g" 0x102B) ("G" 0x103D) ;ါ ွ - ("h" 0x1037) ("H" 0x1036) ; ့ ံ ("j" 0x103C) ("J" 0x1032) ; ြ ဲ ("k" 0x102F) ("K" 0x1012) ; ု ဒ - ("l" 0x1030) ("L" 0x1013) ; ူ ဓ - (";" 0x1038) (":" 0x1002) ; း ဂ - ("'" 0x1012) ("\"" 0x1013) ; ဒ ဓ - ("z" 0x1016) ("Z" 0x1007) ; ဖ ဇ - ("x" 0x1011) ("X" 0x100C) ; ထ ဌ - ("c" 0x1001) ("C" 0x1003) ; ခ ဃ - ("v" 0x101C) ("V" 0x1020) ; လ ဠ - ("b" 0x1018) ("B" 0x101A) ; ဘ ယ- - ("n" 0x100A) ("N" 0x1009) ; ည ဉ- - ("m" 0x102C) ("M" 0x1026) ; ာ ဦ - - ("<" 0x104A) ; , ၊ - (">" 0x104B) ; . ။ - ; vowel E ("au" 0x1000 0x1031) ("ac" 0x1001 0x1031) )) (state (init (map))) ;; Local Variables: ;; coding: utf-8 ;; mode: lisp ;; End: