whscullin / apple2js

An Apple II emulator originally written in Javascript, now being converted to TypeScript
http://www.scullinsteel.com/apple2/
MIT License
442 stars 57 forks source link

On-screen keyboard does not create lowercase letters on the Apple //e #72

Closed iflan closed 3 years ago

iflan commented 3 years ago

Something got broken somewhere because using the on-screen keyboard for lower-case letters is not working. Typing lowercase works fine.

iflan commented 3 years ago

Looks like this was broken by 37a3fb9bcd37ba0edae0d2654ca13b2596f89abc. I have a fix coming.

whscullin commented 3 years ago

"caps lock" defaults to on. What I see is that if "caps lock" is off, toggling shift on the on screen keyboard doesn't uppercase, but it does access symbols that require shift.

whscullin commented 3 years ago

OK, and now I can totally repro it. nm.

iflan commented 3 years ago

Fixed with #73.