source: trunk/quest-misc/src/main/resources/keymaps/cs @ 447

Last change on this file since 447 was 447, checked in by pharms, 12 years ago

Initial import

File size: 833 bytes
Line 
1# Czech keymap
2include common
3map 0x405
4
5# AltGr
6ISO_Level3_Shift 0xb8
7
8#
9# Top row
10#
11
12# `
13grave 0x29
14asciitilde 0x29 shift
15# 1
16exclam 0x2 shift
17# 2
18at 0x3 shift
19ecaron 0x3 altgr
20# 3
21numbersign 0x4 shift
22# 4
23dollar 0x5 shift
24# 5
25percent 0x6 shift
26# 6
27asciicircum 0x7 shift
28# 7
29ampersand 0x8 shift
30# 8
31asterisk 0x9 shift
32# 9
33parenleft 0xa shift
34# 0
35parenright 0xb shift
36# -
37minus 0xc
38underscore 0xc shift
39# =
40equal 0xd
41plus 0xd shift
42
43
44#
45# QWERTZ first row
46#
47
48# q
49q 0x10 altgr
50# e
51e 0x12 altgr
52# [
53bracketleft 0x1a
54braceleft 0x1a shift
55# ]
56bracketright 0x1b
57braceright 0x1b shift
58
59#
60# QWERTZ second row
61#
62
63# ;
64semicolon 0x27
65# ;
66colon 0x27 shift
67# '
68apostrophe 0x28
69# '
70quotedbl 0x28 shift
71
72#
73# QWERTZ third row
74#
75
76# v
77v 0x2f altgr
78# ,
79comma 0x33
80less 0x33 shift
81# .
82period 0x34
83greater 0x34 shift
84# /
85slash 0x35
86question 0x35 shift
87
Note: See TracBrowser for help on using the repository browser.