Re: [hackers] [PATCH] Use right click as previous and enable scrolling to switch slides

From: Carlos Torres <vlaadbrain_AT_gmail.com>
Date: Thu, 26 Nov 2015 01:15:44 +0000

Assuming this is for sent

On Thu, Nov 19, 2015 at 1:13 PM, Ivan Tham <pickfire_AT_riseup.net> wrote:
> ---
> config.def.h | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/config.def.h b/config.def.h
> index 9aa6e08..0a56047 100644
> --- a/config.def.h
> +++ b/config.def.h
> _AT_@ -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[] = {
> --
> 2.6.2
>
>
Received on Thu Nov 26 2015 - 02:15:44 CET

This archive was generated by hypermail 2.3.0 : Thu Nov 26 2015 - 02:24:14 CET