*** 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
28 (title "Ψ")
29
30 (map
31  (map
32   ("q" ?\;)
33   ("w" ?ς)
34   ("e" ?ε)
35   ("r" ?ρ)
36   ("t" ?τ)
37   ("y" ?υ)
38   ("u" ?θ)
39   ("i" ?ι)
40   ("o" ?ο)
41   ("p" ?π)
42   ("[" ?\[)
43   ("]" ?\])
44   ("a" ?α)
45   ("s" ?σ)
46   ("d" ?δ)
47   ("f" ?φ)
48   ("g" ?γ)
49   ("h" ?η)
50   ("j" ?ξ)
51   ("k" ?κ)
52   ("l" ?λ)
53   (";" ?΄)
54   ("z" ?ζ)
55   ("x" ?χ)
56   ("c" ?ψ)
57   ("v" ?ω)
58   ("b" ?β)
59   ("n" ?ν)
60   ("m" ?μ)
61   ("Q" ?:)
62   ("W" ?Σ)
63   ("E" ?Ε)
64   ("R" ?Ρ)
65   ("T" ?Τ)
66   ("Y" ?Υ)
67   ("U" ?Θ)
68   ("I" ?Ι)
69   ("O" ?Ο)
70   ("P" ?Π)
71   ("A" ?Α)
72   ("S" ?Σ)
73   ("D" ?Δ)
74   ("F" ?Φ)
75   ("G" ?Γ)
76   ("H" ?Η)
77   ("J" ?Ξ)
78   ("K" ?Κ)
79   ("L" ?Λ)
80   (":" ?¨)
81   ("Z" ?Ζ)
82   ("X" ?Χ)
83   ("C" ?Ψ)
84   ("V" ?Ω)
85   ("B" ?Β)
86   ("N" ?Ν)
87   ("M" ?Μ)
88   (";a" ?ά)
89   (";e" ?έ)
90   (";h" ?ή)
91   (";i" ?ί)
92   (";o" ?ό)
93   (";y" ?ύ)
94   (";v" ?ώ)
95   (";A" ?Ά)
96   (";E" ?Έ)
97   (";H" ?Ή)
98   (";I" ?Ί)
99   (";O" ?Ό)
100   (";Y" ?Ύ)
101   (";V" ?Ώ)
102   (":i" ?ϊ)
103   (":y" ?ϋ)
104   (":I" ?Ϊ)
105   (":Y" ?Ϋ)
106   (";:i" ?ΐ)
107   (":;i" ?ΐ)
108   (";:y" ?ΰ)
109   (":;y" ?ΰ)))
110
111 (state
112  (init
113   (map)))
114
115 ;; Local Variables:
116 ;; coding: utf-8
117 ;; mode: lisp
118 ;; End: