*** empty log message ***
[m17n/m17n-db.git] / el-kbd.mim
1 ;; el-kdb.mim -- Greek input method with Greek keyboard layout
2 ;; Copyright (C) 2003, 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> el-kdb.mim
25 ;;;
26 ;;; Input method for Greek simulating Greek keyboard.
27 ;;; @image html el-kbd.png "Keyboard Layout"
28 ;;; @image latex el-kbd.eps "Keyboard Layout" width=\narrowwidth
29
30 ;;      1!  2@  3#  4$  5%  6^  7&  8*  9(  0)  -_  =+  `~ 
31 ;;        ;:  ςΣ  εΕ  ρΡ  τΤ  υΥ  θΘ  ιΙ  οΟ  πΠ  [{  ]} 
32 ;;         αΑ  σΣ  δΔ  φΦ  γΓ  ηΗ  ξΞ  κΚ  λΛ  ΄¨  '"  \| 
33 ;;           ζΖ  χΧ  ψΨ  ωΩ  βΒ  νΝ  μΜ  ,<  .>  /? 
34
35 (title "Ψ")
36
37 (map
38  (map
39   ("q" ?\;)
40   ("w" ?ς)
41   ("e" ?ε)
42   ("r" ?ρ)
43   ("t" ?τ)
44   ("y" ?υ)
45   ("u" ?θ)
46   ("i" ?ι)
47   ("o" ?ο)
48   ("p" ?π)
49   ("[" ?\[)
50   ("]" ?\])
51   ("a" ?α)
52   ("s" ?σ)
53   ("d" ?δ)
54   ("f" ?φ)
55   ("g" ?γ)
56   ("h" ?η)
57   ("j" ?ξ)
58   ("k" ?κ)
59   ("l" ?λ)
60   (";" ?΄)
61   ("z" ?ζ)
62   ("x" ?χ)
63   ("c" ?ψ)
64   ("v" ?ω)
65   ("b" ?β)
66   ("n" ?ν)
67   ("m" ?μ)
68   ("Q" ?:)
69   ("W" ?Σ)
70   ("E" ?Ε)
71   ("R" ?Ρ)
72   ("T" ?Τ)
73   ("Y" ?Υ)
74   ("U" ?Θ)
75   ("I" ?Ι)
76   ("O" ?Ο)
77   ("P" ?Π)
78   ("A" ?Α)
79   ("S" ?Σ)
80   ("D" ?Δ)
81   ("F" ?Φ)
82   ("G" ?Γ)
83   ("H" ?Η)
84   ("J" ?Ξ)
85   ("K" ?Κ)
86   ("L" ?Λ)
87   (":" ?¨)
88   ("Z" ?Ζ)
89   ("X" ?Χ)
90   ("C" ?Ψ)
91   ("V" ?Ω)
92   ("B" ?Β)
93   ("N" ?Ν)
94   ("M" ?Μ)
95   (";a" ?ά)
96   (";e" ?έ)
97   (";h" ?ή)
98   (";i" ?ί)
99   (";o" ?ό)
100   (";y" ?ύ)
101   (";v" ?ώ)
102   (";A" ?Ά)
103   (";E" ?Έ)
104   (";H" ?Ή)
105   (";I" ?Ί)
106   (";O" ?Ό)
107   (";Y" ?Ύ)
108   (";V" ?Ώ)
109   (":i" ?ϊ)
110   (":y" ?ϋ)
111   (":I" ?Ϊ)
112   (":Y" ?Ϋ)
113   (";:i" ?ΐ)
114   (":;i" ?ΐ)
115   (";:y" ?ΰ)
116   (":;y" ?ΰ)))
117
118 (state
119  (init
120   (map)))
121
122 ;; Local Variables:
123 ;; coding: utf-8
124 ;; mode: lisp
125 ;; End: