diff --git a/packages/moderation/src/data/keybinds.ts b/packages/moderation/src/data/keybinds.ts index 7b62c4c3de..21b13d92a0 100644 --- a/packages/moderation/src/data/keybinds.ts +++ b/packages/moderation/src/data/keybinds.ts @@ -33,6 +33,12 @@ const keybinds: KeybindListener[] = [ description: 'Reset moderation progress', action: (ctx) => ctx.actions.tryResetProgress(), }, + { + id: 'reset-progress-alt', + keybind: 'Alt+R', + description: 'Reset moderation progress', + action: (ctx) => ctx.actions.tryResetProgress(), + }, { id: 'skip-project', keybind: 'Ctrl+Shift+S',