mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Added the toggle subtitles shortcut
This commit is contained in:
parent
e1e6fe075b
commit
5eb55d3aaf
1 changed files with 5 additions and 0 deletions
|
|
@ -69,6 +69,11 @@
|
||||||
"label": "SETTINGS_SHORTCUT_SUBTITLES_DELAY",
|
"label": "SETTINGS_SHORTCUT_SUBTITLES_DELAY",
|
||||||
"combos": [["G"], ["H"]]
|
"combos": [["G"], ["H"]]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "toggleSubtitles",
|
||||||
|
"label": "SETTINGS_SHORTCUT_TOGGLE_SUBTITLES",
|
||||||
|
"combos": [["C"]]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "subtitlesMenu",
|
"name": "subtitlesMenu",
|
||||||
"label": "SETTINGS_SHORTCUT_MENU_SUBTITLES",
|
"label": "SETTINGS_SHORTCUT_MENU_SUBTITLES",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue