summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-03 21:06:53 +0200
committerwm4 <wm4@nowhere>2014-08-03 21:15:33 +0200
commit913b49fcbc3774de1ab91ccb1c591eee4c53912d (patch)
tree6877ce995c863decf5643e7c65864438270c762a /etc
parent0f5aed9c62cb29a53dc1039df786207a2bd80d85 (diff)
downloadmpv-913b49fcbc3774de1ab91ccb1c591eee4c53912d.tar.bz2
mpv-913b49fcbc3774de1ab91ccb1c591eee4c53912d.tar.xz
input.conf: remap 2 keys
Nobody uses 'c' (except accidentally) - remove. Everyone agrees that OSD level cycling on 'o' is dumb, so map it to show_progress instead. Cycling the OSD level is now available on 'O'. No reason to ummap 'P' yet. Also see issue #973.
Diffstat (limited to 'etc')
-rw-r--r--etc/input.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/input.conf b/etc/input.conf
index 30a0c67d2d..8c815af07f 100644
--- a/etc/input.conf
+++ b/etc/input.conf
@@ -90,9 +90,10 @@
#> playlist_next # skip to next file
#ENTER playlist_next force # skip to next file or quit
#< playlist_prev # skip to previous file
-#o osd # cycle through OSD mode
-#I show_text "${filename}" # display filename in osd
+#O osd # cycle through OSD mode
+#o show_progress
#P show_progress
+#I show_text "${filename}" # display filename in osd
#z add sub-delay -0.1 # subtract 100 ms delay from subs
#x add sub-delay +0.1 # add
#9 add volume -1
@@ -113,7 +114,6 @@
#d cycle framedrop # cycle through framedrop modes
# toggle deinterlacer; requires either vdpau output, -vf yadif or kerndeint
#D cycle deinterlace
-#c cycle colormatrix
# Next 3 currently only work with --no-ass
#r add sub-pos -1 # move subtitles up
#t add sub-pos +1 # down
@@ -215,3 +215,4 @@
# ? sub_step -1 # immediately display next subtitle
# ? sub_step +1 # previous
# ? cycle_values window-scale 0.5 2 1 # switch between 1/2, 2x, unresized window size
+# ? cycle colormatrix