From d1981c8950ad1c9d1b18589bf50c823179a99c33 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 6 Jul 2008 19:38:18 +0000 Subject: [PATCH] Reset input config defaults to avoid conflicts and potential problems (alt should not be a key!) --- src/drivers/win/input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/win/input.cpp b/src/drivers/win/input.cpp index 4dea565a..43e36f26 100644 --- a/src/drivers/win/input.cpp +++ b/src/drivers/win/input.cpp @@ -120,7 +120,7 @@ int allowUDLR=1; ButtConfig GamePadConfig[4][10]={ //Gamepad 1 { - MK(A), MK(LEFTCONTROL), MK(TAB), MK(ENTER), MK(BL_CURSORUP), + MK(F), MK(D), MK(S), MK(ENTER), MK(BL_CURSORUP), MK(BL_CURSORDOWN),MK(BL_CURSORLEFT),MK(BL_CURSORRIGHT) },