You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sometimes BASIC programs require you to input uppercase letters but the LM80C is lowercase by default. Since the SHIFT LOCK in the C16 keyboard doesn't work as a true CAPS LOCK I suggest to implement a caps lock state in the firmware.
A simple bit that is toggled by some key combination, e.g. CTRL+SHIFT or C=+SHIFT.
The text was updated successfully, but these errors were encountered:
Since the LM80C Basic didn't discriminate between lower and upper case, I didn't need a real caps lock. Your suggestion isn't bad. I will keep it into account in a future release
sometimes BASIC programs require you to input uppercase letters but the LM80C is lowercase by default. Since the
SHIFT LOCK
in the C16 keyboard doesn't work as a true CAPS LOCK I suggest to implement a caps lock state in the firmware.A simple bit that is toggled by some key combination, e.g.
CTRL
+SHIFT
orC=
+SHIFT
.The text was updated successfully, but these errors were encountered: