Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
- ; #Warn ; Enable warnings to assist with detecting common errors.
- SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
- SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
- SetTitleMatchMode, 2
- SetTitleMatchMode, fast
- Numpad4::
- if WinExist("SPY, SPY")
- WinActivate ;
- return
- Numpad7::
- if WinExist("SPY, /ES:XCME")
- WinActivate ;
- return
- Numpad8::
- if WinExist("SPY, SPX")
- WinActivate ;
- return
- Numpad9::
- if WinExist("SPY, IVV")
- WinActivate ;
- return
- Numpad5::
- if WinExist("All Products")
- WinActivate ;
- return
- Numpad6::
- SetTitleMatchMode, 1
- if WinExist("Paper@thinkorswim")
- WinActivate ;
- return
- Numpad1::
- if WinExist("ahk_exe msedge.exe")
- WinActivate ;
- return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement