games/c64: map : to \ key
This commit is contained in:
parent
0ac099e6b4
commit
dc506ad17e
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ keyproc(void *)
|
||||||
'5', 'r', 'd', '6', 'c', 'f', 't', 'x',
|
'5', 'r', 'd', '6', 'c', 'f', 't', 'x',
|
||||||
'7', 'y', 'g', '8', 'b', 'h', 'u', 'v',
|
'7', 'y', 'g', '8', 'b', 'h', 'u', 'v',
|
||||||
'9', 'i', 'j', '0', 'm', 'k', 'o', 'n',
|
'9', 'i', 'j', '0', 'm', 'k', 'o', 'n',
|
||||||
'\'', 'p', 'l', '-', '.', ':', '@', ',',
|
'\'', 'p', 'l', '-', '.', '\\', '@', ',',
|
||||||
'[', '*', ';', Khome, Kalt, '=', ']', '/',
|
'[', '*', ';', Khome, Kalt, '=', ']', '/',
|
||||||
'1', Kins, '\t', '2', ' ', Kctl, 'q', Kdel
|
'1', Kins, '\t', '2', ' ', Kctl, 'q', Kdel
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue