All versions
1.6.1
Release
1.6.1+1.21.115 months ago 460
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
Fixes & Improvements
- Holding Down Keys Works Again: Holding down a key with conflicts (like Attack or Use Item) now works continuously instead of just performing a single click.
- Ignored Keys Are Fixed: Keys like Space, Shift, and S now work correctly again, even if they have conflicts.
- Middle Mouse Button Fixed: The pie menu now closes properly when you release the middle mouse button.
- Better Conflict Warnings: The warning message for prioritized keys (like "Attack") will now correctly show you what other keybinds are conflicting.
- Fixed Startup Crashes: Solved several crashes and errors that happened on startup, especially when using transparent colors in the config file or running on newer Minecraft versions.
- Removed Reload Keybind: The "Reload Config" keybind was causing startup crashes on some game versions, so it has been removed for now.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| keybindsgalore-1.6.1+1.21.11-sources.jar | Source jar | 99.19 KiB |
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:l6y7RMn7:KZwvsjMM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:l6y7RMn7:KZwvsjMM"
}

