Compare commits

..

No commits in common. "6aebd27d978180dfa0fbb02a8d87c894d838abc9" and "36023583798f934b60f0f4a6f08cfd5dc01b927a" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -174,7 +174,6 @@ slang=en
# disable subtitles by default = no # disable subtitles by default = no
sid=no sid=no
# keep-open # keep-open
input-ipc-server=/tmp/mpvsocket
[svp] [svp]
input-ipc-server=/tmp/mpvsocket # Receives input from SVP input-ipc-server=/tmp/mpvsocket # Receives input from SVP

View File

@ -347,7 +347,7 @@ end
table.insert(list.keybinds, table.insert(list.keybinds,
{ "ENTER", "play", function() play_result("replace") end, {} }) { "ENTER", "play", function() play_result("replace") end, {} })
table.insert(list.keybinds, { table.insert(list.keybinds, {
"Ctrl+Shift", "play_append", function() play_result("append-play") end, {} "Ctrl+ENTER", "play_append", function() play_result("append-play") end, {}
}) })
table.insert(list.keybinds, { table.insert(list.keybinds, {
"Ctrl+Shift+ENTER", "play_new_window", "Ctrl+Shift+ENTER", "play_new_window",