add mpv-yomitan config

This commit is contained in:
2026-02-01 23:07:49 -08:00
parent b238daee8c
commit cf14d30091

View File

@@ -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
}
}