-
Notifications
You must be signed in to change notification settings - Fork 32
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
Buttons 13 and 14 still do their original actions #67
Comments
What do you mean by "all buttons are disabled"? Anyway you should probably try to shut down the extra buttons using xinput instead of doing it in naga.cpp.
running xinput will give you clues on what the device id is. |
The mouse left click, right click and cursor movements get disabled because of ioctl. Thanks for the xinput command I'll try that rn |
Yeah I can do the same thing as ioctl with xinput but it also disable the usual clicks of the mouse. : |
So the fix is to add 275 and 276 in xinput button maps |
If I am understanding the click and top buttons are part of the same device so you cannot disable it. |
On my naga 2014 they still do backward and forward except if i run
'ioctl(extra_btn_fd, EVIOCGRAB, 1);'
but then all buttons are disabled. Thanks for helping me fix this.
The text was updated successfully, but these errors were encountered: