Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

How to switch Google Chrome user profiles with one keyboard shortcut?

Using AHK should help. With AutoHotkey you can remap any combination of keystrokes into one keystroke so that should help.

To remap say the M key to Arrow down+Enter you would do:

M::
Send, {DOWN}{Enter}
return

Tags:

Google Chrome

Keyboard Shortcuts

Related

Seeing Google Chrome from Mac icon in the dock Can't install Guest Additions - (Missing 'Devices' Menu on host) Unknown encoder 'x264' in FFmpeg despite following proper installation instructions FFMPEG is doubling audio length when extracting from video Remote SSH Commands - bash bind warning: line editing not enabled What is the scope of "exported" in Unix shell variables? What do you do if you are being hacked by something coming from a supposedly legitimate IP address such as from Google? If a device specifies that it can support sd cards up to 64gb, would larger sizes work as well? Installing Windows Update 3033929 Interactive search of tmux sessions Chrome keeps opening new tabs as new windows How can I compare the versions of two executables from the command line?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy