mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 14:43:09 +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
|
focus: keypadOpen && !isPinMode
|
||||||
z: 1
|
z: 1
|
||||||
|
|
||||||
|
onFocusChanged: {
|
||||||
|
if (focus) {
|
||||||
|
Keyboards.KWinVirtualKeyboard.active = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
property bool externalEdit: false
|
property bool externalEdit: false
|
||||||
property string prevText: ""
|
property string prevText: ""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue