summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-05 01:29:03 +0200
committerwm4 <wm4@nowhere>2014-10-05 01:58:12 +0200
commitc5ebaca31edf8d31f4f735e3afa67dee2e7b34cc (patch)
tree56df3f51f13f107d5b65c63a670893ac09f1cc40 /etc
parentaeefb8511c3d2476df3d83d385cb1efe41ab5bd1 (diff)
downloadmpv-c5ebaca31edf8d31f4f735e3afa67dee2e7b34cc.tar.bz2
mpv-c5ebaca31edf8d31f4f735e3afa67dee2e7b34cc.tar.xz
etc: add an input config file that reverts recent key binding changes
This is for users who don't like changes. I'm hoping it will make the process of cleaning up key bindings less bumpy. It should be mentioned in the release notes of the next release.
Diffstat (limited to 'etc')
-rw-r--r--etc/restore-old-bindings.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/etc/restore-old-bindings.conf b/etc/restore-old-bindings.conf
new file mode 100644
index 0000000000..8455dd802b
--- /dev/null
+++ b/etc/restore-old-bindings.conf
@@ -0,0 +1,31 @@
+
+# This file contains all bindings that were removed after a certain release.
+# If you want MPlayer bindings, use mplayer-input.conf
+
+# Pick the bindings you want back and add them to your own input.conf. Append
+# this file to your input.conf if you want them all back:
+#
+# cat restore-old-bindings.conf >> ~/.config/mpv/input.conf
+#
+# Older installations use ~/.mpv/input.conf instead.
+
+# changed in mpv 0.6.0
+
+ESC quit
+
+# changed in mpv 0.5.0
+
+PGUP seek 600
+PGDWN seek -600
+RIGHT seek 10
+LEFT seek -10
++ add audio-delay 0.100
+- add audio-delay -0.100
+( add balance -0.1
+) add balance 0.1
+F cycle sub-forced-only
+TAB cycle program
+A cycle angle
+U stop
+o osd
+I show_text "${filename}"