Tags
Creators
Details
2.0.0+fabric-26.1
Compatibility
Required content
Changes
🎉 Keyset 2.0 — The Big One
Everything you asked for, all at once.
✨ What's new
🎨 Brand new UI
The entire interface has been rebuilt from scratch. Custom-themed panels, smooth animations, a clean tab layout that doesn't look like it belongs in a settings screen from 2011.
🎓 Interactive tutorial
First time? A hands-on walkthrough takes you through every feature with real tasks to complete — not just walls of text to click through. Hit the ? button any time to bring it back.
🔗 Share codes
Export any profile as an 8-character code and send it to anyone. They paste it in Keyset, your layout is there instantly. No accounts, no website, no hassle. Codes last 90 days.
🔄 Auto-Switch
Set up rules like hypixel.net → PvP and Keyset switches your layout the moment you join. Disconnect and it switches back. Partial server name matching works too.
🔍 Live conflict detection
The Conflicts tab now reacts in real time. Change a bind anywhere and the list updates automatically — no need to close and reopen anything.
🌍 15+ languages
English, Español, Português, Français, Deutsch, Română, Italiano, Русский, 中文, 日本語, 한국어, Polski, Українська, Nederlands, Svenska.
🐛 Fixes
- Profiles no longer silently apply themselves when the game starts
- Importing a profile no longer drags in extra unwanted profiles
- Closing the screen mid-upload no longer crashes the game
- Deleting a profile now removes any Auto-Switch rules pointing to it
- Long names and keybind labels no longer overflow their containers
- Dialogs now stay on screen at all window sizes
- Error messages for share network issues are actually readable now
- Toast notifications no longer pile up into a wall
🧩 Supported
Fabric · Forge (up to 1.21.1) · NeoForge · Quilt — 1.20.1 through 26.1
Made with ♥ by BeeBoyD
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ku4IcLJb:zhu2U1Bh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ku4IcLJb:zhu2U1Bh"
}

