Hanszimmer Posted July 11, 2011 Posted July 11, 2011 Hello! What I'd like to do is to recreate the Ctrl-C and Ctrl-V copy/paste hotkeys, but with Alt-C and Alt-V (which would store different information). I haven't very much experience with AutoIt (nor coding in general; just trying to automate some data-entry), so it's far more idealistic (plain english) than functional, but here's what I've got insofar; Set 'paste2' as String If ! AND C are pressed Then Send (highlighted data) to paste2 If ! AND V are pressed Then Send paste2 to (ActiveWindow) What I'd quite like help on is the syntax for sending highlighted data, and sending the same data to an active window. Thank you in advance!
smartee Posted July 11, 2011 Posted July 11, 2011 hi Hanszimmer, Welcome to the forums!! Look at ClipGet,ClipPut and HotKeySet in the help-file, try putting something together, in AutoIt this time If you get stuck, post your attempt, I'll be happy to help Good luck -smartee
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