diff --git a/packages/moderation/data/keybinds.ts b/packages/moderation/data/keybinds.ts index 8d2bb5dec..9a4e4f02d 100644 --- a/packages/moderation/data/keybinds.ts +++ b/packages/moderation/data/keybinds.ts @@ -23,7 +23,7 @@ const keybinds: KeybindListener[] = [ }, { id: 'toggle-collapse', - keybind: 'Ctrl+Shift+C', + keybind: 'Shift+C', description: 'Toggle collapse/expand', action: (ctx) => ctx.actions.tryToggleCollapse(), },