diff options
author | Bert <ber.t@gmx.com> | 2011-08-17 00:56:18 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-08-19 15:12:30 +0200 |
commit | 86a6f00112576f3fc1ca565c2b5ad11d784cab8d (patch) | |
tree | 24cf4ef553c20bf2934902d13319cf33f91fc77f /config.h | |
parent | a85707ef63e6c441d91cd06d53af07ee58746681 (diff) |
Added support for multi-frame images
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -57,6 +57,9 @@ static const keymap_t keys[] = { { False, XK_g, it_first, (arg_t) None }, { False, XK_G, it_last, (arg_t) None }, + { False, XK_N, i_navigate_frame, (arg_t) +1 }, + { False, XK_P, i_navigate_frame, (arg_t) -1 }, + { False, XK_h, it_move, (arg_t) DIR_LEFT }, { False, XK_Left, it_move, (arg_t) DIR_LEFT }, { False, XK_j, it_move, (arg_t) DIR_DOWN }, |