Re: Extrange problem with screensaver in 2 monitors and key stroke

2015-02-02 Thread Stephane Sudre
If you are subclassing the keyDown:|keyUp: method of the screensaver view, you are limited by the fact that there can only be one first responder. A solution could be to post a notification when you detect the N key being pressed (or released) and refresh the Web View from the notification observe

Extrange problem with screensaver in 2 monitors and key stroke

2015-02-02 Thread Juanjo Conti
Hi! I'm writing a screensaver that shows a web page, the idea is that every certain number of seconds the page is changed but the user can also change it pressing the N key. If I use the screensaver having 2 monitors (not configured as mirrors), the time based change works ok, but the key based on