mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 22:33:08 +00:00
lockscreen: handle all cases for lockscreen keyboard focus
This commit is contained in:
parent
7921eacaae
commit
b7525e4196
1 changed files with 6 additions and 0 deletions
|
|
@ -130,6 +130,12 @@ Rectangle {
|
|||
focus: keypadOpen && !isPinMode
|
||||
z: 1
|
||||
|
||||
onFocusChanged: {
|
||||
if (focus) {
|
||||
Keyboards.KWinVirtualKeyboard.active = true;
|
||||
}
|
||||
}
|
||||
|
||||
property bool externalEdit: false
|
||||
property string prevText: ""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue