summaryrefslogtreecommitdiffstats
path: root/sxiv.1
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-08-16 21:31:05 +0200
committerBert Münnich <ber.t@posteo.de>2014-08-16 21:49:46 +0200
commite267dc7793df0c3d8b1dcc48575a11d402df5499 (patch)
treecbd24fe32acedcb3951e1d8f337a950d38da28ae /sxiv.1
parent284be749278a7b6471926a618877dbb3adc8c1ad (diff)
downloadnsxiv-e267dc7793df0c3d8b1dcc48575a11d402df5499.tar.zst
Pass marked files to external key handler in thumbnail mode; fixes issue #135
Diffstat (limited to 'sxiv.1')
-rw-r--r--sxiv.110
1 files changed, 6 insertions, 4 deletions
diff --git a/sxiv.1 b/sxiv.1
index 0ed3164..06c360e 100644
--- a/sxiv.1
+++ b/sxiv.1
@@ -112,7 +112,8 @@ Toggle fullscreen mode.
Toggle visibility of info bar on bottom of window.
.TP
.B Ctrl-x
-Send the next key to the external key-handler.
+Send the next key to the external key-handler. See section EXTERNAL KEY HANDLER
+for more information.
.TP
.B g
Go to the first image.
@@ -354,9 +355,10 @@ located in
.IR $XDG_CONFIG_HOME/sxiv/exec/key-handler .
The handler is invoked by pressing
.BR Ctrl-x .
-The next key combo is then passed as its first argument and the path of the
-current image as its second argument. sxiv(1) will block until the handler
-terminates. It then checks if the image has been modified and reloads it.
+The next key combo is then passed as its first argument, followed by the paths
+of all marked images or the path of the current image, if no image is marked.
+sxiv(1) will block until the handler terminates. It then checks which images
+have been modified and reloads them.
The key combo argument has the following form: "[C-][M-][S-]KEY",
where C/M/S indicate Ctrl/Meta(Alt)/Shift modifier states and KEY is the X