Snhd Posted September 16, 2011 Posted September 16, 2011 do you have the script or something to copy a text ? ex. FROG! ; and then you turn the script on " the mouse will now go to that text up there and hold "CTRL" and click "C". any pro? I've been trying but i just came to this : HotKeySet("{CTRL}") didn't know how to hold the key in. help me
rcmaehl Posted September 16, 2011 Posted September 16, 2011 Can you post what you currently have? If you have anything. My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.My Projects WhyNotWin11Cisco Finesse, Github, IRC UDF, WindowEx UDF
Snhd Posted September 16, 2011 Author Posted September 16, 2011 found this one : HotKeySet("{F1}", "copy") HotKeySet("{F2}", "paste") func copy() HotKeySet("{F1}") Send("^c") HotKeySet("{F1}", "copy") idle() EndFunc ;:: copy() func paste() HotKeySet("{F2}") Send("^v") HotKeySet("{F2}", "paste") idle() EndFunc ;:: paste() Func idle() while 1 Sleep(100) WEnd EndFunc ;:: idle() Func rebind() HotKeySet("{F1}", "copy") HotKeySet("{F2}", "paste") idle() EndFunc ;:: rebind idle() so i dont need help anymore
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