
KeybindsGalore Plus
Shows a pie menu for keys with multiple bindings. A continuation of KeybindsGalore by Cael and HVB007!
- Загрузки
- 28K
- Подписчики
- 169
- Обновлён
- 3 марта 2026 г.
- Лицензия
- GPL-3.0-only
Опубликован 26 декабря 2023 г.
KeybindsGalore Plus
[!NOTE]
This project is a fork of KeybindsGalore, originally by Cael and updated to 1.20 by HVB007.
HVB007's project is here, and Cael's original project is here.
A keybind conflict management and general quality-of-life mod!
- Provides a pie menu for conflicting keybinds
- Corrects vanilla conflict handling, similar to Keybinds Fix
- Supports mouse buttons
- Fixes many bugs and adds many improvements to the original mod
- Supports 1.20.x and 1.21.x
- Supports Fabric and Forge/NeoForge (via Sinytra Connector)
Modifications to Original
- Optimised conflict searching
- Keybind labels now show their category along with their name
- Customisable keybind labels (see this issue)
- Label texts no longer run off the screen
- Fully customisable pie menu
- Allows compatibility with non-vanilla keybinds (insert your keybinds into the conflict table whenever convenient!)
- And more...
Bug-busters :heart:
Bug reports and feature requests VERY welcome!
- lightmcxx
- mo9713
- Poopooracoocoo
- GabanKillasta
- Tgaisen
- GhostIsBeHere
- Alwis2000
- StarsShine11904
- ClutchMasterYT
- GuardedHoney53
- BumbleTree
- Mideks
- UNI717
- IG114514
(let me know if I missed you!)
Roadmap
1.3.5
- Bugfixes
1.4.0
- Per-keybind overrides in custom data for:
- Label text (category + name / name only / custom text)
- sector colour
- sector opacity
- Removal of non-lazy conflict check
[[ Old README below ]]
KeybindsGalore_HVB007_1.20.x
Updated to 1.20 by HVB007.
Github : https://github.com/HVB007og/KeybindsGalore_HVB007_1.20.x Fabric mod Which opens an popup when there are multiple actions bound to the same key in the Minecraft>controls>Keybinds settings. then choose one of the options to use.
Changelog keybindsgalore-0.2-1.20:
Works with 1.20.2
Added Feature: Will not open the menu when pressing certain keys (Due to keys compatibility with other mods) as follows: 1.tab 2.caps lock 3.left shift 4.left control 5.space 6.left alt 7.w 8.a 9.s 10.d
Future Feature: Add mod setting to configure the keys to disable.
Does not support conflicting Keybinds not using the Minecraft Keybinds settings.
Updated to 1.20.x by HVB007
Updated version of keybindsgalore by Cael : https://github.com/CaelTheColher/KeybindsGalore
Ченджлог
1.6.1+1.21.11Релиз1.21.11 · 3 марта 2026 г.
Changes since previous
- Fixed crash on new installations due to a new configuration field being read-only
- Added Left Shift to the default list of ignored keys
- Added spacing between configuration file sections
NeoForge supported via Sinytra Connector!
Look, no dependencies!
Except Fabric API, but you probably have that already.
Sinytra Connector only required on NeoForge.
1.6.0+1.21.11Бета1.21.11 · 28 февраля 2026 г.
A massive update :D
Changes since previous
- Pie menu now filters conflicts according to gamemode
- FIx for #28: configurable delay (
CLICK_HOLD_REPEAT_COOLDOWN) before key repeat when the pie menu is closed by clicking on a sector while still holding the key ("click-hold") - GUIs now work properly with click-hold!
- Added client-side commands:
/keybindsgaloreplus(display version) and/keybindsgaloreplus reload_configs - Changed config file format; your existing one should be automatically migrated
NeoForge supported via Sinytra Connector!
Look, no dependencies!
1.4.1+1.21.5Релиз1.21.5 · 11 ноября 2025 г.
Changes since previous
- made it work on 1.21.5 (thanks picpic779!)
Here's hoping there's no more bugs...
NeoForge supported via Sinytra Connector!
Look, no dependencies!
1.5.2+1.21.6Бета1.21.6 · 19 октября 2025 г.
Changes since previous
- Finally re-added keybind selector ring!!! :D
Here's hoping there's no more bugs...
NeoForge supported via Sinytra Connector!
Look, no dependencies!
1.4.2+1.20.1Релиз1.20, 1.20.1 · 13 октября 2025 г.
Changes since previous
- Fixed crash due to compile/runtime Minecraft version msmatch
Here's hoping there's no more bugs...
NeoForge supported via Sinytra Connector!
Look, no dependencies!
1.4.1-alpha+1.21.6Альфа1.21.6 · 5 июля 2025 г.
Important Note
Pie menu rendering no longer works in 1.21.6. There will be no circle selector menu; only label texts.
Unfortunately, I have not been able to figure out the correct sequence of RenderLayer and VertexConsumerProvider incantations to make it work, so if you really need this mod for 1.21.6, try this version, or HVB007's slightly more functional port.
All core features still work fine!
NeoForge supported via Sinytra Connector!
Look, no dependencies!
1.4.1+1.21Релиз1.21, 1.21.1 · 22 марта 2025 г.
Changes since previous
- (IMPORTANT) Renamed config
skipped_keystoignored_keys(IMPORTANT) Renamed configpie_menu_highlight_colortopie_menu_select_color - (IMPORTANT) Changed data type of config
pie_menu_color,pie_menu_select_color, andpie_menu_lighten_factortoint(fromshort) - Added config
pie_menu_highlight_color - Added click-to-activate)for pie menu
- Added custom data property
hide_category(hides the keybind category name) - Fixed bugs with custom data manager
Note
Existing configs were renamed and new configs were added in this update; you may wish to delete your existing config file and allow KBG+ to generate a new one.
Here's hoping there's no more bugs...
NeoForge supported via Sinytra Connector!
Look, no dependencies!
1.4.1+1.21.2Релиз1.21.2, 1.21.3, 1.21.4 · 21 марта 2025 г.
Changes since previous
- (IMPORTANT) Renamed config
skipped_keystoignored_keys(IMPORTANT) Renamed configpie_menu_highlight_colortopie_menu_select_color - (IMPORTANT) Changed data type of config
pie_menu_color,pie_menu_select_color, andpie_menu_lighten_factortoint(fromshort) - Added config
pie_menu_highlight_color - Added click-to-activate for pie menu
- Added custom data property
hide_category(hides the keybind category name) - Fixed bugs with custom data manager
Note
Existing configs were renamed and new configs were added in this update; you may wish to delete your existing config file and allow KBG+ to generate a new one.
Here's hoping there's no more bugs...
NeoForge supported via Sinytra Connector!
Look, no dependencies!
Комментарии
Загружаем…