New to MX - how to get gestures working? #527
-
|
First time MX user and running MX Master 4 for Mac on Pop_OS via bluetooth (see PS). I've got LogiOps running and I'm using a Master 3S config file as a starting place. I replaced the device name with the one identified by the logid process on startup. I assume gestures work like so: click and hold the thumb button, move the mouse up/down/left/right, release the thumb button. When I try doing that, I don't see any effect such as KEY_UP, KEY_DOWN, or cycling of the DPI. I believe my config file is loaded because I do see KEY_A when pressing the top button (0xc4). What might I be missing? Any tips on troubleshooting my gesture functionality? PS based on my reading, MX Master 4 for Mac is the same product but without the Bolt receiver in the box. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Make sure to match your device name (you can see it with sudo logid --v) with the one on your config file. You probably haven't adjusted the new CID code for the MX Master 4 thumb button: cid: 0x1a0. The top button kept the same cid, that is why it is working. check this issue with a working config example for Mx Master 4: #520 |
Beta Was this translation helpful? Give feedback.
Make sure to match your device name (you can see it with sudo logid --v) with the one on your config file. You probably haven't adjusted the new CID code for the MX Master 4 thumb button: cid: 0x1a0. The top button kept the same cid, that is why it is working. check this issue with a working config example for Mx Master 4: #520