You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a Logitech M650 mouse that has 5 buttons, however the app doesn't recognizes swipe movements/ guestures on the 4th and 5th button of my mouse. Logitech own driver Logi Options and BetterMouse does support them. I do have a small idea how it does that.
I encountered logiops thats an unofficial linux drive for logitech mouses and also supports guestures and it does with the help of hidpp. hidpp is a protocol designed to customize logitech mouse I guess. I found you've a port of hidpp available for mac, and I really appreciate your efforts. I tried setting up my mouse with that.
Through hidpp I can customize my mouse 3, 4 and 5 buttons, but it doesn't works out of the box.
I tried BetterMouse and it customizes mouse 4 button to use the following flags:
$ ./hidpp20-reprog-controls dev://4295238409 get 0x0053
0x0056 (flags: divert)
The app doesn't even recognize the button now. Tried Karabiner-Eventviewer and looks like it is listed in Unknown events. Means Macos doesn't recognizes these events out of the box.
I am not sure how to make these events get recognized in the mac-mouse-fix app. On looking at the source code it uses Mac CGEvent API to found out the button events.
Rationale
This will add support to various logitech mouses through the app.
Additional info
I’m willing to put in the effort, but I’m relatively new to app development and C programming. Therefore, I’ll need your constant assistance.
The text was updated successfully, but these errors were encountered:
Description
I am using a Logitech M650 mouse that has 5 buttons, however the app doesn't recognizes swipe movements/ guestures on the 4th and 5th button of my mouse. Logitech own driver Logi Options and BetterMouse does support them. I do have a small idea how it does that.
I encountered logiops thats an unofficial linux drive for logitech mouses and also supports guestures and it does with the help of hidpp. hidpp is a protocol designed to customize logitech mouse I guess. I found you've a port of hidpp available for mac, and I really appreciate your efforts. I tried setting up my mouse with that.
Through hidpp I can customize my mouse 3, 4 and 5 buttons, but it doesn't works out of the box.
I tried
BetterMouse
and it customizes mouse 4 button to use the following flags:The app doesn't even recognize the button now. Tried Karabiner-Eventviewer and looks like it is listed in Unknown events. Means Macos doesn't recognizes these events out of the box.
I am not sure how to make these events get recognized in the mac-mouse-fix app. On looking at the source code it uses Mac
CGEvent
API to found out the button events.Rationale
This will add support to various logitech mouses through the app.
Additional info
I’m willing to put in the effort, but I’m relatively new to app development and C programming. Therefore, I’ll need your constant assistance.
The text was updated successfully, but these errors were encountered: