Register space to advance to the next slide
This commit is contained in:
parent
448fe33370
commit
c3cd2edca6
@ -29,6 +29,7 @@ static Shortcut shortcuts[] = {
|
||||
{ XK_Right, advance, {.i = +1} },
|
||||
{ XK_Left, advance, {.i = -1} },
|
||||
{ XK_Return, advance, {.i = +1} },
|
||||
{ XK_space, advance, {.i = +1} },
|
||||
{ XK_BackSpace, advance, {.i = -1} },
|
||||
{ XK_l, advance, {.i = +1} },
|
||||
{ XK_h, advance, {.i = -1} },
|
||||
|
Loading…
Reference in New Issue
Block a user