summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-12-19 13:34:06 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-12-20 19:02:24 +0200
commit5bb2f9787f557bd91d5eb9021238ed7b131d5fa9 (patch)
treec67fb0eadacc43eb90f76ada5139cb449842e526 /etc
parent67fd58d6f01ad84387421e2fc861c28dcf5c4f3c (diff)
downloadmpv-5bb2f9787f557bd91d5eb9021238ed7b131d5fa9.tar.bz2
mpv-5bb2f9787f557bd91d5eb9021238ed7b131d5fa9.tar.xz
input: add default keybindings Shift+[arrow] for small exact seeks
Diffstat (limited to 'etc')
-rw-r--r--etc/input.conf5
1 files changed, 5 insertions, 0 deletions
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