Keybindings: Add ZXC -> ABC bindings

This commit is contained in:
Ancurio 2021-09-26 03:57:35 +02:00 committed by Jonas Kulla
parent d45a400227
commit 350a0e31ca
1 changed files with 4 additions and 0 deletions

View File

@ -77,6 +77,10 @@ static const KbBindingData defaultKbBindings[] =
{ SDL_SCANCODE_KP_0, Input::B },
{ SDL_SCANCODE_LSHIFT, Input::A },
{ SDL_SCANCODE_C, Input::C },
{ SDL_SCANCODE_X, Input::B },
{ SDL_SCANCODE_Z, Input::A },
{ SDL_SCANCODE_W, Input::Up },
{ SDL_SCANCODE_A, Input::Left },
{ SDL_SCANCODE_S, Input::Down },