mirror of https://github.com/mpv-player/mpv
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.
This commit is contained in:
parent
0f5aed9c62
commit
913b49fcbc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue