mpv2oboeru

mpv helpers to create flashcards from movies and TV shows
git clone anongit@rnpnr.xyz:mpv2oboeru.git
Log | Files | Refs | Feed | README | LICENSE

Commit: 349b4774fb51c1ee1fa4fce0da9f6c93815e26b7
Parent: 9c90dd5c5d89562b6e3596441c4cd1f43b4ace27
Author: Ren Tatsumoto
Date:   Tue,  5 Apr 2022 14:25:56 +0300

q to close

Diffstat:
Msubs2srs.lua | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/subs2srs.lua b/subs2srs.lua @@ -1412,6 +1412,7 @@ menu.keybindings = { { key = 'i', fn = menu:with_update { menu.hints_state.bump } }, { key = 'p', fn = menu:with_update { load_next_profile } }, { key = 'ESC', fn = function() menu:close() end }, + { key = 'q', fn = function() menu:close() end }, } function menu:make_osd()