Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include publicAPI.ahk
- ; create class
- cj := new Clipjump()
- ; block monitoring
- cj.blockMonitoring(1)
- ; your code now that interferes with clipjump
- getSelected()
- ; re-enable monitoring in clipjump
- cj.blockMonitoring(0)
- ; Done
Add Comment
Please, Sign In to add comment