• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (C) 2012 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7#      http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15#
16# Slovak (EU - qwerty) keyboard layout.
17#
18
19type OVERLAY
20
21map key 86 PLUS
22
23### ROW 1
24
25key GRAVE {
26    label:                              ';'
27    base:                               ';'
28    shift:                              '\u00b0'
29}
30
31key 1 {
32    label:                              '1'
33    base:                               '+'
34    shift:                              '1'
35    ralt:                               '~'
36}
37
38key 2 {
39    label:                              '2'
40    base:                               '\u013e'
41    shift:                              '2'
42    ralt:                               '\u02c7'
43}
44
45key 3 {
46    label:                              '3'
47    base:                               '\u0161'
48    shift:                              '3'
49    ralt:                               '\u0302'
50}
51
52key 4 {
53    label:                              '4'
54    base:                               '\u010d'
55    shift:                              '4'
56    ralt:                               '\u02d8'
57}
58
59key 5 {
60    label:                              '5'
61    base:                               '\u0165'
62    shift:                              '5'
63    ralt:                               '\u00b0'
64}
65
66key 6 {
67    label:                              '6'
68    base:                               '\u017e'
69    shift:                              '6'
70    ralt:                               '\u02db'
71}
72
73key 7 {
74    label:                              '7'
75    base:                               '\u00fd'
76    shift:                              '7'
77    ralt:                               '\u0300'
78}
79
80key 8 {
81    label:                              '8'
82    base:                               '\u00e1'
83    shift:                              '8'
84    ralt:                               '\u02d9'
85}
86
87key 9 {
88    label:                              '9'
89    base:                               '\u00ed'
90    shift:                              '9'
91    ralt:                               '\u0301'
92}
93
94key 0 {
95    label:                              '0'
96    base:                               '\u00e9'
97    shift:                              '0'
98    ralt:                               '\u02dd'
99}
100
101key MINUS {
102    label:                              '='
103    base:                               '='
104    shift:                              '%'
105    ralt:                               '\u0308'
106}
107
108key EQUALS {
109    label:                              '\u00b4'
110    base:                               '\u0301'
111    shift:                              '\u030c'
112    ralt:                               '\u00b8'
113}
114
115### ROW 2
116
117key Q {
118    label:                              'Q'
119    base:                               'q'
120    shift, capslock:                    'Q'
121    shift+capslock:                     'q'
122    ralt:                               '\\'
123}
124
125key W {
126    label:                              'W'
127    base:                               'w'
128    shift, capslock:                    'W'
129    shift+capslock:                     'w'
130    ralt:                               '|'
131}
132
133key E {
134    label:                              'E'
135    base:                               'e'
136    shift, capslock:                    'E'
137    shift+capslock:                     'e'
138    ralt:                               '\u20ac'
139}
140
141key R {
142    label:                              'R'
143    base:                               'r'
144    shift, capslock:                    'R'
145    shift+capslock:                     'r'
146}
147
148key T {
149    label:                              'T'
150    base:                               't'
151    shift, capslock:                    'T'
152    shift+capslock:                     't'
153}
154
155key Y {
156    label:                              'Y'
157    base:                               'y'
158    shift, capslock:                    'Y'
159    shift+capslock:                     'y'
160}
161
162key U {
163    label:                              'U'
164    base:                               'u'
165    shift, capslock:                    'U'
166    shift+capslock:                     'u'
167}
168
169key I {
170    label:                              'I'
171    base:                               'i'
172    shift, capslock:                    'I'
173    shift+capslock:                     'i'
174}
175
176key O {
177    label:                              'O'
178    base:                               'o'
179    shift, capslock:                    'O'
180    shift+capslock:                     'o'
181}
182
183key P {
184    label:                              'P'
185    base:                               'p'
186    shift, capslock:                    'P'
187    shift+capslock:                     'p'
188    ralt:                               '\''
189}
190
191key LEFT_BRACKET {
192    label:                              '\u00fa'
193    base:                               '\u00fa'
194    shift:                              '/'
195    ralt:                               '\u00f7'
196}
197
198key RIGHT_BRACKET {
199    label:                              '\u00e4'
200    base:                               '\u00e4'
201    shift:                              '('
202    ralt:                               '\u00d7'
203}
204
205### ROW 3
206
207key A {
208    label:                              'A'
209    base:                               'a'
210    shift, capslock:                    'A'
211    shift+capslock:                     'a'
212}
213
214key S {
215    label:                              'S'
216    base:                               's'
217    shift, capslock:                    'S'
218    shift+capslock:                     's'
219    ralt:                               '\u0111'
220}
221
222key D {
223    label:                              'D'
224    base:                               'd'
225    shift, capslock:                    'D'
226    shift+capslock:                     'd'
227    ralt:                               '\u0110'
228}
229
230key F {
231    label:                              'F'
232    base:                               'f'
233    shift, capslock:                    'F'
234    shift+capslock:                     'f'
235    ralt:                               '['
236}
237
238key G {
239    label:                              'G'
240    base:                               'g'
241    shift, capslock:                    'G'
242    shift+capslock:                     'g'
243    ralt:                               ']'
244}
245
246key H {
247    label:                              'H'
248    base:                               'h'
249    shift, capslock:                    'H'
250    shift+capslock:                     'h'
251}
252
253key J {
254    label:                              'J'
255    base:                               'j'
256    shift, capslock:                    'J'
257    shift+capslock:                     'j'
258}
259
260key K {
261    label:                              'K'
262    base:                               'k'
263    shift, capslock:                    'K'
264    shift+capslock:                     'k'
265    ralt:                               '\u0142'
266}
267
268key L {
269    label:                              'L'
270    base:                               'l'
271    shift, capslock:                    'L'
272    shift+capslock:                     'l'
273    ralt:                               '\u0141'
274}
275
276key SEMICOLON {
277    label:                              '\u00f4'
278    base:                               '\u00f4'
279    shift:                              '"'
280    ralt:                               '$'
281}
282
283key APOSTROPHE {
284    label:                              '\u00a7'
285    base:                               '\u00a7'
286    shift:                              '!'
287    ralt:                               '\u00df'
288}
289
290key BACKSLASH {
291    label:                              '\u0148'
292    base:                               '\u0148'
293    shift:                              ')'
294    ralt:                               '\u00a4'
295}
296
297### ROW 4
298
299key PLUS {
300    label:                              '&'
301    base:                               '&'
302    shift:                              '*'
303    ralt:                               '<'
304}
305
306key Z {
307    label:                              'Z'
308    base:                               'z'
309    shift, capslock:                    'Z'
310    shift+capslock:                     'z'
311    ralt:                               '>'
312}
313
314key X {
315    label:                              'X'
316    base:                               'x'
317    shift, capslock:                    'X'
318    shift+capslock:                     'x'
319    ralt:                               '#'
320}
321
322key C {
323    label:                              'C'
324    base:                               'c'
325    shift, capslock:                    'C'
326    shift+capslock:                     'c'
327    ralt:                               '&'
328}
329
330key V {
331    label:                              'V'
332    base:                               'v'
333    shift, capslock:                    'V'
334    shift+capslock:                     'v'
335    ralt:                               '@'
336}
337
338key B {
339    label:                              'B'
340    base:                               'b'
341    shift, capslock:                    'B'
342    shift+capslock:                     'b'
343    ralt:                               '{'
344}
345
346key N {
347    label:                              'N'
348    base:                               'n'
349    shift, capslock:                    'N'
350    shift+capslock:                     'n'
351    ralt:                               '}'
352}
353
354key M {
355    label:                              'M'
356    base:                               'm'
357    shift, capslock:                    'M'
358    shift+capslock:                     'm'
359}
360
361key COMMA {
362    label:                              ','
363    base:                               ','
364    shift:                              '?'
365    ralt:                               '<'
366}
367
368key PERIOD {
369    label:                              '.'
370    base:                               '.'
371    shift:                              ':'
372    ralt:                               '>'
373}
374
375key SLASH {
376    label:                              '-'
377    base:                               '-'
378    shift:                              '_'
379    ralt:                               '*'
380}
381