From 30541d7a375e7f5b3a6da35381c20115a67f1fe3 Mon Sep 17 00:00:00 2001 From: Christophe Bothamy Date: Thu, 21 Mar 2002 19:12:35 +0000 Subject: [PATCH] - added KEY_LEFT_BACKSLASH --- bochs/gui/sdl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bochs/gui/sdl.h b/bochs/gui/sdl.h index df89ff5e7..89a26633c 100644 --- a/bochs/gui/sdl.h +++ b/bochs/gui/sdl.h @@ -1125,7 +1125,7 @@ Bit32u scancodes2bx[_SCN2BX_LAST_][2] = { {0, BX_KEY_DELETE}, // 53 - 83 {0, BX_KEY_ALT_SYSREQ}, // 54 - 84 {0, 0}, // 55 - 85 - {0, 0}, // 56 - 86 non-US unlabeled key + {0, BX_KEY_LEFT_BACKSLASH}, // 56 - 86 non-US unlabeled key {0, BX_KEY_F11}, // 57 - 87 {0, BX_KEY_F12}, // 58 - 88 {0, 0}, // 59 - 89