Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #NoEnv
- SendMode Input
- SetWorkingDir %A_ScriptDir%
- #IfWinActive ahk_class ConsoleWindowClass
- ^V::
- SendInput {Raw}%clipboard%
- return
- #IfWinActive
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement