ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Coding Snacks

Seeking autohotkey to do Paste

(1/1)

cmori:
I just started using CHS and and use default Paste keys of Ctrl Alt Q.  I use an old simple version of Autohotkey and wonder if someone can provide me with code to insert into my autohotkey.ahk that will let me do Paste by hitting of only two keys - Winkey v. 

I prefer code similar to the OLD autohotkey, which I used for last few years, since I don't want to spend time to learn the new system.  My old system uses hotkey language like this sample:


#i::Send, z ;HOLD for later use.

#j::
Sendraw http://jpegbay.com
;Sleep, 100
;Send {enter}

#k::
Send, admin{tab} ; for FOSCAM page
Send, {enter}
Sleep 3000
Send, {tab} ;type

skwire:

--- Code: Autohotkey ---#v:: SendInput, ^v

cmori:
That worked great.  I would never have figured that out with my current knowhow. 

Could you you will look at my other question (how to get hotkey to halt or stop) and solve that one? 

Regards

skwire:
Could you you will look at my other question (how to get hotkey to halt or stop) and solve that one?-cmori (March 16, 2014, 10:33 PM)
--- End quote ---

I already replied on that thread, too.

Navigation

[0] Message Index

Go to full version