-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bind "Hotbar Previous/Next" to scroll wheel movement by default, instead of having it as an override #30
Comments
This already exists in the mod? |
Wait, does it? I might not have checked the controls list thoroughly enough. |
Should be in the inventory section |
I see it now. Was thinking that instead of being an override unbound by default, that it would instead be displayed as bound to scrolling by default and rebindable from there (which would require #31): |
The problem was that I looked into it before and couldn't figure out how to do it, I can always look again though (having scroll as a bindable thing) |
With respect to the most recent commit, it may be advisable to use negative mouse buttons for scroll wheel movement instead, since the USB standard permits button inputs up to 65535. I understand this is an absurd nitpick, but LWJGL should soon allow for more than eight mouse buttons to be usable (glfw/glfw#2423), and since negative mouse buttons will never be accessible this is one way to put them to use instead. |
Codded, will be in next release |
Released in Version 1.5.0. Modrinth Curseforge Github |
Mojang don't seem to be willing to permit changing this: https://bugs.mojang.com/browse/MC-268283
If #31 is done, we could have this bound to the two normal scroll wheel directions by default.
The text was updated successfully, but these errors were encountered: