~ubuntu-branches/ubuntu/raring/vice/raring

« back to all changes in this revision

Viewing changes to data/C64DTV/x11_pos.vkm

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-03-31 00:37:15 UTC
  • mfrom: (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20090331003715-mzclchtl0dp7fcl0
Tags: upstream-2.1.dfsg
ImportĀ upstreamĀ versionĀ 2.1.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# VICE keyboard mapping file
 
2
#
 
3
# A Keyboard map is read in as patch to the current map.
 
4
#
 
5
# File format:
 
6
# - comment lines start with '#'
 
7
# - keyword lines start with '!keyword'
 
8
# - normal line has 'keysym/scancode row column shiftflag'
 
9
#
 
10
# Keywords and their lines are:
 
11
# '!CLEAR'               clear whole table
 
12
# '!INCLUDE filename'    read file as mapping file
 
13
# '!LSHIFT row col'      left shift keyboard row/column
 
14
# '!RSHIFT row col'      right shift keyboard row/column
 
15
# '!VSHIFT shiftkey'     virtual shift key (RSHIFT or LSHIFT)
 
16
# '!UNDEF keysym'        remove keysym from table
 
17
#
 
18
# Shiftflag can have the values:
 
19
# 0      key is not shifted for this keysym/scancode
 
20
# 1      key is shifted for this keysym/scancode
 
21
# 2      left shift
 
22
# 4      right shift
 
23
# 8      key can be shifted or not with this keysym/scancode
 
24
# 16     deshift key for this keysym/scancode
 
25
# 32     another definition for this keysym/scancode follows
 
26
#
 
27
# Negative row values:
 
28
# 'keysym -1 n' joystick #1, direction n
 
29
# 'keysym -2 n' joystick #2, direction n
 
30
# 'keysym -3 0' first RESTORE key
 
31
# 'keysym -3 1' second RESTORE key
 
32
# 'keysym -4 0' 40/80 column key
 
33
# 'keysym -4 1' CAPS (ASCII/DIN) key
 
34
#
 
35
 
 
36
!CLEAR
 
37
!LSHIFT 1 7
 
38
!RSHIFT 6 4
 
39
!VSHIFT RSHIFT
 
40
 
 
41
# Tab = CTRL
 
42
Tab 7 2 8
 
43
# Shift + Tab = CTRL
 
44
ISO_Left_Tab 7 2 8
 
45
 
 
46
# Control_L = CBM
 
47
Control_L 7 5 8
 
48
 
 
49
BackSpace 0 0 8
 
50
Delete 0 0 8
 
51
Down 0 7 8
 
52
Escape 7 7 8
 
53
F1 0 4 8
 
54
F2 0 4 1
 
55
F3 0 5 8
 
56
F4 0 5 1
 
57
F5 0 6 8
 
58
F6 0 6 1
 
59
F7 0 3 8
 
60
F8 0 3 1
 
61
Home 6 3 8
 
62
Insert 6 0 8
 
63
Left 0 2 1
 
64
Return 0 1 8
 
65
Right 0 2 8
 
66
Shift_L 1 7 2
 
67
Shift_R 6 4 4
 
68
Up 0 7 1
 
69
Page_Down 6 6 8
 
70
ampersand 3 0 8
 
71
apostrophe 6 2 8
 
72
asciicircum 2 3 8
 
73
asciitilde 7 1 8
 
74
asterisk 3 3 8
 
75
at 7 3 8
 
76
backslash 6 5 8
 
77
bar 6 5 8
 
78
braceleft 5 6 8
 
79
braceright 6 1 8
 
80
bracketleft 5 6 8
 
81
bracketright 6 1 8
 
82
colon 5 5 8
 
83
comma 5 7 8
 
84
dollar 1 3 8
 
85
equal 5 3 8
 
86
exclam 7 0 8
 
87
grave 7 1 8
 
88
greater 5 4 1
 
89
greater 5 4 8
 
90
less 5 7 8
 
91
minus 5 0 8
 
92
numbersign 1 0 8
 
93
parenleft 4 0 8
 
94
parenright 4 3 8
 
95
percent 2 0 8
 
96
period 5 4 8
 
97
plus 5 3 8
 
98
question 6 7 8
 
99
quotedbl 6 2 8
 
100
semicolon 5 5 8
 
101
slash 6 7 8
 
102
space 7 4 8
 
103
sterling 6 0 8
 
104
underscore 5 0 8
 
105
 
 
106
0 4 3 8
 
107
1 7 0 8
 
108
2 7 3 8
 
109
3 1 0 8
 
110
4 1 3 8
 
111
5 2 0 8
 
112
6 2 3 8
 
113
7 3 0 8
 
114
8 3 3 8
 
115
9 4 0 8
 
116
A 1 2 8
 
117
B 3 4 8
 
118
C 2 4 8
 
119
D 2 2 8
 
120
E 1 6 8
 
121
F 2 5 8
 
122
G 3 2 8
 
123
H 3 5 8
 
124
I 4 1 8
 
125
J 4 2 8
 
126
K 4 5 8
 
127
L 5 2 8
 
128
M 4 4 8
 
129
N 4 7 8
 
130
O 4 6 8
 
131
P 5 1 8
 
132
Q 7 6 8
 
133
R 2 1 8
 
134
S 1 5 8
 
135
T 2 6 8
 
136
U 3 6 8
 
137
V 3 7 8
 
138
W 1 1 8
 
139
X 2 7 8
 
140
Y 3 1 8
 
141
Z 1 4 8
 
142
a 1 2 8
 
143
b 3 4 8
 
144
c 2 4 8
 
145
d 2 2 8
 
146
e 1 6 8
 
147
f 2 5 8
 
148
g 3 2 8
 
149
h 3 5 8
 
150
i 4 1 8
 
151
j 4 2 8
 
152
k 4 5 8
 
153
l 5 2 8
 
154
m 4 4 8
 
155
n 4 7 8
 
156
o 4 6 8
 
157
p 5 1 8
 
158
q 7 6 8
 
159
r 2 1 8
 
160
s 1 5 8
 
161
t 2 6 8
 
162
u 3 6 8
 
163
v 3 7 8
 
164
w 1 1 8
 
165
x 2 7 8
 
166
y 3 1 8
 
167
z 1 4 8
 
168
 
 
169
# Restore key mappings
 
170
Page_Up -3 0
 
171
Prior -3 1