Advertisement
Guest User

Untitled

a guest
Jul 31st, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SetTitleMatchMode,2
  2. IfWinActive, TagSpaces Pro
  3. {
  4.     MButton::
  5.         SendInput, ^t
  6.     Return
  7.  
  8.     XButton1::
  9.         SendInput, {BackSpace}
  10.     Return
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement