Navigation Menu

Skip to content

Commit

Permalink
qml/Main: use different code path for hw keyboard so the faded swkbd …
Browse files Browse the repository at this point in the history
…doesnt popup unnecessarily
  • Loading branch information
urjaman committed Oct 14, 2015
1 parent bdb2b7b commit 3e13223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/Main.qml
Expand Up @@ -28,7 +28,7 @@ PageStackWindow {
focus: true

Keys.onPressed: {
window.vkbKeypress(event.key,event.modifiers);
term.keyPress(event.key,event.modifiers);
}

property string windowTitle: util.currentWindowTitle();
Expand Down

0 comments on commit 3e13223

Please sign in to comment.