summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-02-12 20:24:30 +0100
committerDaniel Friesel <derf@finalrewind.org>2013-02-12 20:24:30 +0100
commit2bb1b9e35cd1984e8e5529873bcf0713058914b4 (patch)
tree8c13305358c73993f6b7a3450ab0430b36fdc6d0 /examples
parentacae8f069e69a7abd34910820c58570bf7b3d89f (diff)
patch by sdaau: button bindings for zoom in / out
Diffstat (limited to 'examples')
-rw-r--r--examples/buttons4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/buttons b/examples/buttons
index e625f9e..3c79413 100644
--- a/examples/buttons
+++ b/examples/buttons
@@ -11,3 +11,7 @@
# Switch menu and zoom keys, useful for two-button touchpads
menu 2
zoom 3
+
+# make scroll wheel (mousewheel up and down) zoom, instead of flipping images
+zoom_in 4
+zoom_out 5 \ No newline at end of file