Added Y as a possible fire button (for QWERTZ layout users)

This commit is contained in:
onpon4 2015-04-07 15:19:14 -04:00
parent 0338a411f1
commit fe96584d7f
1 changed files with 4 additions and 3 deletions

View File

@ -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: