summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Tham <pickfire@riseup.net>2015-11-19 21:13:25 +0800
committerMarkus Teich <markus.teich@stusta.mhn.de>2015-11-19 19:37:08 +0100
commit95af430d978d9ad9a6235ac1899a1ecd46bff6f3 (patch)
tree4777954d75d887273c37e7925d9ac63ad24832f9
parenta1dcdad14fb3a8ccdc97e86cb3aa25684778819c (diff)
downloadsent-95af430d978d9ad9a6235ac1899a1ecd46bff6f3.tar.gz
sent-95af430d978d9ad9a6235ac1899a1ecd46bff6f3.tar.bz2
sent-95af430d978d9ad9a6235ac1899a1ecd46bff6f3.zip
Use right click as previous and enable scrolling to switch slides
-rw-r--r--config.def.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 9aa6e08..0a56047 100644
--- a/config.def.h
+++ b/config.def.h
@@ -20,7 +20,9 @@ static const float usableheight = 0.75;
static Mousekey mshortcuts[] = {
/* button function argument */
{ Button1, advance, {.i = +1} },
- { Button2, advance, {.i = -1} },
+ { Button3, advance, {.i = -1} },
+ { Button4, advance, {.i = -1} },
+ { Button5, advance, {.i = +1} },
};
static Shortcut shortcuts[] = {
Software created with 💖