Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saifshahriar/caps2esc
Remap your Esc key to CAPS LOCK throughout Windows. Perfect weapon for VIM users.
https://github.com/saifshahriar/caps2esc
caps-lock-to-esc remap vim windows
Last synced: about 2 months ago
JSON representation
Remap your Esc key to CAPS LOCK throughout Windows. Perfect weapon for VIM users.
- Host: GitHub
- URL: https://github.com/saifshahriar/caps2esc
- Owner: saifshahriar
- License: gpl-2.0
- Created: 2022-07-17T18:51:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T17:58:50.000Z (over 2 years ago)
- Last Synced: 2023-03-05T04:49:18.293Z (almost 2 years ago)
- Topics: caps-lock-to-esc, remap, vim, windows
- Language: AutoHotkey
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# caps2esc
Remap your Esc key to CAPS LOCK throughout Windows. Perfect weapon for VIM users.# Installation
- Grab the latest `windows executable` from the release section and run it.
- ### Autostart
- To autostart the programme at startup, place the executable under the `startup` directory eg. `%appdata%\Microsoft\Windows\Start Menu\Programs\Startup`
# Build from source
- **Download** autohotkey (free and open source) compiler: https://www.autohotkey.com/
**Github:** https://github.com/AutoHotkey/AutoHotkey
- Clone and cd
```cmd
git clone https://github.com/saifshahriar/caps2esc/
cd caps2esc
```
- Compile the `caps2esc.ahk` script# Licence
**NOTE**: This is a _free software_ licenced under `GNU General Public License v2.0`.