-
Notifications
You must be signed in to change notification settings - Fork 26
Interrupt full screen apps #11
Comments
I'm guessing that you are talking about Mac OS's full screen ability? If so, I poked around a bit and found this electron issue that discusses what I think we'd need: electron/electron#10078 Based on my read of that thread, we might be able to do the full screen interrupt if we play around with some of the existing options. But we might need a feature that does not yet exist, and it looks like there has been no activity on that PR in a while... I'm not sure when I'd get the time to mess with this, but hopefully somebody will take a crack at it. (I also don't use full screen very often on Mac, so I'm not sure I'm the right audience.) Also related: I wonder how the timer does with spaces (multiple virtual windows)? |
Womp womp. I'd be down to perhaps explore this in the future. Don't know anything about Electron though. Maybe now's a good time to start. |
@TravisBumgarner please try out #17 and feedback, my initial tests worked well but always good to get some new perspectives and tests on more devices |
I've merged #17 -- if that works sufficiently, we can close this issue. Unfortunately we do have to fight against Electron / MacOS limitations (and how they differ from the core concept of the timer) as discussed in the PR. But I'm hopeful that it's usable for full-screen users as-is now. |
* Remove mention of old integration tests * Rename an mention fork source * Remove motivation, add contributing section * Link to releases * Add reasons for forking * Refer to "mob-timer" consistently * Add licence shield * Add contributors shield * Add master build shield * Add download count shield * Add Github open "idea" issues shield * Add github release version shield
When mobbing with Visual Code set to full screen the mob timer won't interrupt the app when time's up. It'd be nice if this was possible.
The text was updated successfully, but these errors were encountered: