refactor(shortcuts): use Ctrl + / for shortcuts modal

This commit is contained in:
Tim 2025-10-13 12:55:12 +02:00
parent 4860a028c2
commit a97dd01869

View file

@ -26,7 +26,7 @@ const shortcuts: ShortcutGroup[] = [
{ {
name: 'shortcuts', name: 'shortcuts',
label: 'SETTINGS_SHORTCUT_SHORTCUTS', label: 'SETTINGS_SHORTCUT_SHORTCUTS',
combos: [['Ctrl', '?']], combos: [['Ctrl', '/']],
}, },
] ]
}, },