Use right click as previous and enable scrolling to switch slides

This commit is contained in:
Ivan Tham 2015-11-19 21:13:25 +08:00 committed by Markus Teich
parent a1dcdad14f
commit 95af430d97
1 changed files with 3 additions and 1 deletions

View File

@ -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[] = {