mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +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',
|
||||
label: 'SETTINGS_SHORTCUT_SHORTCUTS',
|
||||
combos: [['Ctrl', '?']],
|
||||
combos: [['Ctrl', '/']],
|
||||
},
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue