aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2016-04-25 12:41:36 +0100
committerHarry Jeffery <harry@exec64.co.uk>2016-04-25 12:41:36 +0100
commit7e6a8d4db179dd5afff43c223533edd2afe2476e (patch)
tree821262037e7c4bc97c04457bbad54e98ea04e8c4
parent080104cbc04336d02e4df713719931cae1c748c1 (diff)
parentb0af8b3d256d3cdc6a4f5005b559912392d6a8cc (diff)
downloadimv-7e6a8d4db179dd5afff43c223533edd2afe2476e.tar.gz
Merge pull request #89 from czarkoff/plus
Make '+' work on all layouts
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 1e57f1f..9a267e9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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);