poush / H2

Supporting light weight extensions for heavy task lifting
MIT License
16 stars 32 forks source link

In transparency mode the app should be unfocusable #62

Closed poush closed 5 years ago

poush commented 5 years ago

The translucent mode is there for someone to work while watching or having any content over H2. A simple scenario would be a full-screen editor running with some tutorial running on H2. For this, we should think of a way such that if the translucent mode is enabled then the clicks and cursor over H2 should not focus the H2 app, instead, keep focusing the app running just behind of H2

poush commented 5 years ago

Currently not possible directly through electron. It is stated on their limitations https://github.com/electron/electron/blob/master/docs/api/frameless-window.md#limitations