Witiko

Untitled

Jul 11th, 2014
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #Persistent
  2. Run notepad
  3. Return
  4. OnClipBoardChange:
  5. If (!WinExist("ahk_class Notepad") || A_EventInfo!=1)
  6. Return
  7. KeyWait, LCtrl
  8. KeyWait, RCtrl
  9. ControlFocus,Edit1,ahk_class Notepad
  10. ControlSend,Edit1,{CtrlDown}v{CtrlUp},ahk_class Notepad
  11. Return
Advertisement
Add Comment
Please, Sign In to add comment