Skip to content

Commit

Permalink
input.conf: bind Ctrl+v to play the path in the clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
guidocella authored and kasper93 committed Dec 28, 2024
1 parent cd9fa6d commit a0f8d27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DOCS/man/mpv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,11 @@ F8
F9
Show the list of audio and subtitle streams.

Ctrl+v
Append the file or URL in the clipboard to the playlist. If nothing is
currently playing, it is played immediately. Only works on platforms that
support the ``clipboard`` property.

i and I
Show/toggle an overlay displaying statistics about the currently playing
file such as codec, framerate, number of dropped frames and so on. See
Expand Down
1 change: 1 addition & 0 deletions etc/input.conf
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
#l ab-loop # set/clear A-B loop points
#L cycle-values loop-file "inf" "no" # toggle infinite looping
#ctrl+c quit 4
#Ctrl+v loadfile ${clipboard/text} append-play; show-text '+ ${clipboard/text}' # append the copied path
#DEL script-binding osc/visibility # cycle OSC visibility between never, auto (mouse-move) and always
#ctrl+h cycle-values hwdec "no" "auto-safe" # toggle hardware decoding
#F8 show-text ${playlist} # show the playlist
Expand Down

0 comments on commit a0f8d27

Please sign in to comment.