Added Y as a possible fire button (for QWERTZ layout users)
This commit is contained in:
parent
0338a411f1
commit
fe96584d7f
|
@ -389,6 +389,7 @@ static enum keys mapkey(uint32_t code) {
|
|||
case SDLK_RCTRL:
|
||||
case SDLK_RETURN:
|
||||
case SDLK_z:
|
||||
case SDLK_y:
|
||||
case SDLK_c:
|
||||
case SDLK_a:
|
||||
case SDLK_d:
|
||||
|
|
Loading…
Reference in New Issue