summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-06-07 19:49:11 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-06-07 19:49:11 +0200
commit24ccac56dec84f49a9f32c62c9550f34f0591146 (patch)
tree9ab1c6e0d9d231b7a6a4f91a1684e1de6837f38a
parent9098e049ed0bd64046cbf3682c30ad58f06817e1 (diff)
Add some missing stuff to feh(1) KEYS section
-rw-r--r--ChangeLog1
-rw-r--r--man/feh.119
2 files changed, 12 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index dae2c36..0e2f1f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@ git HEAD
* Remove Shift+Key bindings, they were doing the same as Nothing+Key
anyways. Plus, I might want to bind Shift + <already used key> to other
stuff in the future
+ * Documentation improvements
Sat Jun 5 21:35:25 CEST 2010 Daniel Friesel <derf@chaosdorf.de
diff --git a/man/feh.1 b/man/feh.1
index 3ff6471..aef10a7 100644
--- a/man/feh.1
+++ b/man/feh.1
@@ -550,9 +550,8 @@ to use these options.
You can combine these themes with commandline options. An example .fehrc is
provided with a couple of cool example themes.
.
-.Sh SLIDESHOW KEYS
-The default mode is slideshow mode. When viewing a slideshow, the following
-keys may be used:
+.Sh KEYS
+In an image window, the following keys may be used:
.Bl -tag -width indent
.It a
Toggle actions display
@@ -561,8 +560,10 @@ Toggle actions display
Caption entry mode. If
.Cm --caption-path
has been specified, then this enables caption editing. The caption at the
-bottom of the screen will turn yellow and can be edited. Hit enter to confirm
-and save the caption, or escape to cancel editing
+bottom of the screen will turn yellow and can be edited. Hit return to confirm
+and save the caption, or escape to cancel editing. Note that you can insert
+an actual newline into the caption using
+.Aq CTRL+return .
.It d
Toggle filename display
.Pq see Cm --draw-filename
@@ -571,9 +572,11 @@ Save the current filelist to a unique filename
.It h
Pause/Continue the slideshow. When it is paused, it will not automatically
change slides based on
-.Cm --slideshow-delay
+.Cm --slideshow-delay .
.It m
-Show menu
+Show menu. Use the arrow keys and return to select items,
+.Aq escape
+to close the menu.
.It n , Ao space Ac , Aq right arrow
Show next image
.It o
@@ -600,7 +603,7 @@ The rotation is lossless, but may create artifacts in some image corners when
used with JPEG images. Rotating in the reverse direction will make them go
away. See
.Xr jpegtran 1
-for more about lossless JPEG rotation
+for more about lossless JPEG rotation.
.It 0 .. 9
Execute the corresponding action
.Pq 0 = Cm --action , No 1 = Cm --action1 No etc.