A tiny script to remap the useless caps lock to the escape key. Useful primarily for VIM users.
- Clone the repo.
chmod +x capstoescape.sh
./capstoescape.sh
- Enjoy
- You will have to run the script each time you reboot your machine.
- If you are using the Vim Extension on VS code and the remapping isn't working, paste
"keyboard.dispatch": "keyCode"
insettings.json
and restart VS Code. - If you face any issues or want to suggest any improvements or have any questions, feel free to raise an issue!