diff options
author | Bert <ber.t@gmx.com> | 2011-01-28 13:42:39 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-01-28 13:42:39 +0100 |
commit | 019e2274a88f35668bc6687eb4ed5ca16f7cf066 (patch) | |
tree | ae991aa151817193b964aa3035a800246822ed22 /README.md | |
parent | 8123d63c5b76909ce70f09614ac0e45760a69d71 (diff) |
Map arrow keys to h/j/k/l
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -45,13 +45,13 @@ Use the following keys to control sxiv: q Quit sxiv Escape Quit sxiv and return an exit value of 2 (useful for scripting) - Space,n Go to the next image - Backspace,p Go to the previous image + n,Space Go to the next image + p,Backspace Go to the previous image g/G Go to first/last image [/] Go 10 images backward/forward +,= Zoom in - Zoom out - h,j,k,l Pan image left/down/up/right + h,j,k,l Pan image left/down/up/right (also with arrow keys) <,> Rotate image (counter-)clockwise by 90 degrees f Toggle fullscreen mode (requires an EWMH/NetWM compliant window manager) |