-
Notifications
You must be signed in to change notification settings - Fork 14
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
BUG: Text Entry put wrong Characters down. #194
Comments
I'm not sure how you expect it to work, or if I can't just reproduce. The way the code is written, is that ASCII characters from the host PC are converted to PETSCII when it makes sense. So if I type an ampersand Conversion for single quotes was missing though and I added that now. |
Since most C64 PETSCII editors offer the possibility to "draw" PETSCII precisely through typing on the keyboard (instead of having to select the char you want with the mouse and then click somewhere to put it down), it would make a whole lot of sense to offer an alternate keyboard drawing mode which allows the user to write as if it was a C64 keyboard (corresponding to positional keyboard mapping in VICE). PETSCII maniacs used to C64 editors know by heart where most PETSCII characters "should be" on the keyboard. In fact, the lack of such an input mode is the only reason for why I wouldn't actually use petmate in its current form. Otherwise it is a nice and clean editor! (Took me a little while to figure out how to grab a new brush after the first one is grabbed though. I tried right-clicking on the icon and so on. I didn't expect to be required to use the keyboard to achieve this, since most other aspects of the program seems primarily mouse based.) |
Use the Text tool,
enter 1234567890, then enter directly below it the shifted versions SHIFT+1234567890
Shift 6 has no char, Shift 7 has the ampersand "&" sign
Shift 6 should be Ampersand &
Shift 7 should single quote '
The text was updated successfully, but these errors were encountered: