diff --git a/Stub/miniwin_msg_sdl.cpp b/Stub/miniwin_msg_sdl.cpp index 7771264b7..39b62553a 100644 --- a/Stub/miniwin_msg_sdl.cpp +++ b/Stub/miniwin_msg_sdl.cpp @@ -59,9 +59,8 @@ static int translate_sdl_key(SDL_Keysym key) case SDLK_COMMA: return VK_OEM_COMMA; case SDLK_LSHIFT: - return VK_SHIFT; case SDLK_RSHIFT: - return VK_SHIFT; // why not? + return VK_SHIFT; default: if (sym >= SDLK_a && sym <= SDLK_z) {