mirror of
https://github.com/mauiaaron/apple2.git
synced 2026-04-20 10:16:58 +00:00
Bugfix : do not turn off caps_lock unless ownsScreen is also true
This commit is contained in:
@@ -675,7 +675,7 @@ static void gltouchkbd_setVisibilityWhenOwnsScreen(float inactiveAlpha, float ac
|
||||
|
||||
static void gltouchkbd_setLowercaseEnabled(bool enabled) {
|
||||
allowLowercase = enabled;
|
||||
if (allowLowercase) {
|
||||
if (allowLowercase && ownsScreen) {
|
||||
caps_lock = false;
|
||||
} else {
|
||||
caps_lock = true;
|
||||
|
||||
Reference in New Issue
Block a user