mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +00:00
refactor(shortcuts): use Ctrl + / for shortcuts modal
This commit is contained in:
parent
4860a028c2
commit
a97dd01869
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ const shortcuts: ShortcutGroup[] = [
|
||||||
{
|
{
|
||||||
name: 'shortcuts',
|
name: 'shortcuts',
|
||||||
label: 'SETTINGS_SHORTCUT_SHORTCUTS',
|
label: 'SETTINGS_SHORTCUT_SHORTCUTS',
|
||||||
combos: [['Ctrl', '?']],
|
combos: [['Ctrl', '/']],
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue