Focus on Workflowy window when activating application package
Focus on the application when the Workflowy application package is open on OSX. My use case is leveraging Streamdeck shortcuts to focus on different fullscreen apps w/o requiring mouse.
An example of the action I'm thinking (for electron apps):
https://www.electronjs.org/docs/api/app#event-activate-macos
Basically
app.on('activate', () => { window.focus() })
Please sign in to leave a comment.
Comments
0 comments