Last active
March 6, 2017 05:17
-
-
Save jaywick/ba6a9c1df77c0dd53fc0a5c94cebce65 to your computer and use it in GitHub Desktop.
Switch user profile in Chrome with `Ctrl + M`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#IfWinActive ahk_exe chrome.exe | |
^m:: | |
SendInput ^+m | |
SendInput {Down}{Down} | |
SendInput {Enter} | |
return | |
!m:: | |
SendInput {f6} | |
SendInput ^c | |
SendInput ^+m | |
SendInput {Down}{Down} | |
SendInput {Enter} | |
SendInput ^v{Enter} | |
return | |
#IfWinActive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Assigned alt + m to duplicate tab in other user's window