diff --git a/app/gui/AppView.qml b/app/gui/AppView.qml index 2e9e9a9c..203e8281 100644 --- a/app/gui/AppView.qml +++ b/app/gui/AppView.qml @@ -198,9 +198,9 @@ GridView { stackView.push(segue) } - onClicked: { + Keys.onReturnPressed: { if (model.running) { - // This will primarily be keyboard/gamepad driven so use + // This will be keyboard/gamepad driven so use // open() instead of popup() appContextMenu.open() } @@ -211,7 +211,7 @@ GridView { Keys.onMenuPressed: { if (model.running) { - // This will primarily be keyboard/gamepad driven so use + // This will be keyboard/gamepad driven so use // open() instead of popup() appContextMenu.open() }