Last active
September 20, 2016 07:29
-
-
Save Snegovikufa/fb4d30cf15674c95cde8123777b39076 to your computer and use it in GitHub Desktop.
AutoHotKey script to jump into navigation bar with current class members
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
if WinExist("ahk_exe devenv.exe") | |
^r:: ; Replace Ctrl+R with | |
send, ^{F2} ; Combination of Ctrl+F2, Tab, Tab | |
send, {Tab} | |
send, {Tab} | |
send, {Down} | |
return | |
#IfWinActive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compile script with autohotkey and add result exe into shell:startup