aboutsummaryrefslogtreecommitdiffstats
path: root/sysui
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2016-03-14 17:59:38 +0100
committerRobert Griebl <robert.griebl@pelagicore.com>2016-03-14 17:37:54 +0000
commitd350c1ee30be866c59650db3ebdc6100882eae1f (patch)
tree0ccadde02cd733e045a982e4ede2e18d8067bec4 /sysui
parentc270349439c5b5c0b6c4cb6e2c86a563acbbe53a (diff)
Fix keyboard input in Wayland clients
StackView is a FocusScope, so we need to set the focus property, in order to get key events through to the Wayland surfaces. Change-Id: I32c92b68b0759d9b5632df795f707460a4f8012c Reviewed-by: Thomas Senyk <thomas.senyk@pelagicore.com>
Diffstat (limited to 'sysui')
-rw-r--r--sysui/LaunchController.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysui/LaunchController.qml b/sysui/LaunchController.qml
index 03a1a91..04af65c 100644
--- a/sysui/LaunchController.qml
+++ b/sysui/LaunchController.qml
@@ -42,6 +42,7 @@ StackView {
id: root
width: Style.hspan(24)
height: Style.vspan(24)
+ focus: true
property int windowItemIndex: -1
property Item windowItem: null