~ubuntu-branches/ubuntu/maverick/vice/maverick

« back to all changes in this revision

Viewing changes to data/PET/win_bgrs.vkm

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2005-02-01 11:30:26 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050201113026-3eyakzsmmheclvjg
Tags: 1.16-1
* New upstream version
* Fixes crash on 64-bit architectures (closes: #287640)
* x128 working again (closes: #286767)
* Works fine with /dev/dsp in use (not in the main changelog, but tested
  on my local machine as working).  Presumably, this also takes care of
  the issue with dsp being held.  I'm not sure if this is because I'm
  testing it on a 2.6 kernel now -- if you are still having problems
  with /dev/dsp, please reopen the bugs. (closes: #152952, #207942)
* Don't kill Makefile.in on clean

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
20
 
# 1      key is shifted for this keysym
21
 
# 2      left shift
22
 
# 4      right shift
23
 
# 8      key can be shifted or not with this keysym
24
 
#
25
 
# Negative row values:
26
 
# 'keysym -1 n' joystick #1, direction n
27
 
# 'keysym -2 n' joystick #2, direction n
28
 
# 'keysym -3 0' first RESTORE key
29
 
# 'keysym -3 1' second RESTORE key
30
 
# 'keysym -4 0' 40/80 column key
31
 
# 'keysym -4 1' CAPS (ASCII/DIN) key
32
 
#
33
 
 
34
 
!CLEAR
35
 
!LSHIFT 8 0
36
 
!RSHIFT 8 5
37
 
!VSHIFT RSHIFT
38
 
 
39
 
#0 -1 -1 0      /*           (no key)           */
40
 
1 9 4 8         /*          ESC -> Run/Stop     */
41
 
2 0 0 8         /*            1 -> !            */
42
 
3 1 0 8         /*            2 -> "            */
43
 
4 0 1 8         /*            3 -> #            */
44
 
5 1 1 8         /*            4 -> $            */
45
 
6 0 2 8         /*            5 -> %            */
46
 
7 1 2 8         /*            6 -> '            */
47
 
8 0 3 8         /*            7 -> &            */
48
 
9 1 3 8         /*            8 -> \            */
49
 
10 0 4 8        /*            9 -> (            */
50
 
11 1 4 8        /*            0 -> )            */
51
 
12 0 5 8        /*        Minus -> Left arrow   */
52
 
#13 -1 -1 0     /*        Equal -> (no key)     */
53
 
14 1 7 8        /*    Backspace -> Del          */
54
 
#15 -1 -1 0     /*          TAB -> (no key)     */
55
 
16 2 0 8        /*            Q -> Q            */
56
 
17 3 0 8        /*            W -> W            */
57
 
18 2 1 8        /*            E -> E            */
58
 
19 3 1 8        /*            R -> R            */
59
 
20 2 2 8        /*            T -> T            */
60
 
21 3 2 8        /*            Y -> Y            */
61
 
22 2 3 8        /*            U -> U            */
62
 
23 3 3 8        /*            I -> I            */
63
 
24 2 4 8        /*            O -> O            */
64
 
25 3 4 8        /*            P -> P            */
65
 
26 2 5 8        /*            [ -> Up arrow     */
66
 
#27 -1 -1 0     /*            ] -> (no key)     */
67
 
28 6 5 8        /*       Return -> Return       */
68
 
29 9 0 8        /*    Left Ctrl -> RVS ON/OFF   */
69
 
30 4 0 8        /*            A -> A            */
70
 
31 5 0 8        /*            S -> S            */
71
 
32 4 1 8        /*            D -> D            */
72
 
33 5 1 8        /*            F -> F            */
73
 
34 4 2 8        /*            G -> G            */
74
 
35 5 2 8        /*            H -> H            */
75
 
36 4 3 8        /*            J -> J            */
76
 
37 5 3 8        /*            K -> K            */
77
 
38 4 4 8        /*            L -> L            */
78
 
39 5 4 8        /*            ; -> :            */
79
 
#40 -1 -1 0     /*            ' -> (no key)     */
80
 
#41 -1 -1 0     /*            ` -> (no key)     */
81
 
42 8 0 2        /*   Left Shift -> Left Shift   */
82
 
#43 -1 -1 0     /*            \ -> (no key)     */
83
 
44 6 0 8        /*            Z -> Z            */
84
 
45 7 0 8        /*            X -> X            */
85
 
46 6 1 8        /*            C -> C            */
86
 
47 7 1 8        /*            V -> V            */
87
 
48 6 2 8        /*            B -> B            */
88
 
49 7 2 8        /*            N -> N            */
89
 
50 6 3 8        /*            M -> M            */
90
 
51 7 3 8        /*            , -> ,            */
91
 
52 6 4 8        /*            . -> ;            */
92
 
53 7 4 8        /*            / -> ?            */
93
 
54 8 5 4        /*  Right Shift -> Right Shift  */
94
 
55 5 7 8        /*       Grey * -> *            */
95
 
#56 -1 -1 0     /*     Left Alt -> (no key)     */
96
 
57 9 2 8        /*        Space -> Space        */
97
 
58 9 4 8        /*    Caps Lock -> RUN/STOP     */
98
 
#59 -1 -1 0     /*           F1 -> (no key)     */
99
 
#60 -1 -1 0     /*           F2 -> (no key)     */
100
 
#61 -1 -1 0     /*           F3 -> (no key)     */
101
 
#62 -1 -1 0     /*           F4 -> (no key)     */
102
 
#63 -1 -1 0     /*           F5 -> (no key)     */
103
 
#64 -1 -1 0     /*           F6 -> (no key)     */
104
 
#65 -1 -1 0     /*           F7 -> (no key)     */
105
 
#66 -1 -1 0     /*           F8 -> (no key)     */
106
 
#67 -1 -1 0     /*           F9 -> (no key)     */
107
 
#68 -1 -1 0     /*          F10 -> (no key)     */
108
 
69 0 6 8        /*     Num Lock -> CLR/HOME     */
109
 
#70 -1 -1 0     /*  Scroll Lock -> (no key)     */
110
 
71 2 6 8        /*     Numpad 7 -> 7            */
111
 
72 3 6 8        /*     Numpad 8 -> 8            */
112
 
73 2 7 8        /*     Numpad 9 -> 9            */
113
 
74 8 7 8        /*     Numpad - -> -            */
114
 
75 4 6 8        /*     Numpad 4 -> 4            */
115
 
76 5 6 8        /*     Numpad 5 -> 5            */
116
 
77 4 7 8        /*     Numpad 6 -> 6            */
117
 
78 7 7 8        /*     Numpad + -> +            */
118
 
79 6 6 8        /*     Numpad 1 -> 1            */
119
 
80 7 6 8        /*     Numpad 2 -> 2            */
120
 
81 6 7 8        /*     Numpad 3 -> 3            */
121
 
82 8 6 8        /*     Numpad 0 -> 0            */
122
 
83 9 6 8        /*     Numpad . -> .            */
123
 
#84 -1 -1 0     /*       SysReq -> (no key)     */
124
 
#85 -1 -1 0     /*           85 -> (no key)     */
125
 
#86 -1 -1 0     /*           86 -> (no key)     */
126
 
#87 -1 -1 0     /*          F11 -> (no key)     */
127
 
#88 -1 -1 0     /*          F12 -> (no key)     */
128
 
89 9 1 8        /*         Home -> [            */
129
 
90 1 6 1        /*           Up -> CRSR UP      */
130
 
91 8 2 8        /*         PgUp -> ]            */
131
 
92 0 7 1        /*         Left -> CRSR LEFT    */
132
 
93 0 7 8        /*        Right -> CRSR RIGHT   */
133
 
94 9 3 8        /*          End -> <            */
134
 
95 1 6 8        /*         Down -> CRSR DOWN    */
135
 
96 8 4 8        /*       PgDown -> >            */
136
 
97 8 1 8        /*          Ins -> @            */
137
 
#98 -1 -1 0     /*          Del -> (no key)     */
138
 
99 9 7 8        /* Numpad Enter -> =            */
139
 
100 9 4 8       /*   Right Ctrl -> RUN/STOP     */
140
 
#101 -1 -1 0    /*        Pause -> (no key)     */
141
 
#102 -1 -1 0    /*       PrtScr -> (no key)     */
142
 
103 3 7 8       /*     Numpad / -> /            */
143
 
#104 -1 -1 0    /*    Right Alt -> (no key)     */
144
 
#105 -1 -1 0    /*        Break -> (no key)     */
145
 
#106 -1 -1 0    /*   Left Win95 -> (no key)     */
146
 
#107 -1 -1 0    /*  Right Win95 -> (no key)     */
147
 
 
148
 
# Joystick 1
149
 
#
150
 
#KP_0 -1 0
151
 
#KP_1 -1 1
152
 
#KP_2 -1 2
153
 
#KP_3 -1 3
154
 
#KP_4 -1 4
155
 
#KP_5 -1 5
156
 
#KP_6 -1 6
157
 
#KP_7 -1 7
158
 
#KP_8 -1 8
159
 
#KP_9 -1 9
160
 
#
161
 
# Joystick 2
162
 
#
163
 
#w -2 7
164
 
#e -2 8
165
 
#r -2 9
166
 
#s -2 4
167
 
#d -2 5
168
 
#f -2 6
169
 
#x -2 1
170
 
#c -2 2
171
 
#v -2 3
172
 
#space -2 0
173