This commit is contained in:
ksyasuda 2023-11-16 01:32:56 -08:00
parent 1844d00653
commit 17b4367058
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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",