aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/hotkey_overlay.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/hotkey_overlay.rs b/src/ui/hotkey_overlay.rs
index baa414bc..5a903a3c 100644
--- a/src/ui/hotkey_overlay.rs
+++ b/src/ui/hotkey_overlay.rs
@@ -463,6 +463,7 @@ fn prettify_keysym_name(name: &str) -> String {
"Prior" => "Page Up",
"Print" => "PrtSc",
"Return" => "Enter",
+ "space" => "Space",
_ => name,
};