Skip to content

Commit 8134566

Browse files
committed
input.conf: use sanitize-path with clipboard command
1 parent 6495921 commit 8134566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/input.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
#l ab-loop # set/clear A-B loop points
175175
#L cycle-values loop-file "inf" "no" # toggle infinite looping
176176
#ctrl+c quit 4
177-
#Ctrl+v loadfile ${clipboard/text} append-play; show-text '+ ${clipboard/text}' # append the copied path
177+
#Ctrl+v sanitize-path ${clipboard/text} | loadfile - append-play; show-text '+ ${clipboard/text}' # append the copied path
178178
#DEL script-binding osc/visibility # cycle OSC visibility between never, auto (mouse-move) and always
179179
#ctrl+h cycle-values hwdec "no" "auto" # toggle hardware decoding
180180
#F8 show-text ${playlist} # show the playlist

0 commit comments

Comments
 (0)