From 70aef785ca80644edeeb8b7c1b0397573f029128 Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Sat, 8 Mar 2025 00:43:02 -0500 Subject: [PATCH] lockscreen: Disable vkbd auto capitalization Otherwise it could be confusing to users when the vkbd auto capitalizes the first letter when typing in the password. --- shell/contents/lockscreen/PasswordBar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/contents/lockscreen/PasswordBar.qml b/shell/contents/lockscreen/PasswordBar.qml index 0f040df4..1f52feb7 100644 --- a/shell/contents/lockscreen/PasswordBar.qml +++ b/shell/contents/lockscreen/PasswordBar.qml @@ -115,7 +115,7 @@ Rectangle { visible: false focus: root.isKeypadOpen && root.lockScreenState.isKeyboardMode z: 1 - inputMethodHints: Qt.ImhNoPredictiveText + inputMethodHints: Qt.ImhNoPredictiveText | Qt.ImhNoAutoUppercase | Qt.ImhSensitiveData onFocusChanged: { if (focus) {