Skip to content

Commit

Permalink
Fix handling of hardware keyboard in QML.
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Chapuis <[email protected]>
  • Loading branch information
Tofee committed Mar 14, 2014
1 parent 55b0476 commit 73da4ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qml/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ Compositor {
property QtObject compositor: compositor

anchors.fill: parent

focus: true
onSourceChanged: Keys.forwardTo = [ mainShellLoader.item ]
}

BootLoader {
Expand Down

0 comments on commit 73da4ca

Please sign in to comment.