gcue Posted March 27, 2008 Posted March 27, 2008 I am trying to take a screenshot of a machine, but when running a particular application, printscreen does something else. so id like to be able to remap {printscreen} to another key send the keystroke then remap it back to the way it was. is this possible? -thx
monoceres Posted March 27, 2008 Posted March 27, 2008 Like this? HotKeySet("{PRINTSCREEN}","hotkeyfunc") while 1 sleep(100) WEnd Func hotkeyfunc() Send("{F9}") HotKeySet("{PRINTSCREEN}") EndFunc Broken link? PM me and I'll send you the file!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now