vercel/hyper

No option to remove HyperTerm from "cmd+tab" menu?

Open

#671 opened on Aug 29, 2016

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (44,582 stars) (3,558 forks)batch import
help wanted🛠 Type: Feature Request

Description

Apologies on the title. I tried digging around a bit, but was unable to find a way to hide HyperTerm (later HT) from this menu:

cmd+tab

As I'm using HT as a so called "dropdown terminal" and opening it with a hotkey, it being in the "cmd+tab" menu severely impacts my workflow. As you probably know, switching applications modifies the order in which applications are listed in this menu. So when I'm juggling with Chrome + Photoshop + Atom, activating HT with the hotkey also moves it to be the first item in this menu. So when I want to switch from Chrome to Atom, I accidentally open HT instead.

This was a rather easy fix in iTerm, and the fix works the same way. Just change "iTerm" to HyperTerm, and restart.

/usr/libexec/PlistBuddy -c "Add :LSUIElement bool true" /Applications/HyperTerm.app/Contents/Info.plist

Easy fix, but this could (and should be?) an option in the config? I have the "hideDock" config option set to false, but it doesn't affect this.

This is OSX only, but the same feature is probably implementable in Windows & Linux too.

Contributor guide