LambdAurora / LambdaControls

A minecraft mod which adds better controls and controller support.
MIT License
67 stars 20 forks source link

🚸 Hide Ok Zoomer's extra keybinds when disabled #21

Closed ghost closed 4 years ago

ghost commented 4 years ago

This pull request updates the Ok Zoomer integration in order to add support for the new "Extra Keybinds" option, the controller equivalents of the extra keybinds are now disabled if the keyboard ones are disabled too. In order to achieve this, a new release without the + had to be created for this mod due to gradle issues, and despite that, the issues had persisted, so unfortunately the mod is now implemented through Jitpack.

LambdAurora commented 4 years ago

Dumb question, the "Extra Keybinds" options only takes effect at restart right?

ghost commented 4 years ago

Dumb question, the "Extra Keybinds" options only takes effect at restart right?

Yes, any changes done to it will only be applied after a restart

LambdAurora commented 4 years ago

Thanks then!