Compare commits

...
Author SHA1 Message Date
coolbot100s b6a14d576b add alt keybind for resetting moderation progress. 2026-07-03 17:16:51 -07:00
+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',