vice.js/fs-x64/bin/C64/sdl_sym.vkm
2013-12-04 19:55:12 -05:00

117 lines
5.3 KiB
Plaintext

# VICE keyboard mapping file
#
# A Keyboard map is read in as patch to the current map.
#
# File format:
# - comment lines start with '#'
# - keyword lines start with '!keyword'
# - normal line has 'keysym/scancode row column shiftflag'
#
# Keywords and their lines are:
# '!CLEAR' clear whole table
# '!INCLUDE filename' read file as mapping file
# '!LSHIFT row col' left shift keyboard row/column
# '!RSHIFT row col' right shift keyboard row/column
# '!VSHIFT shiftkey' virtual shift key (RSHIFT or LSHIFT)
# '!SHIFTL shiftkey' shift lock key (RSHIFT or LSHIFT)
# '!UNDEF keysym' remove keysym from table
#
# Shiftflag can have the values:
# 0 key is not shifted for this keysym/scancode
# 1 key is shifted for this keysym/scancode
# 2 left shift
# 4 right shift
# 8 key can be shifted or not with this keysym/scancode
# 16 deshift key for this keysym/scancode
# 32 another definition for this keysym/scancode follows
# 64 shift lock
#
# Negative row values:
# 'keysym -1 n' joystick #1, direction n
# 'keysym -2 n' joystick #2, direction n
# 'keysym -3 0' first RESTORE key
# 'keysym -3 1' second RESTORE key
#
!CLEAR
!LSHIFT 1 7
!RSHIFT 6 4
!VSHIFT RSHIFT
!SHIFTL LSHIFT
27 7 7 8 /* ESC -> Run/Stop */
49 7 0 8 /* 1 -> 1 */
50 7 3 8 /* 2 -> 2 */
51 1 0 8 /* 3 -> 3 */
52 1 3 8 /* 4 -> 4 */
53 2 0 8 /* 5 -> 5 */
54 2 3 8 /* 6 -> 6 */
55 3 0 8 /* 7 -> 7 */
56 3 3 8 /* 8 -> 8 */
57 4 0 8 /* 9 -> 9 */
48 4 3 8 /* 0 -> 0 */
189 5 0 8 /* Minus -> Plus */
187 5 3 8 /* Equal -> Minus */
8 0 0 8 /* Backspace -> Del */
9 7 2 8 /* TAB -> Ctrl */
113 7 6 8 /* Q -> Q */
119 1 1 8 /* W -> W */
101 1 6 8 /* E -> E */
114 2 1 8 /* R -> R */
116 2 6 8 /* T -> T */
121 3 1 8 /* Y -> Y */
117 3 6 8 /* U -> U */
105 4 1 8 /* I -> I */
111 4 6 8 /* O -> O */
112 5 1 8 /* P -> P */
219 5 6 8 /* [ -> @ */
221 6 1 8 /* ] -> * */
13 0 1 8 /* Return -> Return */
1248 7 5 8 /* Left Ctrl -> CBM */
97 1 2 8 /* A -> A */
115 1 5 8 /* S -> S */
100 2 2 8 /* D -> D */
102 2 5 8 /* F -> F */
103 3 2 8 /* G -> G */
104 3 5 8 /* H -> H */
106 4 2 8 /* J -> J */
107 4 5 8 /* K -> K */
108 5 2 8 /* L -> L */
186 5 5 8 /* ; -> : */
222 6 2 8 /* ' -> ; */
96 7 1 8 /* ` -> Left Arrow */
220 6 5 8 /* \ -> = */
1249 1 7 2 /* Left Shift -> Left Shift */
20 1 7 64 /* Caps Lock -> Shift Lock */
122 1 4 8 /* Z -> Z */
120 2 7 8 /* X -> X */
99 2 4 8 /* C -> C */
118 3 7 8 /* V -> V */
98 3 4 8 /* B -> B */
110 4 7 8 /* N -> N */
109 4 4 8 /* M -> M */
44 5 7 8 /* , -> , */
46 5 4 8 /* . -> . */
47 6 7 8 /* / -> / */
1249 6 4 4 /* Right Shift -> Right Shift */
32 7 4 8 /* Space -> Space */
1082 0 4 8 /* F1 -> F1 */
1083 0 4 1 /* F2 -> F2 */
1084 0 5 8 /* F3 -> F3 */
1085 0 5 1 /* F4 -> F4 */
1086 0 6 8 /* F5 -> F5 */
1087 0 6 1 /* F6 -> F6 */
1088 0 3 8 /* F7 -> F7 */
1089 0 3 1 /* F8 -> F8 */
36 6 3 8 /* Home -> CLR/HOME */
1106 0 7 1 /* Up -> CRSR UP */
1104 0 2 1 /* Left -> CRSR LEFT */
1103 0 2 8 /* Right -> CRSR RIGHT */
1105 0 7 8 /* Down -> CRSR DOWN */
45 6 0 8 /* Ins -> Pound */
127 6 6 8 /* Del -> Up Arrow */
# Restore key mappings
280 -3 0
0 -3 1