diff --git a/sddm-theme/Main.qml b/sddm-theme/Main.qml --- a/sddm-theme/Main.qml +++ b/sddm-theme/Main.qml @@ -89,6 +89,11 @@ } } + Keys.onPressed: { + uiVisible = true; + event.accepted = false; + } + //takes one full minute for the ui to disappear Timer { id: fadeoutTimer