A minecraft mod to switch the raw handling of the caps lock key with the escape key
  • Java 85.7%
  • Python 14.3%
Find a file
Noah Vogt 3278ef24e7
Some checks failed
build / build (push) Has been cancelled
feat: add support for neoforge (mc version 1.2.1)
2026-08-10 16:42:00 +02:00
.github/workflows ALL THE VERSIONS 2025-06-13 23:50:34 -04:00
gradle/wrapper feat: update gradlew to new version 2026-04-25 22:44:04 +03:00
neoforge feat: add support for neoforge (mc version 1.2.1) 2026-08-10 16:42:00 +02:00
outputs ALL THE VERSIONS 2025-06-13 23:50:34 -04:00
src/main Fix for newer versions, and jump ship to mojmap 2026-01-08 14:53:28 -05:00
.factorypath Fix for newer versions, and jump ship to mojmap 2026-01-08 14:53:28 -05:00
.gitattributes Initial release 2025-06-13 22:27:55 -04:00
.gitignore Initial release 2025-06-13 22:27:55 -04:00
build.gradle chore: update to 26.2 2026-08-06 23:18:18 +02:00
gen.py chore: update to 26.2 2026-08-06 23:18:18 +02:00
gradle.properties chore: update to 26.2 2026-08-06 23:18:18 +02:00
gradlew feat: update gradlew to new version 2026-04-25 22:44:04 +03:00
gradlew.bat feat: update gradlew to new version 2026-04-25 22:44:04 +03:00
LICENSE Initial release 2025-06-13 22:27:55 -04:00
README.md feat: add support for neoforge (mc version 1.2.1) 2026-08-10 16:42:00 +02:00
settings.gradle feat: add support for neoforge (mc version 1.2.1) 2026-08-10 16:42:00 +02:00

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.