Feature
We'd love to add keyboard shortcuts to Avo.
We already have Mousetrap installed but I think this solution (2025 update) from Yaro is a bit more Stimulus-oriented.
This is another approach (https://github.com/github/hotkey, controller)
Initial shortcuts
We don't need to support "everything" in the initial iteration, so let's pick a few we know they might be highly used.
Current workarounds
Add them with custom JS.
Feature
We'd love to add keyboard shortcuts to Avo.
We already have Mousetrap installed but I think this solution (2025 update) from Yaro is a bit more Stimulus-oriented.
This is another approach (https://github.com/github/hotkey, controller)
Initial shortcuts
We don't need to support "everything" in the initial iteration, so let's pick a few we know they might be highly used.
Shift + ?Show a modal with the current shortcutsCommand + KOpen search (already supported but we want to show it there)command + returnSave buttoncommand + \toggle sidebarescclose modal. Ensure it really closes all modalsccreate button when on an index viewCurrent workarounds
Add them with custom JS.