Files updated
[m17n/m17n-db.git] / hy-kbd.mim
1 ;; hy-kdb.mim -- Armenian input method with Eastern Armenian keyboard layout
2 ;; Copyright (C) 2004
3 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
4 ;;   Registration Number H15PRO112
5
6 ;; This file is part of the m17n database; a sub-part of the m17n
7 ;; library.
8
9 ;; The m17n library is free software; you can redistribute it and/or
10 ;; modify it under the terms of the GNU Lesser General Public License
11 ;; as published by the Free Software Foundation; either version 2.1 of
12 ;; the License, or (at your option) any later version.
13
14 ;; The m17n library is distributed in the hope that it will be useful,
15 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17 ;; Lesser General Public License for more details.
18
19 ;; You should have received a copy of the GNU Lesser General Public
20 ;; License along with the m17n library; if not, write to the Free
21 ;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
22 ;; 02111-1307, USA.
23
24 ;;; <li> hy-kdb.mim
25 ;;;
26 ;;; Input method for Armenian.
27 ;;; Simulating Eastern Armenian keyboard on American keyboard.
28 ;;; @image html hy-kbd.png "Keyboard Layout"
29 ;;; @image latex hy-kbd.eps "Keyboard Layout" width=\narrowwidth
30
31 ;; :1  ձՁ  յՅ  ՛3  ,4  -9  .և  «(  »)  օՕ  ռՌ  ժԺ  ՝՜
32 ;;   խԽ  ւՒ  էԷ  րՐ  տՏ  եԵ  ըԸ  իԻ  ոՈ  պՊ  չՉ  ջՋ
33 ;;    աԱ  սՍ  դԴ  ֆՖ  քՔ  հՀ  ճՃ  կԿ  լԼ  թԹ  փՓ  '՞
34 ;;      զԶ  ցՑ  գԳ  վՎ  բԲ  նՆ  մՄ  շՇ  ղՂ  ծԾ
35
36 (title "HY")
37
38 (map
39  (map
40   ("1" ?:) ("!" ?1)
41   ("2" ?ձ) ("@" ?Ձ)
42   ("3" ?յ) ("#" ?Յ)
43   ("4" ?՛) ("$" ?3)
44   ("5" ?,) ("%" ?4)
45   ("6" ?-) ("^" ?9)
46   ("7" ?.) ("&" ?և)
47   ("8" ?«) ("*" ?\()
48   ("9" ?») ("(" ?\))
49   ("0" ?օ) (")" ?Օ)
50   ("-" ?ռ) ("_" ?Ռ)
51   ("=" ?ժ) ("+" ?Ժ)
52   ("`" ?՝) ("~" ?՜)
53
54   ("q" ?խ) ("Q" ?Խ)
55   ("w" ?ւ) ("W" ?Ւ)
56   ("e" ?է) ("E" ?Է)
57   ("r" ?ր) ("R" ?Ր)
58   ("t" ?տ) ("T" ?Տ)
59   ("y" ?ե) ("Y" ?Ե)
60   ("u" ?ը) ("U" ?Ը)
61   ("i" ?ի) ("I" ?Ի)
62   ("o" ?ո) ("O" ?Ո)
63   ("p" ?պ) ("P" ?Պ)
64   ("[" ?չ) ("{" ?Չ)
65   ("]" ?ջ) ("}" ?Ջ)
66   ("\\" ?') ("|" ?՞)
67
68   ("a" ?ա) ("A" ?Ա)
69   ("s" ?ս) ("S" ?Ս)
70   ("d" ?դ) ("D" ?Դ)
71   ("f" ?ֆ) ("F" ?Ֆ)
72   ("g" ?ք) ("G" ?Ք)
73   ("h" ?հ) ("H" ?Հ)
74   ("j" ?ճ) ("J" ?Ճ)
75   ("k" ?կ) ("K" ?Կ)
76   ("l" ?լ) ("L" ?Լ)
77   (";" ?թ) (":" ?Թ)
78   ("'" ?փ) ("\"" ?Փ)
79
80   ("z" ?զ) ("Z" ?Զ)
81   ("x" ?ց) ("X" ?Ց)
82   ("c" ?գ) ("C" ?Գ)
83   ("v" ?վ) ("V" ?Վ)
84   ("b" ?բ) ("B" ?Բ)
85   ("n" ?ն) ("N" ?Ն)
86   ("m" ?մ) ("M" ?Մ)
87   ("," ?շ) ("<" ?Շ)
88   ("." ?ղ) (">" ?Ղ)
89   ("/" ?ծ) ("?" ?Ծ)
90   ))
91
92 (state
93  (init
94   (map)))
95
96 ;; Local Variables:
97 ;; coding: utf-8
98 ;; mode: lisp
99 ;; End: