Skip to content
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

clicking to change bindings assigns left click instead #39

Closed
De1836 opened this issue Jan 1, 2025 · 6 comments
Closed

clicking to change bindings assigns left click instead #39

De1836 opened this issue Jan 1, 2025 · 6 comments

Comments

@De1836
Copy link

De1836 commented Jan 1, 2025

When I click a button to rebind it, it just assigns the mouse button (left click)

@getItemFromBlock
Copy link
Owner

You only need to click ot once, if it binds it directly when you click then your mouse is probably double clicking
When you click the button one time, it awaits for an input and since left click is a valid input, double clicking will result in it being automatically bound to left click

@getItemFromBlock
Copy link
Owner

While I can add a fix in order to detect double clicks and prevent it being bound in that case, this is not really an issue with the mod itself

@De1836
Copy link
Author

De1836 commented Jan 3, 2025

You only need to click ot once, if it binds it directly when you click then your mouse is probably double clicking When you click the button one time, it awaits for an input and since left click is a valid input, double clicking will result in it being automatically bound to left click

My mouse doesn't double click (i think)

@De1836
Copy link
Author

De1836 commented Jan 3, 2025

I can try a different mouse, but i'm pretty sure it's not the fault of my mouse

@De1836
Copy link
Author

De1836 commented Jan 3, 2025

oh, nevermind, it is the mouse.

edit: wait, what? I replace the mouse, it works, i put the old one back, and it works again?

@getItemFromBlock
Copy link
Owner

That is a bit strange, maybe your mouse is having some problems?
In any case it seem to work for you now so I will close this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants