*** empty log message ***
[m17n/m17n-db.git] / sk-kbd.mim
1 ;; sk-kdb.mim -- Slovak input method with Slovak 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> sk-kdb.mim
25 ;;;
26 ;;; Input method for Hebrew simulating the standard Slovak keyboard.
27
28 (title "SK")
29
30 (map
31  (map
32   ("1" ?+)
33   ("2" ?ľ)
34   ("3" ?š)
35   ("4" ?č)
36   ("5" ?ť)
37   ("6" ?ž)
38   ("7" ?ý)
39   ("8" ?á)
40   ("9" ?í)
41   ("0" ?é)
42   ("!" ?1)
43   ("@" ?2)
44   ("#" ?3)
45   ("$" ?4)
46   ("%" ?5)
47   ("^" ?6)
48   ("&" ?7)
49   ("*" ?8)
50   ("(" ?9)
51   (")" ?0)
52   ("-" ?=)
53   ("_" ?%)
54   ("=" ?')
55   ("[" ?ú)
56   ("{" ?/)
57   ("]" ?ä)
58   ("}" ?\()
59   ("\\" ?ň)
60   ("|" ?\))
61   (";" ?ô)
62   (":" ?\")
63   ("'" ?§)
64   ("\"" ?!)
65   ("<" ??)
66   (">" ?:)
67   ("/" ?-)
68   ("?" ?_)
69   ("`" ?\;)
70   ("~" ?^)
71   ("y" ?z)
72   ("z" ?y)
73   ("Y" ?Z)
74   ("Z" ?Y)
75   ("=a" ?á)
76   ("+a" ?ä)
77   ("+=a" ?ä)
78   ("+c" ?č)
79   ("+d" ?ď)
80   ("=e" ?é)
81   ("+e" ?ě)
82   ("=i" ?í)
83   ("=l" ?ĺ)
84   ("+l" ?ľ)
85   ("+n" ?ň)
86   ("=o" ?ó)
87   ("+o" ?ô)
88   ("~o" ?ô)
89   ("+=o" ?ö)
90   ("=r" ?ŕ)
91   ("+r" ?ř)
92   ("=s" ?ß)
93   ("+s" ?š)
94   ("+t" ?ť)
95   ("=u" ?ú)
96   ("+u" ?ů)
97   ("+=u" ?ü)
98   ("=z" ?ý)
99   ("+y" ?ž)
100   ("=A" ?Á)
101   ("+A" ?Ä)
102   ("+=A" ?Ä)
103   ("+C" ?Č)
104   ("+D" ?Ď)
105   ("=E" ?É)
106   ("+E" ?Ě)
107   ("=I" ?Í)
108   ("=L" ?Ĺ)
109   ("+L" ?Ľ)
110   ("+N" ?Ň)
111   ("=O" ?Ó)
112   ("+O" ?Ô)
113   ("~O" ?Ô)
114   ("+=O" ?Ö)
115   ("=R" ?Ŕ)
116   ("+R" ?Ř)
117   ("=S" ?ß)
118   ("+S" ?Š)
119   ("+T" ?Ť)
120   ("=U" ?Ú)
121   ("+U" ?Ů)
122   ("+=U" ?Ü)
123   ("=Z" ?Ý)
124   ("+Y" ?Ž)
125   ("=q" ?`)
126   ("=2" ?@)
127   ("=3" ?#)
128   ("=4" ?$)
129   ("=5" ?%)
130   ("=6" ?^)
131   ("=7" ?&)
132   ("=8" ?*)
133   ("=9" ?\()
134   ("=0" ?\))
135   ("+1" ?!)
136   ("+2" ?@)
137   ("+3" ?#)
138   ("+4" ?$)
139   ("+5" ?%)
140   ("+6" ?^)
141   ("+7" ?&)
142   ("+8" ?*)
143   ("+9" ?\()
144   ("+0" ?\))))
145
146 (state
147  (init
148   (map)))
149
150 ;; Local Variables:
151 ;; coding: utf-8
152 ;; mode: lisp
153 ;; End: