Keyboard shortcut training and look-up.
- keyboard shortcut lookup (works with every app)
- exercises for 1.000+ keyboard shortcuts (for supported apps)
- translates all shortcuts to your keyboard layout
- works offline
- available for macOS
Adobe XD, Airtable, Bear, Code, Evernote, Figma, Finder, Firefox, Gmail, Google Chrome, Google Docs, iA Writer, macOS, Notion, Photoshop, Safari, Sketch, Slack, Spotify, Sublime Text, Superhuman, Things, Todoist, Transmit, Trello, Ulysses, Webflow, Xcode
Something’s missing? https://feedback.mouseless.app/
Yes, the code is open source, though we ask you to buy a license to actually use Mouseless. Your support will help us to put more time into our open source work. ✌️
- 🤑 Buy a license here: https://mouseless.app ($20.00)
- 💝 Sponsor our work: https://github.com/sponsors/ueberdosis
- 📚️ Or subscribe to SetApp (referral link) and get a ton of apps, including Mouseless
Feel free to clone the project and fiddle around with our code. You need Node and Yarn.
yarn install
To start the development version of the app run the start script. The app will open and you’ll be able to use it right-away. Changes to the code will be hot loaded.
yarn start
If you plan to send a PR with changes, run the lint process to fix code style issues:
yarn lint
Don’t try to build the app, you won’t be able to code sign and/or notarize the app without a developer certificate. We’re running the build process manually and publish new versions on the website: https://mouseless.app
Don’t do this at home. It won’t work without all the certificates and credentials. Hopefully this is helpful to other app developers though.
- Bump version in /package.json
- Fill out the .env
- Install dependencies:
yarn install
- Build the macOS version:
yarn run electron:build
- Put the notarized version in the Zip file:
yarn run fix:build:mac
- Manually upload
Mouseless-*.dmg
,Mouseless-*.dmg.blockmap
,Mouseless-*.zip
andlatest-mac.yml
(find them in dist_electron) to the DigitalOcean space. - Manually upload the
Mouseless-*.dmg
to Gumroad. - Update the download links in
ueberdosis/mouseless-landingpage
. - Respond to suggestions on https://feedback.mouseless.app.
- Tweet about the update. 🐤
- Jump to the SetApp Node.js wrapper:
cd setapp-nodejs-wrapper
- Install all dependencies:
yarn install
- Build the Node.js wrapper:
yarn build
- Jump back to the root folder:
cd ../
- Actually build the SetApp version:
yarn setapp:build
- Fix the Zip file:
yarn fix:build:mac
- Manually upload
dist_electron/Mouseless-*.dmg
to SetApp (https://developer.setapp.com/).