Compare commits
No commits in common. "6aebd27d978180dfa0fbb02a8d87c894d838abc9" and "36023583798f934b60f0f4a6f08cfd5dc01b927a" have entirely different histories.
6aebd27d97
...
3602358379
1
mpv.conf
1
mpv.conf
@ -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
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user