Shortcuts is a browser extension that lets you perform common tasks with your keyboard.
Documentation | Changelog | Contributing
- Lets you bind actions to keyboard shortcuts by using the “Extension shortcuts” interface.
- Actions can be performed with keyboard shortcuts or mouse clicks in the extension’s popup.
- Implements a self-contained “Vim” mode and searchable command palette in the extension’s popup.
Here are some features that Shortcuts won’t implement.
- Vim-like keyboard shortcuts outside the popup.
- Custom actions.
- Link hinting. See the excellent Link Hints extension.
Important
Requires either Chrome 127+, Chrome Dev or Chrome Canary for sticky popup—to keep the popup open after entering a command.
See https://issues.chromium.org/issues/40057101 and Chrome 127: New action.openPopup
API for more information.
Download the Nightly builds.
Install curl and Inkscape to get and build the images.
git clone https://github.com/taupiqueur/chrome-shortcuts.git
cd chrome-shortcuts
make build
- Navigate to
chrome://extensions
. - Enable “Developer mode”.
- Click “Load unpacked” and select the extension directory.
See the manual for setup and usage instructions.
Shortcuts is also documented via the extension’s internal pages—Right-click the Shortcuts toolbar button and select “Documentation”.
Report bugs on the issue tracker, ask questions on the IRC channel, send patches on the mailing list.