projects
/
sent.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1dcdad
)
Use right click as previous and enable scrolling to switch slides
author
Ivan Tham
<pickfire@riseup.net>
Thu, 19 Nov 2015 13:13:25 +0000
(21:13 +0800)
committer
Markus Teich
<markus.teich@stusta.mhn.de>
Thu, 19 Nov 2015 18:37:08 +0000
(19:37 +0100)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index 9aa6e08c4a62af95df67cdace2a6271f4108af51..0a56047058c60bf3318d5bbdf00acc4b44c5ad57 100644
(file)
--- 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[] = {