diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2016-04-25 12:41:36 +0100 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2016-04-25 12:41:36 +0100 |
commit | 7e6a8d4db179dd5afff43c223533edd2afe2476e (patch) | |
tree | 821262037e7c4bc97c04457bbad54e98ea04e8c4 | |
parent | 080104cbc04336d02e4df713719931cae1c748c1 (diff) | |
parent | b0af8b3d256d3cdc6a4f5005b559912392d6a8cc (diff) | |
download | imv-7e6a8d4db179dd5afff43c223533edd2afe2476e.tar.gz |
Merge pull request #89 from czarkoff/plus
Make '+' work on all layouts
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -363,6 +363,7 @@ int main(int argc, char** argv) delay_msec = 0; break; case SDLK_EQUALS: + case SDLK_PLUS: case SDLK_i: case SDLK_UP: imv_viewport_zoom(&view, &tex, IMV_ZOOM_KEYBOARD, 1); |