From 73da4ca70ea9a6eff9da1c357e95f4eef205de61 Mon Sep 17 00:00:00 2001 From: Christophe Chapuis Date: Fri, 14 Mar 2014 09:25:40 +0100 Subject: [PATCH] Fix handling of hardware keyboard in QML. Signed-off-by: Christophe Chapuis --- qml/main.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qml/main.qml b/qml/main.qml index 4c71a9fd..3a72a786 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -38,6 +38,9 @@ Compositor { property QtObject compositor: compositor anchors.fill: parent + + focus: true + onSourceChanged: Keys.forwardTo = [ mainShellLoader.item ] } BootLoader {