hyperterm-overlay icon indicating copy to clipboard operation
hyperterm-overlay copied to clipboard

Prevent window from switching when activated from a full-screen app

Open ethanmay opened this issue 8 years ago • 4 comments

Not sure if this is possible, but would be very useful. Using full-screen apps on OSX 10.11.4. Maybe, if it isn't possible to prevent the change in window focus, it would be possible to "blur" window focus back to the previous active application?

ethanmay avatar Aug 09 '16 05:08 ethanmay

For me, activating the visor from a full-screen app opens the visor in a non-fullscreen desktop and does not shift me from my full-screen app. What would be really cool, imo, is if the visor opened over the full-screen app, like TotalTerminal does/did.

ericmarkmartin avatar Oct 06 '16 03:10 ericmarkmartin

I'd absolutely love to use this with Sublime, which I use primarily in full screen. Currently hyperterm-overlay does not work properly with full screen windows on OSX. I'd love to see this change.

Connorelsea avatar Dec 07 '16 06:12 Connorelsea

@rickgbw Do you have any feedback on this feature? I saw there's a PR (#31) but it doesn't work completely (it switches the window) and it uses a non documented flag. Coming from iTerm2 that the only feature that prevents me from switching to Hyper (I only use full screen apps).

Nivl avatar Jun 04 '17 09:06 Nivl

Alright I found a workaround to have this working:

in /Applications/Hyper.app/Contents/Info.plist Before <key>CFBundleDocumentTypes</key> Add

<key>LSUIElement</key>
<true/>

Unfortunately those changes will get removed each time Hyper gets updated.

Nivl avatar Jun 04 '17 22:06 Nivl