A Firefox WebExtension for custom keyboard shortcuts.
Download it from the Github Release list.
Don't be scared! Setup only takes 2 minutes.
Step 1: Download and install dependencies
- Fork this repo and clone your fork locally.
- Open up the root directory in a terminal
- Run
npm install
to install the node dependencies, such as grunt and bower - Run
bower install
to install the bower components
Step 2: Enable the extension
- Disable the AMO version of the extension if you have it enabled.
- Open up about:debugging and click "Load Temporary Add-on".
- Browse to the
app/
directory to install it. - Open up the "Options" page to configure some shortcuts.
Step 3: Start developing
- Run
grunt debug
. - Edit some code. The extension itself should reload automatically (thanks Yeoman!).
- When you're done with your changes, push them to your fork and create a pull request for them.
- You can also run
grunt build
at any time to bump the manifest version and generate an AMO compatible zip file for upload. See Publishing your WebExtension for more information.