From eda4b0cd0b89d5094546e23b0df2c418918094ea Mon Sep 17 00:00:00 2001 From: ntakahas Date: Tue, 2 Nov 2004 12:54:13 +0000 Subject: [PATCH] New file. --- hy-kbd.mim | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 hy-kbd.mim diff --git a/hy-kbd.mim b/hy-kbd.mim new file mode 100644 index 0000000..0a72132 --- /dev/null +++ b/hy-kbd.mim @@ -0,0 +1,97 @@ +;; hy-kdb.mim -- Armenian input method with Eastern Armenian keyboard layout +;; Copyright (C) 2004 +;; 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., 59 Temple Place, Suite 330, Boston, MA +;; 02111-1307, USA. + +;;;
  • hy-kdb.mim +;;; +;;; Input method for Armenian. +;;; Simulating Eastern Armenian keyboard on American keyboard. + +;; :1 ձՁ յՅ ՛3 ,4 -9 .և «( ») օՕ ռՌ ÕªÔº ՝՜ +;; Õ­Ô½ ւՒ Õ§Ô· րՐ տՏ Õ¥Ôµ Õ¨Ô¸ Õ«Ô» ոՈ պՊ չՉ ջՋ '՞ +;; Õ¡Ô± սՍ Õ¤Ô´ ֆՖ քՔ հՀ ճՃ Õ¯Ô¿ Õ¬Ô¼ Õ©Ô¹ փՓ +;; Õ¦Ô¶ ցՑ Õ£Ô³ վՎ Õ¢Ô² նՆ մՄ շՇ ղՂ Õ®Ô¾ + +(title "HY") + +(map + (map + ("1" ?:) ("!" ?1) + ("2" ?Õ±) ("@" ?Ձ) + ("3" ?Õµ) ("#" ?Յ) + ("4" ?՛) ("$" ?3) + ("5" ?,) ("%" ?4) + ("6" ?-) ("^" ?9) + ("7" ?.) ("&" ?և) + ("8" ?«) ("*" ?\() + ("9" ?») ("(" ?\)) + ("0" ?օ) (")" ?Օ) + ("-" ?Õ¼) ("_" ?Ռ) + ("=" ?Õª) ("+" ?Ôº) + ("`" ?՝) ("~" ?՜) + + ("q" ?Õ­) ("Q" ?Ô½) + ("w" ?ւ) ("W" ?Ւ) + ("e" ?Õ§) ("E" ?Ô·) + ("r" ?ր) ("R" ?Ր) + ("t" ?Õ¿) ("T" ?Տ) + ("y" ?Õ¥) ("Y" ?Ôµ) + ("u" ?Õ¨) ("U" ?Ô¸) + ("i" ?Õ«) ("I" ?Ô») + ("o" ?Õ¸) ("O" ?Ո) + ("p" ?Õº) ("P" ?Պ) + ("[" ?Õ¹) ("{" ?Չ) + ("]" ?Õ») ("}" ?Ջ) + ("\\" ?') ("|" ?՞) + + ("a" ?Õ¡) ("A" ?Ô±) + ("s" ?Õ½) ("S" ?Ս) + ("d" ?Õ¤) ("D" ?Ô´) + ("f" ?ֆ) ("F" ?Ֆ) + ("g" ?ք) ("G" ?Ք) + ("h" ?Õ°) ("H" ?Հ) + ("j" ?Õ³) ("J" ?Ճ) + ("k" ?Õ¯) ("K" ?Ô¿) + ("l" ?Õ¬) ("L" ?Ô¼) + (";" ?Õ©) (":" ?Ô¹) + ("'" ?փ) ("\"" ?Փ) + + ("z" ?Õ¦) ("Z" ?Ô¶) + ("x" ?ց) ("X" ?Ց) + ("c" ?Õ£) ("C" ?Ô³) + ("v" ?Õ¾) ("V" ?Վ) + ("b" ?Õ¢) ("B" ?Ô²) + ("n" ?Õ¶) ("N" ?Ն) + ("m" ?Õ´) ("M" ?Մ) + ("," ?Õ·) ("<" ?Շ) + ("." ?Õ²) (">" ?Ղ) + ("/" ?Õ®) ("?" ?Ô¾) + )) + +(state + (init + (map))) + +;; Local Variables: +;; coding: utf-8 +;; mode: lisp +;; End: -- 1.7.10.4