aboutsummaryrefslogtreecommitdiff
path: root/qml/StateHandler.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/StateHandler.qml')
-rw-r--r--qml/StateHandler.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/StateHandler.qml b/qml/StateHandler.qml
index 8c78e2f..75c5d6b 100644
--- a/qml/StateHandler.qml
+++ b/qml/StateHandler.qml
@@ -103,7 +103,7 @@ Item {
onTriggered: {
item.state = "COMMAND";
- commandInput.focus();
+ commandInput.focus(shortcut);
}
}