Advertisement
pogdpr3945

Untitled

Mar 6th, 2015
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;##### Master.ahk
  2. GoSub programs
  3.  
  4. programs:
  5. #Include programhotkeys.ahk
  6. return
  7.  
  8. ;##### programhotkeys.ahk
  9.  
  10. SendMode Input
  11. SetTitleMatchMode 2
  12. #IfWinActive Notepad++
  13. +^t::Send !f1                 ;desired hotkey: Ctrl+Shift+T sends Alt+F, 1
  14. ^w::Send ^{F4}
  15. #IfWinActive                  ;(close #IfWinActive block)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement