Compare commits
2 Commits
3602358379
...
6aebd27d97
Author | SHA1 | Date | |
---|---|---|---|
|
6aebd27d97 | ||
|
17b4367058 |
1
mpv.conf
1
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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user