mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-12 21:40:45 +00:00
This commit is contained in:
parent
0fe0fc8ca9
commit
24cc613dc7
1 changed files with 5 additions and 5 deletions
|
|
@ -18,11 +18,6 @@
|
||||||
"label": "SETTINGS_SHORTCUT_FULLSCREEN",
|
"label": "SETTINGS_SHORTCUT_FULLSCREEN",
|
||||||
"combos": [["F"]]
|
"combos": [["F"]]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "exit",
|
|
||||||
"label": "SETTINGS_SHORTCUT_EXIT_BACK",
|
|
||||||
"combos": [["Backspace"]]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "shortcuts",
|
"name": "shortcuts",
|
||||||
"label": "SETTINGS_SHORTCUT_SHORTCUTS",
|
"label": "SETTINGS_SHORTCUT_SHORTCUTS",
|
||||||
|
|
@ -123,6 +118,11 @@
|
||||||
"name": "playNext",
|
"name": "playNext",
|
||||||
"label": "SETTINGS_SHORTCUT_PLAY_NEXT",
|
"label": "SETTINGS_SHORTCUT_PLAY_NEXT",
|
||||||
"combos": [["Shift", "N"]]
|
"combos": [["Shift", "N"]]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "exit",
|
||||||
|
"label": "SETTINGS_SHORTCUT_EXIT_BACK",
|
||||||
|
"combos": [["Escape"]]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue