-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard issues in chrome #3
Comments
actually: ' = colon numpad-context slash, asterisk, minus, plus, enter, does not work at all, and numpad period = delete there may be more mismappings |
I discovered that double-quote is mapped to Shift-2 (@ sign) so I could type: 10 PRINT "HELLO WORLD" |
In the original C64 keyboard layout " was available through Shift+2. I agree this isn't really useful with the modern PC keyboard layout. |
Need a way to simulate F1 - F10 |
it would be nice if you could c64.pressKey(" ");, perhaps c64.pressKey(" ",duration); |
the '" key is mapped to :; key
backspace causes issues in chrome
sample: http://orcs.biz/c64/ (chrome)
The text was updated successfully, but these errors were encountered: