diff --git a/src/app/mainview/components/KeyboardShortcutTable.qml b/src/app/mainview/components/KeyboardShortcutTable.qml index e97c7a98..ddae83d0 100644 --- a/src/app/mainview/components/KeyboardShortcutTable.qml +++ b/src/app/mainview/components/KeyboardShortcutTable.qml @@ -170,7 +170,7 @@ Window { description: qsTr("Stop camera") } ListElement { - shortcut: "Ctrl" + shortcut: "Ctrl + Mouse middle click" description: qsTr("Take tile screenshot") } },