Temporarily disable hot corners and dock screen switching

I have full screen borderless NSWindow

, which requires the user to move their mouse frequently around the edges and corners of the screen. Unfortunately, these movements can initiate hot corner actions and also switch the dock to a different screen.

Is there a way to temporarily disable this behavior while the window is being displayed?

+3


source to share


1 answer


The answer seems to be "not really" unless you are capturing all mouse events for the entire screen.



For a complete answer and a possible solution, I leave you in Ken's answer here: Disable (or filter) hot corners

+1


source







All Articles