Tags
Creators
Details
Licensed MIT
Published last week
Updated 2 weeks ago
All versions
1.0.0
Release
KeyMap HUD 1.0.02 weeks ago 37
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Changes
KeyMap HUD 1.0.0 — Initial Release
The first public release of KeyMap HUD!
Features
- Visual keyboard and mouse layout showing all keybindings at a glance
- Color-coded free, bound, conflicting, and safe-conflict keys
- Search keybindings by action, key, category, or mod
- Filter keybindings using quick filters and the expandable filter drawer
- Rebind and unbind controls directly from the KeyMap HUD interface
- Add custom labels to keys for quick visual reference
- Mark intentional two-action conflicts as safe
- Automatically re-flag safe conflicts when bindings change or additional conflicts are introduced
- Export and import shareable keybinding profiles
- Reset keybindings to their default layout
- Mod Menu integration
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:fTE1sh4m:hDsxje3U"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fTE1sh4m:hDsxje3U"
}

