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