aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorBert Münnich <be.muennich@googlemail.com>2012-05-13 21:52:53 +0200
committerBert Münnich <be.muennich@googlemail.com>2012-05-13 21:52:53 +0200
commitd1a1e0142b453a7083463eaf02402b4d3b31ff65 (patch)
tree72bcc1d1176e674a38ed75b869ad47ebe2508404 /config.def.h
parent4057453d6d48fe3fa070c90449cc7308dfd84559 (diff)
downloadnsxiv-d1a1e0142b453a7083463eaf02402b4d3b31ff65.tar.zst
Simplified & sped up reloading of all thumbnails
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 cb77125..1116602 100644
--- a/config.def.h
+++ b/config.def.h
@@ -64,7 +64,7 @@ static const keymap_t keys[] = {
{ false, XK_b, it_toggle_bar, (arg_t) None },
{ false, XK_r, it_reload_image, (arg_t) None },
- { false, XK_R, it_refresh_thumbs, (arg_t) None },
+ { false, XK_R, t_reload_all, (arg_t) None },
{ false, XK_D, it_remove_image, (arg_t) None },
{ false, XK_n, i_navigate, (arg_t) +1 },