jsc64 icon indicating copy to clipboard operation
jsc64 copied to clipboard

Keyboard issues in chrome

Open herbg3 opened this issue 11 years ago • 5 comments

the '" key is mapped to :; key

backspace causes issues in chrome

sample: http://orcs.biz/c64/ (chrome)

herbg3 avatar Sep 30 '13 20:09 herbg3

actually:

' = colon colon = ; double quote = ] ] = + (little plus) } = + (big plus) [ = nothing backslash = * +== (underscore) seems to trigger context menu(s) (minus) is correct

numpad-context slash, asterisk, minus, plus, enter, does not work at all, and numpad period = delete

there may be more mismappings

herbg3 avatar Sep 30 '13 20:09 herbg3

I discovered that double-quote is mapped to Shift-2 (@ sign) so I could type:

10 PRINT "HELLO WORLD"

herbg3 avatar Sep 30 '13 20:09 herbg3

In the original C64 keyboard layout " was available through Shift+2.

I agree this isn't really useful with the modern PC keyboard layout.

Reggino avatar Oct 01 '13 21:10 Reggino

Need a way to simulate F1 - F10 Example: http://orcs.biz/c64 try "Park Patrol v2" or "Bubble Bobble" -- they require use of F keys

herbg3 avatar Oct 01 '13 23:10 herbg3

it would be nice if you could c64.pressKey(" ");, perhaps c64.pressKey(" ",duration);

herbg3 avatar Oct 02 '13 00:10 herbg3