aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/studiowelcome/qml/splashscreen/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/studiowelcome/qml/splashscreen/main.qml')
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/main.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/studiowelcome/qml/splashscreen/main.qml b/src/plugins/studiowelcome/qml/splashscreen/main.qml
index ee68681ab5..533c29a17a 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/main.qml
+++ b/src/plugins/studiowelcome/qml/splashscreen/main.qml
@@ -27,6 +27,14 @@ import QtQuick 2.0
Item {
id: root
+
+ focus: true
+ Keys.onPressed: (event)=> {
+ if (event.key == Qt.Key_Escape)
+ root.doNotShowAgain = false
+ root.closeClicked()
+ }
+
width: 600 * root.mainScale
height: 720 * root.mainScale