mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
add alt keybind for resetting moderation progress. (#6606)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user