Skip to content

Instantly share code, notes, and snippets.

@Snegovikufa
Last active September 20, 2016 07:29
Show Gist options
  • Save Snegovikufa/fb4d30cf15674c95cde8123777b39076 to your computer and use it in GitHub Desktop.
Save Snegovikufa/fb4d30cf15674c95cde8123777b39076 to your computer and use it in GitHub Desktop.
AutoHotKey script to jump into navigation bar with current class members
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
@Snegovikufa
Copy link
Author

Compile script with autohotkey and add result exe into shell:startup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment