Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`.