summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-08-05 10:17:36 +0200
committerBert <ber.t@gmx.com>2011-08-05 10:17:36 +0200
commit2b7192b1ac0a72e80cf5a06f406953a600ad54eb (patch)
treecf290b75ab80909764a0af0ecbb31b32ff02244a /config.h
parent6b2a0982890f6d2b9f8de873f4d2589d65f90d72 (diff)
downloadnsxiv-2b7192b1ac0a72e80cf5a06f406953a600ad54eb.tar.zst
Renamed scroll() to pan_screen()
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.h b/config.h
index 8b10a8f..a39cd24 100644
--- a/config.h
+++ b/config.h
@@ -70,10 +70,10 @@ static const keymap_t keys[] = {
{ XK_l, move, DIR_RIGHT },
{ XK_Right, move, DIR_RIGHT },
- { XK_braceleft, scroll, DIR_LEFT },
- { XK_Next, scroll, DIR_DOWN },
- { XK_Prior, scroll, DIR_UP },
- { XK_braceright, scroll, DIR_RIGHT },
+ { XK_braceleft, pan_screen, DIR_LEFT },
+ { XK_Next, pan_screen, DIR_DOWN },
+ { XK_Prior, pan_screen, DIR_UP },
+ { XK_braceright, pan_screen, DIR_RIGHT },
{ XK_H, pan_edge, DIR_LEFT },
{ XK_J, pan_edge, DIR_DOWN },