Use right click as previous and enable scrolling to switch slides
This commit is contained in:
		@ -20,7 +20,9 @@ static const float usableheight = 0.75;
 | 
				
			|||||||
static Mousekey mshortcuts[] = {
 | 
					static Mousekey mshortcuts[] = {
 | 
				
			||||||
	/* button         function        argument */
 | 
						/* button         function        argument */
 | 
				
			||||||
	{ Button1,        advance,        {.i = +1} },
 | 
						{ Button1,        advance,        {.i = +1} },
 | 
				
			||||||
	{ Button2,        advance,        {.i = -1} },
 | 
						{ Button3,        advance,        {.i = -1} },
 | 
				
			||||||
 | 
						{ Button4,        advance,        {.i = -1} },
 | 
				
			||||||
 | 
						{ Button5,        advance,        {.i = +1} },
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static Shortcut shortcuts[] = {
 | 
					static Shortcut shortcuts[] = {
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user