diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | man/feh.pre | 3 | ||||
-rw-r--r-- | src/help.raw | 3 |
3 files changed, 6 insertions, 1 deletions
@@ -4,6 +4,7 @@ git HEAD * Removed rather obscure --bg-seamless mode * Short option -Y for --hide-pointer * Panning via keys: Make it behave like scrolling (inverted directions) + * Patch by Live Smith: Add --action-hold-slide option Tue, 24 Aug 2010 19:23:36 +0200 Daniel Friesel <derf@chaosdorf.de> diff --git a/man/feh.pre b/man/feh.pre index 8345683..4dccd8a 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -92,6 +92,9 @@ multiwindow mode, the window will be closed. .It Cm --action1 No .. Cm --action9 Extra actions which can be set and triggered using the appropiate number key. . +.It Cm --action-hold-slide +Do not change to the next image after pressing an action key. +. .It Cm -Z , --auto-zoom Zoom pictures to screen size in fullscreen .Pq affected by Cm --stretch No and Cm --ignore-aspect . diff --git a/src/help.raw b/src/help.raw index e87e9da..caa2232 100644 --- a/src/help.raw +++ b/src/help.raw @@ -49,7 +49,8 @@ OPTIONS -n, --reverse Reverse sort order -A, --action ACTION Specify action to perform when pressing <return>. Executed by /bin/sh, may contain FORMAT SPECIFIERS - --action[1-9] Extra actions triggered by pressing keys <1>to <9>. + --action[1-9] Extra actions triggered by pressing keys <1>to <9> + --action-hold-slide Do not change to next image after running an action -G, --draw-actions Show the defined actions in the image window -m, --montage Enable montage mode -c, --collage Montage mode with randomly distributed thumbnails |