simple copy and paste auto hot key

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
soak
Posts: 1
Joined: 11 May 2020, 11:08

simple copy and paste auto hot key

11 May 2020, 11:10

can anyone help me with this or give any tips thank you
Novac
Posts: 16
Joined: 05 May 2020, 23:37

Re: simple copy and paste auto hot key

11 May 2020, 11:21

soak wrote:
11 May 2020, 11:10
can anyone help me with this or give any tips thank you
ty this

Code: Select all

$ESC::    
Send ^c           
 Send, ^x
 sleep, 0
 Send %Clipboard%
SendInput {Enter}
RETURN
auto copy and pasting with key "escape" you can change the key
vsub
Posts: 541
Joined: 29 Sep 2015, 03:39

Re: simple copy and paste auto hot key

11 May 2020, 11:46

A hotkey for the hotkey Ctrl+C and Ctrl+V
Need more info

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Araphen, mikeyww and 401 guests