aboutsummaryrefslogtreecommitdiffstats
path: root/exec/key-handler
diff options
context:
space:
mode:
Diffstat (limited to 'exec/key-handler')
-rwxr-xr-xexec/key-handler6
1 files changed, 3 insertions, 3 deletions
diff --git a/exec/key-handler b/exec/key-handler
index 3b50e4c..614e1ec 100755
--- a/exec/key-handler
+++ b/exec/key-handler
@@ -1,11 +1,11 @@
#!/bin/sh
-# Example for $XDG_CONFIG_HOME/sxiv/exec/key-handler
-# Called by sxiv(1) after the external prefix key (C-x by default) is pressed.
+# Example for $XDG_CONFIG_HOME/nsxiv/exec/key-handler
+# Called by nsxiv(1) after the external prefix key (C-x by default) is pressed.
# The next key combo is passed as its first argument. Passed via stdin are the
# images to act upon, one path per line: all marked images, if in thumbnail
# mode and at least one image has been marked, otherwise the current image.
-# sxiv(1) blocks until this script terminates. It then checks which images
+# nsxiv(1) blocks until this script terminates. It then checks which images
# have been modified and reloads them.
# The key combo argument has the following form: "[C-][M-][S-]KEY",