diff options
author | Dennis Real <github@tildepipe.org> | 2012-05-09 22:06:35 +0200 |
---|---|---|
committer | Dennis Real <github@tildepipe.org> | 2012-05-09 22:06:35 +0200 |
commit | 040d30225cd25a3853ba5947bd9198fcec86529c (patch) | |
tree | 6878d388e96787a33c00e1290419920f4d8fa29b /man | |
parent | fcc9aeb58e55837638bff253cf19ca006d9f6d27 (diff) | |
parent | 9ed58f2c8ca3dd2dc67808676ec437838c4207e6 (diff) |
Merge branch 'master' of git://github.com/derf/feh
Diffstat (limited to 'man')
-rw-r--r-- | man/feh.pre | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/man/feh.pre b/man/feh.pre index 8460b64..fcf3ad6 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -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 . . |