We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9bc5e commit 2610245Copy full SHA for 2610245
youtube-upnext.lua
@@ -988,7 +988,6 @@ local function show_menu()
988
mp.set_osd_ass(w, h, ass.text)
989
990
if no_video then
991
- input.set_log(terminal_lines)
992
993
-- Open terminal input
994
terminal_id = terminal_id + 1
@@ -999,6 +998,8 @@ local function show_menu()
999
998
closed = terminal_closed,
1000
id = "upnext" .. tostring(terminal_id),
1001
})
+ input.set_log(terminal_lines)
1002
+
1003
-- Add key binding after opening terminal to overwrite arrow keys
1004
mp.add_timeout(0.1, function()
1005
mp.add_forced_key_binding(
0 commit comments