-` | ` | Pipe each selection through shell command, replacing with output |
-`Alt- | ` | Pipe each selection into shell command, ignoring output |
+| | Pipe each selection through shell command, replacing with output | shell_pipe |
+Alt-| | Pipe each selection into shell command, ignoring output | shell_pipe_to |
! | Run shell command, inserting output before each selection | shell_insert_output |
Alt-! | Run shell command, appending output after each selection | shell_append_output |
$ | Pipe each selection into shell command, keep selections where command returned 0 | shell_keep_pipe |
diff --git a/print.html b/print.html
index ccb83aac7..48c25fccd 100644
--- a/print.html
+++ b/print.html
@@ -328,8 +328,8 @@ and therefore requires the corresponding query file to work properly.