diff src/video/windx5/SDL_dx5events.c @ 1852:eb2d5480ae95

Try to keep SDL keysyms sane regardless of keyboard layout in windib target. Fixes Bugzilla #164.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 18 May 2006 03:24:10 +0000
parents 89f90f32f6c0
children c121d94672cb a1b03ba2fcd0
line wrap: on
line diff
--- a/src/video/windx5/SDL_dx5events.c	Wed May 17 23:42:48 2006 +0000
+++ b/src/video/windx5/SDL_dx5events.c	Thu May 18 03:24:10 2006 +0000
@@ -750,7 +750,7 @@
 	DIK_keymap[DIK_GRAVE] = SDLK_BACKQUOTE;
 	DIK_keymap[DIK_LSHIFT] = SDLK_LSHIFT;
 	DIK_keymap[DIK_BACKSLASH] = SDLK_BACKSLASH;
-	DIK_keymap[DIK_OEM_102] = SDLK_BACKSLASH;
+	DIK_keymap[DIK_OEM_102] = SDLK_LESS;
 	DIK_keymap[DIK_Z] = SDLK_z;
 	DIK_keymap[DIK_X] = SDLK_x;
 	DIK_keymap[DIK_C] = SDLK_c;