File Details
keywheel-forge-1.1.2-1.21.1-java21.jar
- R
- Jun 30, 2026
- 52.96 KB
- 6
- 1.21.1
- Forge
File Name
keywheel-forge-1.1.2-1.21.1-java21.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Screw it, Too Many Keybinds (v1.1.2)
COMPATIBILITY FIX: gun mods and other event-driven keybinds (TACZ fire mode, inspect, and similar)
- The wheel now fires keybinds through Minecraft's real key-input pipeline, so mods that listen for the raw key press (not just ones that poll the keybind) react correctly. This fixes Timeless and Classics Zero (TACZ) actions such as switching fire mode and inspect not working when fired from the wheel.
- This still works for keybinds you left UNBOUND, which is the whole point of the mod: the wheel briefly lends an unbound keybind a throwaway key for the press, then hands it back, so the bind stays unbound and event-driven mods still fire.
- New config option "compatKeyEvents" (default on) in config/keywheel.json; turn it off to fall back to the old direct trigger if a mod ever misbehaves.
KNOWN LIMITS:
- Hold-style actions (hold-to-aim, continuous auto-fire) still can't be driven from a momentary wheel flick; the wheel sends a tap, not a hold.
- Mouse-button keybinds use the legacy trigger for now.