Added a command to refresh the thumbnails

This commit is contained in:
baskerville
2012-05-08 16:30:56 +02:00
parent 4c40cc24bc
commit de4e9fc83e
5 changed files with 24 additions and 0 deletions

View File

@ -64,6 +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_D, it_remove_image, (arg_t) None },
{ false, XK_n, i_navigate, (arg_t) +1 },