aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gob/util.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gob/util.cpp b/gob/util.cpp
index 266a3907e6..b0433f4d6c 100644
--- a/gob/util.cpp
+++ b/gob/util.cpp
@@ -79,6 +79,7 @@ int16 Util::translateKey(int16 key) {
int16 to;
} keys[] = {
{8, 0x0e08}, // Backspace
+ {32, 0x3920}, // Space
{13, 0x1C0D}, // Enter
{27, 0x011b}, // ESC
{127, 0x5300}, // Del