I want to create code
when i press Printscreen Key, Act like Alt + PrintScreen , Open mspaint.exe, And Paste it!
I tried to make code but it doesn't work. i have no idea what is going wrong.
below is code i wrote.
Code: Select all
AutoOpen(){
!Printscreen
Run mspaint.exe
WinWaitActive, Untitled - Paint
send, ^v
return
}
~Printscreen::
AutoOpen()
- 1. When i wrote "!Printscreen" and run it. then "Run mspaint.exe" doesn't work.
2. After annotate "!Printscreen", Mspaint.exe work! opened! but "Ctrl+V" did nothing.
i am waiting for Go-Su guys answer. thanks to listening.