Added keycode mapping for enter and tab in Keyboard.java

This commit is contained in:
Elias Naur 2002-11-25 15:32:13 +00:00
parent f57fc75b7b
commit c13797bae2
1 changed files with 4 additions and 4 deletions

View File

@ -191,7 +191,7 @@ public class Keyboard {
'-', '-',
'=', '=',
0, 0,
0, '\t',
'q', 'q',
'w', 'w',
'e', 'e',
@ -204,7 +204,7 @@ public class Keyboard {
'p', 'p',
'[', '[',
']', ']',
0, '\n',
0, 0,
'a', 'a',
's', 's',
@ -251,7 +251,7 @@ public class Keyboard {
'_', '_',
'+', '+',
0, 0,
0, '\t',
'Q', 'Q',
'W', 'W',
'E', 'E',
@ -264,7 +264,7 @@ public class Keyboard {
'P', 'P',
'{', '{',
'}', '}',
0, '\n',
0, 0,
'A', 'A',
'S', 'S',