mirror of https://github.com/mpv-player/mpv
input.conf: remap d/D keys
Drop d for toggling framedrop. Toggling this is way too special to be at such a prominent place, and in fact I believe toggling it is pointless. Remap deinterlacing from D to d. It's relatively useful and non- destructive. As suggested in #973 (almost).
This commit is contained in:
parent
75b1d5043f
commit
aca591ded3
|
@ -118,10 +118,6 @@ o (also P)
|
||||||
O
|
O
|
||||||
Toggle OSD states between normal and playback time/duration.
|
Toggle OSD states between normal and playback time/duration.
|
||||||
|
|
||||||
d
|
|
||||||
Toggle frame dropping states: none / skip display / skip decoding (see
|
|
||||||
``--framedrop``).
|
|
||||||
|
|
||||||
v
|
v
|
||||||
Toggle subtitle visibility.
|
Toggle subtitle visibility.
|
||||||
|
|
||||||
|
@ -175,7 +171,7 @@ Shift+PGUP and Shift+PGDWN
|
||||||
Seek backward or forward by 10 minutes. (This used to be mapped to
|
Seek backward or forward by 10 minutes. (This used to be mapped to
|
||||||
PGUP/PGDWN without Shift.)
|
PGUP/PGDWN without Shift.)
|
||||||
|
|
||||||
D
|
d
|
||||||
Activate/deactivate deinterlacer.
|
Activate/deactivate deinterlacer.
|
||||||
|
|
||||||
A
|
A
|
||||||
|
|
|
@ -100,9 +100,8 @@
|
||||||
#6 add gamma 1
|
#6 add gamma 1
|
||||||
#7 add saturation -1
|
#7 add saturation -1
|
||||||
#8 add saturation 1
|
#8 add saturation 1
|
||||||
#d cycle framedrop # cycle through framedrop modes
|
|
||||||
# toggle deinterlacer (automatically inserts or removes required filter)
|
# toggle deinterlacer (automatically inserts or removes required filter)
|
||||||
#D cycle deinterlace
|
#d cycle deinterlace
|
||||||
#r add sub-pos -1 # move subtitles up
|
#r add sub-pos -1 # move subtitles up
|
||||||
#t add sub-pos +1 # down
|
#t add sub-pos +1 # down
|
||||||
#v cycle sub-visibility
|
#v cycle sub-visibility
|
||||||
|
|
|
@ -12,6 +12,8 @@
|
||||||
# changed in mpv 0.10.0
|
# changed in mpv 0.10.0
|
||||||
|
|
||||||
O osd
|
O osd
|
||||||
|
D cycle deinterlace
|
||||||
|
d cycle framedrop
|
||||||
|
|
||||||
# changed in mpv 0.7.0
|
# changed in mpv 0.7.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue