mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-02-04 06:36:35 -08:00
change to jsonc
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"subtitlePosition": {
|
"subtitlePosition": {
|
||||||
"yPercent": 15.376111685625649,
|
"yPercent": 16.541882109617372,
|
||||||
},
|
},
|
||||||
"keybindings": [
|
"keybindings": [
|
||||||
{
|
{
|
||||||
@@ -19,10 +19,6 @@
|
|||||||
"key": "Ctrl+Shift+KeyN",
|
"key": "Ctrl+Shift+KeyN",
|
||||||
"command": ["script-binding", "mpvacious-export-note"],
|
"command": ["script-binding", "mpvacious-export-note"],
|
||||||
},
|
},
|
||||||
// {
|
|
||||||
// "key": "Ctrl+KeyC",
|
|
||||||
// "command": ["script-binding", "mpvacious-copy-primary-sub-to-clipboard"]
|
|
||||||
// },
|
|
||||||
{
|
{
|
||||||
"key": "Ctrl+Shift+KeyV",
|
"key": "Ctrl+Shift+KeyV",
|
||||||
"command": ["script-binding", "mpvacious-secondary-sid-toggle"],
|
"command": ["script-binding", "mpvacious-secondary-sid-toggle"],
|
||||||
@@ -43,10 +39,6 @@
|
|||||||
"key": "Ctrl+Shift+KeyL",
|
"key": "Ctrl+Shift+KeyL",
|
||||||
"command": ["script-binding", "mpvacious-sub-play-up-to-next"],
|
"command": ["script-binding", "mpvacious-sub-play-up-to-next"],
|
||||||
},
|
},
|
||||||
// {
|
|
||||||
// "key": "Ctrl+KeyV",
|
|
||||||
// "command": ["script-binding", "animecards/update-anki-card"]
|
|
||||||
// },
|
|
||||||
{
|
{
|
||||||
"key": "KeyQ",
|
"key": "KeyQ",
|
||||||
"command": ["quit"],
|
"command": ["quit"],
|
||||||
@@ -76,16 +68,29 @@
|
|||||||
"imageType": "avif",
|
"imageType": "avif",
|
||||||
"imageFormat": "webp",
|
"imageFormat": "webp",
|
||||||
"miscInfoPattern": "[mpv-yomitan] %f (%t)",
|
"miscInfoPattern": "[mpv-yomitan] %f (%t)",
|
||||||
"overwriteAudio": true,
|
"overwriteAudio": false,
|
||||||
"overwriteImage": true,
|
"overwriteImage": true,
|
||||||
"highlightWord": true,
|
"highlightWord": true,
|
||||||
"showNotificationOnUpdate": true,
|
"showNotificationOnUpdate": true,
|
||||||
|
"notificationType": "system",
|
||||||
"audioPadding": 0.5,
|
"audioPadding": 0.5,
|
||||||
"fallbackDuration": 3,
|
"fallbackDuration": 3,
|
||||||
"animatedFps": 10,
|
"animatedFps": 24,
|
||||||
"animatedMaxWidth": 640,
|
"animatedMaxWidth": 640,
|
||||||
"animatedMaxHeight": null,
|
"animatedMaxHeight": null,
|
||||||
"animatedCrf": 35,
|
"animatedCrf": 35,
|
||||||
"autoUpdateNewCards": true,
|
"autoUpdateNewCards": false,
|
||||||
|
"sentenceCardModel": "Lapis Morph",
|
||||||
|
"sentenceCardSentenceField": "Sentence",
|
||||||
|
"sentenceCardAudioField": "SentenceAudio",
|
||||||
|
"isLapis": true,
|
||||||
|
},
|
||||||
|
"shortcuts": {
|
||||||
|
"copySubtitle": "CommandOrControl+C",
|
||||||
|
"copySubtitleMultiple": "CommandOrControl+Shift+C",
|
||||||
|
"updateLastCardFromClipboard": "CommandOrControl+V",
|
||||||
|
"mineSentence": "CommandOrControl+S",
|
||||||
|
"mineSentenceMultiple": "CommandOrControl+Shift+S",
|
||||||
|
"multiCopyTimeoutMs": 3000,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user