Avi-Aryan

cjBlockMonitor.ahk

Jul 14th, 2014
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #include publicAPI.ahk
  2.  
  3. ; create class
  4. cj := new Clipjump()
  5. ; block monitoring
  6. cj.blockMonitoring(1)
  7.  
  8. ; your code now that interferes with clipjump
  9. getSelected()
  10.  
  11.  
  12. ; re-enable monitoring in clipjump
  13. cj.blockMonitoring(0)
  14. ; Done
Add Comment
Please, Sign In to add comment