From 5bb2f9787f557bd91d5eb9021238ed7b131d5fa9 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sun, 19 Dec 2010 13:34:06 +0200 Subject: input: add default keybindings Shift+[arrow] for small exact seeks --- etc/input.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'etc') diff --git a/etc/input.conf b/etc/input.conf index df7bcb60cd..74373d7ffe 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -19,6 +19,11 @@ 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 -- cgit v1.2.3