Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. SendMode Input
  2. #SingleInstance force
  3. ^+V::
  4. If WinActive("ahk_class CabinetWClass") or WinActive("ahk_class Progman") ; explorer or desktop
  5. {
  6. Clipboard =
  7. Send ^c
  8. ClipWait
  9. Run, gvim %clipboard%
  10. }
  11. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement