Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SetTitleMatchMode, 2
- f1::
- Run, Chrome.exe https://docs.microsoft.com/en-us/visu...​
- Run, Chrome.exe https://www.youtube.com/user/tadamm​
- Return
- F2::
- If WinExist("Google")
- {
- WinActivate, ahk_class Chrome_WidgetWin_1
- Loop 10{
- WinGetTitle, CurrentWindowTitle, ahk_class Chrome_WidgetWin_1
- If CurrentWindowTitle contains Creating
- {
- Send ^w
- Return
- }
- Else
- {
- Send, ^{Tab}
- }
- }}
Advertisement
Add Comment
Please, Sign In to add comment