add alt keybind for resetting moderation progress. (#6606)

This commit is contained in:
coolbot
2026-07-04 21:28:08 +00:00
committed by GitHub
parent 4a6fa9fc3d
commit 58a5619073
+6
View File
@@ -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',