A chrome extension which Hit-a-Hint with magic key.
Hinting:
Hiting:
This is for clicking links and buttons with keyboard only. Pressing space key and hint key simulates clicking links and buttons.
By releasing space key with modifier keys such as Ctrl
or Alt
, you can open links in new tab or new window.
The default magic key is space key, but you can change it in options.
See Dockerfile for build environment.
Debug build:
make
Interactive debug build:
make watch
zip for production build:
make zip
docker
makes it easy to build environment:
docker compose run make
docker compose run make watch
docker compose run make zip
Edit changelog in changelog/<CurrentVersion>.md
. It will be used for release note.
- Check the version in package.json
- Confirm
changelog/<Version>.md
- Commit and push them
- Execute
scripts/tag_for_release.sh
- Bump minor version in package.json for next release