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