New command: i_alternate, go to last image, issue #65

This commit is contained in:
Bert Münnich
2012-08-16 13:40:04 +02:00
parent 8a652a786c
commit f2a3d73212
4 changed files with 14 additions and 0 deletions

View File

@ -73,6 +73,7 @@ static const keymap_t keys[] = {
{ false, XK_BackSpace, i_navigate, (arg_t) -1 },
{ false, XK_bracketright, i_navigate, (arg_t) +10 },
{ false, XK_bracketleft, i_navigate, (arg_t) -10 },
{ true, XK_6, i_alternate, (arg_t) None },
{ false, XK_g, it_first, (arg_t) None },
{ false, XK_G, it_n_or_last, (arg_t) None },