t* My version of sent
       
   URI git clone git://git.codevoid.de/sent-sdk.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 95af430d978d9ad9a6235ac1899a1ecd46bff6f3
   DIR parent a1dcdad14fb3a8ccdc97e86cb3aa25684778819c
   URI Author: Ivan Tham <pickfire@riseup.net>
       Date:   Thu, 19 Nov 2015 21:13:25 +0800
       
       Use right click as previous and enable scrolling to switch slides
       
       Diffstat:
         M config.def.h                        |       4 +++-
       
       1 file changed, 3 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/config.def.h b/config.def.h
       t@@ -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[] = {