mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-02-04 06:36:35 -08:00
add mpv-yomitan config
This commit is contained in:
58
.config/mpv-yomitan-overlay/config.json
Normal file
58
.config/mpv-yomitan-overlay/config.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user