summaryrefslogtreecommitdiffstats
path: root/exec
diff options
context:
space:
mode:
authorBert Münnich <be.muennich@gmail.com>2014-01-31 13:21:23 +0100
committerBert Münnich <be.muennich@gmail.com>2014-01-31 13:21:23 +0100
commitf6510b0a04e9351f0cea740d2237ebe293125f4c (patch)
tree3fc2429d9e2c7bd2f0bd96ff7d682fac7ca58068 /exec
parentd5b2d377a44db7408c90e5e15e35458bcc0f340c (diff)
parent2d703c30a2372c6b9955f5c08fb6b727cbd3cee0 (diff)
downloadnsxiv-f6510b0a04e9351f0cea740d2237ebe293125f4c.tar.zst
Merged pull request #129
Diffstat (limited to 'exec')
-rw-r--r--exec/key-handler6
1 files changed, 3 insertions, 3 deletions
diff --git a/exec/key-handler b/exec/key-handler
index f4de310..184f373 100644
--- a/exec/key-handler
+++ b/exec/key-handler
@@ -1,9 +1,9 @@
#!/bin/sh
# Example for $XDG_CONFIG_HOME/sxiv/exec/key-handler
-# Called by sxiv(1) whenever an unbound key combo is used,
-# with the key combo as its first argument and the path of the current image
-# as its second argument.
+# Called by sxiv(1) after the external prefix key (C-x by default) is pressed.
+# The next key combo is passed as its first argument and the path of the
+# current image as its second argument.
# sxiv(1) blocks until this script terminates. It then checks if the image
# has been modified and reloads it.