Stefan Post

Results 168 comments of Stefan Post

I double checked the code. Lets say you set a delay of 3. Then if within 3 time ticks the mouse moves, another 3 ticks must pass before raising. If...

@samholmes Hi there. I took some time to respond because I wanted to give this some extra thought. > In order to improve perceived performance, it would be ideal to...

@samholmes > Would you be interested in supporting me in this effort on occasion? My time is quite limited these days (full time job, child) so I won't be able...

@ivivanov-bg mouseStop has been replaced by focusDelay, see #102 (last comment)

@tetanus Should not be too hard to invert the modifier key for disabling. Probably with a checkbox in the ui or something like that. Thanks for reporting.

@langjacob518 Hi there, will have a look somewhere this week. Btw which macos version do you have?

I have added some experimental detection code, see #218. It will take some time before this can go to master. In the meantime, feel free to compile yourself and test...

@dandehoon Lets make a PR for this fix :-)

Try to compile with the EXPERIMENTAL_FOCUS_FIRST option. This has been documented in the README make CXXFLAGS="-DOLD_ACTIVATION_METHOD -DEXPERIMENTAL_FOCUS_FIRST" && make install

@BrianAre Thanks for reporting. There are already some issues for this, see #100, #107, #131, #157 In some cases app specific workarounds can be implemented, but in general this is...