From 80892282fe4f7fb0327668a20e3a775ab7a28bf1 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 1 Feb 2006 05:30:23 +0000 Subject: Fullfill feature request #1410574: "GOB: Changing characters". Thanks to wjp. svn-id: r20339 --- gob/util.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3