diff --git a/mpv.conf b/mpv.conf index 0c0e5f3..885797b 100644 --- a/mpv.conf +++ b/mpv.conf @@ -174,6 +174,7 @@ slang=en # disable subtitles by default = no sid=no # keep-open +input-ipc-server=/tmp/mpvsocket [svp] input-ipc-server=/tmp/mpvsocket # Receives input from SVP diff --git a/scripts/youtube-search.lua b/scripts/youtube-search.lua index 4c899a3..2f77241 100644 --- a/scripts/youtube-search.lua +++ b/scripts/youtube-search.lua @@ -347,7 +347,7 @@ end table.insert(list.keybinds, { "ENTER", "play", function() play_result("replace") end, {} }) table.insert(list.keybinds, { - "Ctrl+ENTER", "play_append", function() play_result("append-play") end, {} + "Ctrl+Shift", "play_append", function() play_result("append-play") end, {} }) table.insert(list.keybinds, { "Ctrl+Shift+ENTER", "play_new_window",