summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2011-10-16 18:58:32 +0200
committerBert Münnich <ber.t@gmx.com>2011-10-16 18:58:32 +0200
commit4e8dabd6ac47185697744621b3ee638fc34e473a (patch)
treeda0b6c86bddf915492ab8c2d8cb31271b228f7ca /config.def.h
parentc6bddfe838621cee9cd2b538c15be5acd222f20b (diff)
downloadnsxiv-4e8dabd6ac47185697744621b3ee638fc34e473a.tar.zst
Added i_reset_slideshow: set slideshow delay to number prefix
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 2e54b99..d8bb47f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -121,8 +121,8 @@ static const keymap_t keys[] = {
{ false, XK_s, i_toggle_slideshow, (arg_t) None },
{ true, XK_plus, i_adjust_slideshow, (arg_t) +1 },
- { true, XK_equal, i_adjust_slideshow, (arg_t) +1 },
{ true, XK_minus, i_adjust_slideshow, (arg_t) -1 },
+ { true, XK_equal, i_reset_slideshow, (arg_t) None },
{ false, XK_a, i_toggle_antialias, (arg_t) None },
{ false, XK_A, it_toggle_alpha, (arg_t) None },