109 lines
2.1 KiB
Plaintext
109 lines
2.1 KiB
Plaintext
;; dv-phonetic.mim -- Dhivehi phonetic 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 dv phonetic)
|
||
|
||
(description "Dhivehi input method simulating the Dhivehi phonetic keyboard.
|
||
The layout is approved by the Molvidian Ministry of
|
||
Communication, Science and Technology.
|
||
<http://www.mcst.gov.mv/News_and_Events/xpfonts.htm>
|
||
")
|
||
|
||
(title "dv-ph")
|
||
|
||
(map
|
||
(generic
|
||
("q" ?ް)
|
||
("w" ?އ)
|
||
("e" ?ެ)
|
||
("r" ?ރ)
|
||
("t" ?ތ)
|
||
("y" ?ޔ)
|
||
("u" ?ު)
|
||
("i" ?ި)
|
||
("o" ?ޮ)
|
||
("p" ?ޕ)
|
||
("a" ?ަ)
|
||
("s" ?ސ)
|
||
("d" ?ދ)
|
||
("f" ?ފ)
|
||
("g" ?ގ)
|
||
("h" ?ހ)
|
||
("j" ?ޖ)
|
||
("k" ?ކ)
|
||
("l" ?ލ)
|
||
(";" ?؛)
|
||
("z" ?ޒ)
|
||
("x" ?×)
|
||
("c" ?ޗ)
|
||
("v" ?ވ)
|
||
("b" ?ބ)
|
||
("n" ?ނ)
|
||
("m" ?މ)
|
||
("," ?،)
|
||
|
||
("Q" ?ޤ)
|
||
("W" ?ޢ)
|
||
("E" ?ޭ)
|
||
("R" ?ޜ)
|
||
("T" ?ޓ)
|
||
("Y" ?ޠ)
|
||
("U" ?ޫ)
|
||
("I" ?ީ)
|
||
("O" ?ޯ)
|
||
("P" ?÷)
|
||
("A" ?ާ)
|
||
("S" ?ށ)
|
||
("D" ?ޑ)
|
||
("F" ?ﷲ)
|
||
("G" ?ޣ)
|
||
("H" ?ޙ)
|
||
("J" ?ޛ)
|
||
("K" ?ޚ)
|
||
("L" ?ޅ)
|
||
("Z" ?ޡ)
|
||
("X" ?ޘ)
|
||
("C" ?ޝ)
|
||
("V" ?ޥ)
|
||
("B" ?ޞ)
|
||
("N" ?ޏ)
|
||
("M" ?ޟ)
|
||
("?" ?؟)
|
||
|
||
((A-v) ?)
|
||
((A-b) ?)
|
||
((A-n) ?)
|
||
((A-m) ?)
|
||
((A-\;) ?\;)
|
||
((A-,) ?,)
|
||
))
|
||
|
||
(state
|
||
(init
|
||
(generic)))
|
||
|
||
;; Local Variables:
|
||
;; coding: utf-8
|
||
;; mode: lisp
|
||
;; End:
|