Stefan Post
Stefan Post
> I have to remove the permission from System Preferences and then restart the CLI to get mouseStop to work again. This is strange. Perhaps I should upgrade to Monterey...
@samholmes I have upgraded and found everything to still work as expected, including mouseStop and the tap to raise feature. So I am not entirely sure what should be the...
@samholmes So after following the above steps myself, I suddenly realized that I am using an external mouse, whereas you probably use the trackpad for both moving the mouse and...
@samholmes The problem is that it is far from trivial to distinguish a tap on the trackpad from moving the mouse also with the trackpad. One would expect a trackpad...
@samholmes > Looks like I need to add warpX=0.5 and warpY=0.5 to my ~/.config/AutoRaise/config file. That fixed it. Correct. With version 3.2 there actually was no way to disable warp...
@Zatfer17 It is possible, but comes with a price as AutoRaise checks for mouse activity every 50ms. If we reduce this number, CPU usage goes up. Precious CPU cycles that...
@Zatfer17 It took some time but the option to set the poll interval (thereby increasing granularity) is now part of this branch: https://github.com/sbmpost/AutoRaise/tree/add-poll-millis-and-ignore-space-changed-options The UI part of this is still...
@Zatfer17 I am about to merge [PR#106](https://github.com/sbmpost/AutoRaise/pull/110). It contains an updated UI which allows you to set the polling interval. This in turn should increase granularity. The new binary can...
In summary: an option that would allow you to only raise full screen windows. Interesting thought :) Most people probably use AutoRaise in exactly the opposite way: they would want...
Interesting idea. This is not currently a feature, so I would have to think how difficult this is. For example I am not sure if Apple its APIs allow you...