A minecraft mod to switch the raw handling of the caps lock key with the escape key
- Java 85.7%
- Python 14.3%
|
|
||
|---|---|---|
| .github/workflows | ||
| gradle/wrapper | ||
| neoforge | ||
| outputs | ||
| src/main | ||
| .factorypath | ||
| .gitattributes | ||
| .gitignore | ||
| build.gradle | ||
| gen.py | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| README.md | ||
| settings.gradle | ||
Capslock-Escape Switcher
A Mincraft mod to swap escape and capslock. Available for Fabric and NeoForge mod loaders.
Download a compiled build here.
Q: Why does this mod exist?
Minecraft ignores system-wide key re-mapping, as it reads the raw keyboard inputs. This means it also ignores the switching of caps lock and escape done by many neovim users. Even if you don't use neovim, I still highly recommend doing this.