From cf14d300913074a96bc76275a714a111c8dc27cb Mon Sep 17 00:00:00 2001 From: sudacode Date: Sun, 1 Feb 2026 23:07:49 -0800 Subject: [PATCH] add mpv-yomitan config --- .config/mpv-yomitan-overlay/config.json | 58 +++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .config/mpv-yomitan-overlay/config.json diff --git a/.config/mpv-yomitan-overlay/config.json b/.config/mpv-yomitan-overlay/config.json new file mode 100644 index 0000000..5ea9987 --- /dev/null +++ b/.config/mpv-yomitan-overlay/config.json @@ -0,0 +1,58 @@ +{ + "subtitlePosition": { + "yPercent": 19.561880466472303 + }, + "keybindings": [ + { + "key": "Space", + "command": ["cycle", "pause"] + }, + { + "key": "ArrowRight", + "command": ["seek", 5] + }, + { + "key": "ArrowLeft", + "command": ["seek", -5] + }, + { + "key": "Ctrl+Shift+KeyN", + "command": ["script-binding", "mpvacious-export-note"] + }, + { + "key": "Ctrl+KeyC", + "command": ["script-binding", "mpvacious-copy-primary-sub-to-clipboard"] + }, + { + "key": "Ctrl+Shift+KeyV", + "command": ["script-binding", "mpvacious-secondary-sid-toggle"] + }, + { + "key": "Shift+KeyL", + "command": ["script-binding", "mpvacious-sub-seek-forward"] + }, + { + "key": "Shift+KeyH", + "command": ["script-binding", "mpvacious-sub-seek-back"] + }, + { + "key": "Ctrl+Shift+KeyH", + "command": ["script-binding", "mpvacious-sub-replay"] + }, + { + "key": "Ctrl+Shift+KeyL", + "command": ["script-binding", "mpvacious-sub-play-up-to-next"] + }, + { + "key": "Ctrl+KeyV", + "command": ["script-binding", "animecards/update-anki-card"] + } + ], + "texthooker": { + "openBrowser": false + }, + "websocket": { + "enabled": "auto", + "port": 6677 + } +}