Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Copy-Paste script


  • Please log in to reply
2 replies to this topic
zypa
  • Members
  • 1 posts
  • Last active: Sep 10 2008 01:23 PM
  • Joined: 10 Sep 2008
Hello, i have a little problem
I need to make a quick copy/paste script
Let's say i want to press "zz" and this should mean COPY
and paste --->"xx"
How can i achieve that?
Thanks in advance,
Mihai

Sivvy
  • Members
  • 726 posts
  • Last active: Apr 23 2010 02:50 PM
  • Joined: 21 Jul 2008
Post this in Ask for Help... Though you won't really need it. This has been answered many times before, so even if you post it in the Ask for Help, all your going to get is a lot of people saying to search the forums.

Try the search up near the top of the page, and try the keywords: Clipboard, or Copy and Paste.

Krogdor
  • Members
  • 1391 posts
  • Last active: Jun 08 2011 05:31 AM
  • Joined: 18 Apr 2008
z::
x::
KeyWait, %A_ThisHotkey%
KeyWait, %A_ThisHotkey%, % "D T" DllCall("GetDoubleClickTime")/1000  Send % "{" A_ThisHotkey (!ErrorLevel ? " 2" : "") "}"
Return

Not tested...