4

Let's say I have one window open in Chrome but it's minimized (I want to save it for later reading). I want to open a new tab in a new window. If the minimized window is the only window I have open in Chrome, when the Chrome application gains the focus (on Mac), the window pops up. I then have to minimize it and open a new tab in a new window.

Is there a way to force Chrome to open a new tab in a new window when it gets the focus, instead of opening the minimized window?

Kevin Burke
  • 945
  • 4
  • 13
  • 31

2 Answers2

2

One way is to use the application switcher (⌘⇥).

You could also assign a shortcut for an Applescript like activate application "Google Chrome".

Clicking an application's Dock icon sends the equivalent of reopen in Applescript. If there's no open windows or documents, it opens a new one. If all windows are minimized, it unminimizes the first one of them. The application switcher behaves like activate in Applescript.

Many applications also have items like New Window in their Dock context menu.

Lri
  • 42,502
  • 8
  • 126
  • 159
1

Just open a new window. On Linux and Windows, you do Ctrl+N, and I'm sure it's similar on Mac (try Command+N or just use the menu for opening a new Window).

beatgammit
  • 1,465