How can I set a keyboard shortcut for accessing Chrome's settings?

I know that settings can be accessed via the url chrome://chrome/settings/.But keyboard shortcut will be useful.

4

6 Answers

You can select it with the menu shortcut. Alt+e will open the Chrome menu and then from there s will open Settings.

3

There are actually three methods:

  • Alt+F then press S
  • Alt+E then press S
  • F10 then Enter and then press S
1

Use the clear browser cache shortcut key then escape

Ctrl+Shift+Delete then Esc

1

Default shortcut on mac chrome is Cmd+,. There should be same or about same on other systems

1

You can't do it within Chrome as they have not provide any shortcut for this in my knowledge (anyone can correct me if I'm wrong). You have to download the AutoHotKey and then install it on your system, now copy the following script and paste it on notepad and save it with extension .ahk where you can access it easily, now when you launch the Chrome just launch it with that.

SetTitleMatchMode, RegEx
#IfWinActive, - Google Chrome$
^M:: ControlFocus, Chrome_OmniboxView1
Send chrome://chrome/settings/{Enter}
return

Now when you will press Ctrl+M then it will open the setting page for your Chrome. You can bind other key instead of M, you have to just repalce it with your desired one. Also If you want to use it with Alt key then replace the key ^ with !.

Edit: Also take a look at the Shortcut Manger plugin for Chrome.

2

You can use Ferro to open the settings page and other pages, including "chrome://extensions", using only your keyboard. Alt-Shift-F, start typing the name of the chrome page you want (eg "settings"), and hit enter once what you want is the top suggestion.

Ferro: the keyboard interface to Chrome

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like