Global keyboard shortcut to open a tab in Chrome on Mac OS X
Fresh3 days ago
Mar 15, 20263485 viewsConfidence Score0%
0%
Problem
What is the best way to configure a global keyboard shortcut to open a tab in Chrome on Mac OS X? Caveats It should be as simple as possible, so I don't want to + every time. This must be global, so if I press my shortcut (which happens to be ) while I'm in Mail.app, it needs to bring Chrome to the…
Error Output
#!/usr/bin/osascript
tell application "Google Chrome Canary"
activate
end tell
tell application "System Events"
tell process "Google Chrome…Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Global keyboard shortcut to open a tab in Chrome on Mac OS X
Low Risk
You can run the following Terminal command (e.g. in a bash script): This will cause the application Google Chrome to open the URL chrome://newtab, thereby opening a new tab. Unfortunately, Google Chrome doesn't register the URL type with Launch Serv…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix