diff --git a/qml/Shortcuts.qml b/qml/Shortcuts.qml
index e41028b3..80789b32 100644
--- a/qml/Shortcuts.qml
+++ b/qml/Shortcuts.qml
@@ -61,7 +61,7 @@ Popup {
| %1+M | append new math source |
| %1+L | append new equal Loudness contour |
| %1+F | append new filter |
- | %1+X | store all measurements |
+ | %1+X / Space | store all measurements |
| %1+R | reset aveverages |
| %1+C | store current measurement |
| %1+E | apply estimated delay for current measuremts |
diff --git a/qml/SideBar.qml b/qml/SideBar.qml
index a4b0cfa8..1d7499a5 100644
--- a/qml/SideBar.qml
+++ b/qml/SideBar.qml
@@ -169,7 +169,7 @@ Item {
}
Shortcut {
- sequence: "Ctrl+X"
+ sequences: ["Ctrl+X", "Space"]
context: Qt.ApplicationShortcut
onActivated: {
for (var i = 0; i < sourceList.count; i++) {