mirror of https://github.com/mpv-player/mpv
input.conf: swap the positions of values for `ctrl+h` binding
Allows users to toggle software decoding with a single action if they are using a value for `hwdec` that is different from `auto-safe`.
This commit is contained in:
parent
c2997aa7de
commit
afdbbac81d
|
@ -167,7 +167,7 @@
|
|||
#L cycle-values loop-file "inf" "no" # toggle infinite looping
|
||||
#ctrl+c quit 4
|
||||
#DEL script-binding osc/visibility # cycle OSC visibility between never, auto (mouse-move) and always
|
||||
#ctrl+h cycle-values hwdec "auto-safe" "no" # toggle hardware decoding
|
||||
#ctrl+h cycle-values hwdec "no" "auto-safe" # toggle hardware decoding
|
||||
#F8 show-text ${playlist} # show the playlist
|
||||
#F9 show-text ${track-list} # show the list of video, audio and sub tracks
|
||||
#g ignore
|
||||
|
|
Loading…
Reference in New Issue