chylex / Better-Controls

Minecraft mod that adds many new options & keybindings for sprinting, sneaking, and flying. Supports Fabric & Forge.
https://www.curseforge.com/minecraft/mc-mods/better-controls
Mozilla Public License 2.0
7 stars 4 forks source link

"Alt" modifier doesn't stop button from appearing in controls [Fabric] #16

Closed lizfinite closed 2 years ago

lizfinite commented 2 years ago

Holding the ALT key doesn't prevent the mod button from appearing in the controls menu.

Would it be possible to add the ability to disable to button permanently via config so that even if the key did work, you didn't have to use it every time you wanted to access the other settings button that is colliding with your own?

chylex commented 2 years ago

I broke the Alt key when porting to 1.18, will fix soon.

Would it be possible to add the ability to disable to button permanently via config so that even if the key did work, you didn't have to use it every time you wanted to access the other settings button that is colliding with your own?

Anything is possible, but I'm not going to do that. Better Controls positions the button automatically so that it doesn't overlap any existing buttons on the screen. If another mod is adding buttons after Better Controls and it doesn't check if a position is already occupied, that's not my problem.