aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-08-17 00:56:18 +0200
committerBert <ber.t@gmx.com>2011-08-19 15:12:30 +0200
commit86a6f00112576f3fc1ca565c2b5ad11d784cab8d (patch)
tree24cf4ef553c20bf2934902d13319cf33f91fc77f /config.h
parenta85707ef63e6c441d91cd06d53af07ee58746681 (diff)
downloadnsxiv-86a6f00112576f3fc1ca565c2b5ad11d784cab8d.tar.zst
Added support for multi-frame images
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index 442b606..a55ea18 100644
--- a/config.h
+++ b/config.h
@@ -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 },