Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Keyboard shortcut to open Google Chrome on Mac

On a Mac, I'd like to have a keyboard shortcut to open Google Chrome. I know how to set a keyboard shortcut in the system preferences, however I'm unsure how to script it and hook it up.

Is this possible through AppleScript?

like image 679
wwwuser Avatar asked Jan 10 '12 07:01

wwwuser


People also ask

Is there a keyboard shortcut to open Chrome?

So, if you want to make Ctrl+Alt+C your shortcut key for launching Google Chrome, just press “C”.

How do I open chrome with a keyboard shortcut?

Open Google Chrome browser with keyboard shortcut Right-click on the Chrome desktop shortcut. Select the “Properties” option. Go to the “Shortcut” tab.

How do I open Google Chrome on a Mac?

Keyboard shortcut to open Google Chrome on Mac. Here is a trick. Use Ctrl + ↑ to create a new desktop, say desktop2, and drag chrome application into that new desktop. Open the keyboard preference pane, switch to the shortcut tab, and select mission control to assign a key to that desktop2. Now you can switch to chrome use that key.

How to open Google Chrome browser in Windows 10?

In general, to open the Chrome browser in Windows there are multiple ways. For example, you can click on the taskbar icon, double-click on the desktop icon, or search for it in the Start menu. Though these methods are not hard, there is a much easier way to open Google Chrome, i.e. assign a custom keyboard shortcut of your choice.

How do I assign a key to a chrome application?

Use Ctrl + ↑ to create a new desktop, say desktop2, and drag chrome application into that new desktop. Open the keyboard preference pane, switch to the shortcut tab, and select mission control to assign a key to that desktop2.


1 Answers

If you don't want to use any third party applications you need to create a service and assign it a shortcut.

Open Automator and select Service. You want it to look like the following : enter image description here

Save it to its default location. ie ~/Library/Services

Open System Preferences --> Keyboard --> Keyboard Shortcuts. Enable the service and assign it a shortcut. enter image description here

like image 144
Kassym Dorsel Avatar answered Sep 28 '22 10:09

Kassym Dorsel