Commit 9ed58f2c authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

feh(1): Document behaviour of duplicate key bindings (closes #91)

parent 655169fe
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
git HEAD

    * Dennis Real: EXIF mode fixes, support for more camera models
    * feh(1): Document behaviour for duplicate key bindings
      <https://github.com/derf/feh/issues/91>

Sun, 25 Mar 2012 13:13:26 +0200  Daniel Friesel <derf@finalrewind.org>

+27 −0
Original line number Diff line number Diff line
@@ -962,6 +962,11 @@ Available modifiers are
.Ar C No for Control ,
.Ar S No for Shift and
.Ar 1 , 4 No for Mod1 and Mod4 .
To match an uppercase letter like
.Qq S
instead of
.Qq s ,
the Shift modifier is not required.
.
.Pp
.
@@ -971,6 +976,17 @@ without any keys unbinds it (i.e. the default bindings are removed).
.
.Pp
.
.Em Note :
Do not use the same keybinding for multiple actions.
.Nm
does not check for conflicting bindings, so their behaviour is undefined.
.
Either unbind the unwanted action, or bind it to another unused key.
.
The order in which you bind / unbind does not matter, though.
.
.Pp
.
For a list of the
.Ar action
names, see
@@ -1247,6 +1263,17 @@ looks like
.
.Pp
.
.Em Note :
Do not use the same button for multiple actions.
.Nm
does not check for conflicting bindings, so their behaviour is undefined.
.
Either unbind the unwanted action, or bind it to another unused button.
.
The order in which you bind / unbind does not matter, though.
.
.Pp
.
For the available modifiers, see
.Sx KEYS CONFIGURATION SYNTAX .
.