diff options
Diffstat (limited to 'etc/input.conf')
-rw-r--r-- | etc/input.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/input.conf b/etc/input.conf index 0bcfdec9f7..74373d7ffe 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -10,11 +10,20 @@ ## If you wish to unbind a key, use key ignore. ## e.g. ENTER ignore ## +## You can use modifier-key combinations like Shift+Left or Ctrl+Alt+x with +## modifiers Shift, Ctrl, Alt and Meta, but note that currently reading +## key combinations is only supported through the video windows of X-based +## output drivers (not in output windows of other drivers or in a terminal). RIGHT seek +10 LEFT seek -10 DOWN seek -60 UP seek +60 +# Do smaller, always exact (non-keyframe-limited), seeks with shift. +Shift+Right seek +1 0 1 +Shift+Left seek -1 0 1 +Shift+Down seek -5 0 1 +Shift+Up seek +5 0 1 PGUP seek 600 PGDWN seek -600 m mute |