MiddleClick-Sonoma
MiddleClick-Sonoma copied to clipboard
Blocks three finger drag
Is there any possibility to make them both work (Ventura 13.0)?
I suppose it's a known issue that should either be fixed or added to Readme. Do you have any additional problems, like #34? Don't have much time to research this now, but we can at least organise the issues meanwhile.
support 4 finger click/tab to solve this issue.
support 4 finger click/tab to solve this issue.
It's supported, take a look here: https://github.com/artginzburg/MiddleClick-Ventura#number-of-fingers Perhaps the app should have a preferences window with a slider range for the number of fingers. But for now, I don't see anyone actually asking for this, so it can be left out.
Is this still issue still being looked at? I badly need the three finger drag to work with this
Is this still issue still being looked at? I badly need the three finger drag to work with this
You can hold down the option key to make dragging work. It's a MacOS thing, I checked the code and it cannot be changed to be default behavior. If you need it for Unity I have made a script to allow for middle mouse dragging using this app without the need to constantly hold the option key. Unity Magic Mouse Panning on GitHub
Is this still issue still being looked at? I badly need the three finger drag to work with this
You can hold down the option key to make dragging work. It's a MacOS thing, I checked the code and it cannot be changed to be default behavior. If you need it for Unity I have made a script to allow for middle mouse dragging using this app without the need to constantly hold the option key. Unity Magic Mouse Panning on GitHub
BetterTouchTool's three finger click and it doesn't seem to interfere, don't really want to pay for it since I just need this one functionality, I wonder how it's implemented in BTT.
Is this still issue still being looked at? I badly need the three finger drag to work with this
You can hold down the option key to make dragging work. It's a MacOS thing, I checked the code and it cannot be changed to be default behavior. If you need it for Unity I have made a script to allow for middle mouse dragging using this app without the need to constantly hold the option key. Unity Magic Mouse Panning on GitHub
BetterTouchTool's three finger click and it doesn't seem to interfere, don't really want to pay for it since I just need this one functionality, I wonder how it's implemented in BTT.
BTT is absolutely terrible in my experience, constantly freezing up my inputs on my brand new fresh install M3 Pro MacBook, and the middle mouse functionality barely works, on top of needing to be added through weird "custom mouse commands". I bought a Magic Mouse because I saw there is BTT, then when I got the mouse and downloaded BTT I promptly deleted it after an hour of plain horror and started looking for alternatives lol.
Is this still issue still being looked at? I badly need the three finger drag to work with this
You can hold down the option key to make dragging work. It's a MacOS thing, I checked the code and it cannot be changed to be default behavior. If you need it for Unity I have made a script to allow for middle mouse dragging using this app without the need to constantly hold the option key. Unity Magic Mouse Panning on GitHub
BetterTouchTool's three finger click and it doesn't seem to interfere, don't really want to pay for it since I just need this one functionality, I wonder how it's implemented in BTT.
Also, did you try middleclick.app? It's from the same dev as Rectangle
Is this still issue still being looked at? I badly need the three finger drag to work with this
You can hold down the option key to make dragging work. It's a MacOS thing, I checked the code and it cannot be changed to be default behavior. If you need it for Unity I have made a script to allow for middle mouse dragging using this app without the need to constantly hold the option key. Unity Magic Mouse Panning on GitHub
BetterTouchTool's three finger click and it doesn't seem to interfere, don't really want to pay for it since I just need this one functionality, I wonder how it's implemented in BTT.
Also, did you try middleclick.app? It's from the same dev as Rectangle
Yeah I've tried it, also blocks the three finger drag, so probably a non trivial thing to implmement, but BTT does work for for this use case, not sure how they did it.