[Change] Some default key bindings to avoid problems with some SDL versions.
This commit is contained in:
parent
a234593091
commit
64e9e2e674
@ -68,9 +68,9 @@ void input_setDefault(void) {
|
|||||||
input_setKeybind("jump", KEYBIND_KEYBOARD, SDLK_j, 0);
|
input_setKeybind("jump", KEYBIND_KEYBOARD, SDLK_j, 0);
|
||||||
|
|
||||||
/* Misc. */
|
/* Misc. */
|
||||||
input_setKeybind("mapzoomin", KEYBIND_KEYBOARD, SDLK_0, 0);
|
input_setKeybind("mapzoomin", KEYBIND_KEYBOARD, SDLK_KP_PLUS, 0);
|
||||||
input_setKeybind("mapzoomout", KEYBIND_KEYBOARD, SDLK_9, 0);
|
input_setKeybind("mapzoomout", KEYBIND_KEYBOARD, SDLK_KP_MINUS, 0);
|
||||||
input_setKeybind("screenshot", KEYBIND_KEYBOARD, SDLK_F12, 0);
|
input_setKeybind("screenshot", KEYBIND_KEYBOARD, SDLK_KP_MULTIPLY, 0);
|
||||||
input_setKeybind("pause", KEYBIND_KEYBOARD, SDLK_F1, 0);
|
input_setKeybind("pause", KEYBIND_KEYBOARD, SDLK_F1, 0);
|
||||||
input_setKeybind("menu", KEYBIND_KEYBOARD, SDLK_ESCAPE, 0);
|
input_setKeybind("menu", KEYBIND_KEYBOARD, SDLK_ESCAPE, 0);
|
||||||
input_setKeybind("info", KEYBIND_KEYBOARD, SDLK_i, 0);
|
input_setKeybind("info", KEYBIND_KEYBOARD, SDLK_i, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user