Stefan Post

Results 168 comments of Stefan Post

@mcmzero nice catch! will fix this ASAP in master

A compile time flag was added called FOCUS_WITHOUT_MOUSE_STOP. See #260. Before considering to make this a configurable option, it would be good to test if this works properly. See the...

@Tekks97 Can you try compiling from PR #260 and see if it works with Pake now?

@Riyyi Thanks for the detailed explanation. I suppose having a small exclusion zone should be possible. You are suggesting 5px but wouldn't 1px be enough?

I have added a compile time flag called SCREEN_EDGE_CORRECTION. See #260. For your specific use case you might want to go into the code (AutoRaise.mm), and remove/disable the line which...

@IviyanStoyanov That is very unexpected. Are you using other window/mouse tools intervening with AutoRaise perhaps? Maybe you can make a small video which demonstrates the problem? Also I would like...

@IviyanStoyanov @amatakor Speculating on what could be happening, is that perhaps the app is in the middle of closing itself while being activated again by AutoRaise. However activating a window...

@ognistik @serdarsen @amatakor These examples really help to narrow it down. Thanks for that. It could indeed be a problem with latest Apple MacOS and Finder. Which would explain I...

@sergeyph @tlauli @rashidlaasri @ognistik @serdarsen @amatakor @IviyanStoyanov For now I think the only option is to increase the focus delay so that when the mouse moves after the window has...