insert key Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
doncole
Posts: 37
Joined: 04 Jun 2017, 17:39

insert key

11 Sep 2019, 23:57

How do autohotkey insert?
I tried:

^F12::
Send, Insert
Return

It does not work.

^F12:: works on other scripts.
Last edited by doncole on 12 Sep 2019, 00:36, edited 1 time in total.
doncole
Posts: 37
Joined: 04 Jun 2017, 17:39

Re: insert key

12 Sep 2019, 00:26

doncole wrote:
11 Sep 2019, 23:57
How do autohotkey insert?
I tried:

^F12::
Send, Insert
Return

It does not work.

^F12:: works on other scripts.
TAC109
Posts: 1118
Joined: 02 Oct 2013, 19:41
Location: New Zealand

Re: insert key

12 Sep 2019, 00:41

Code: Select all

^F12::
Send,{Insert}
Return
My scripts:-
XRef - Produces Cross Reference lists for scripts
ReClip - A Text Reformatting and Clip Management utility
ScriptGuard - Protects Compiled Scripts from Decompilation
I also maintain Ahk2Exe
doncole
Posts: 37
Joined: 04 Jun 2017, 17:39

Re: insert key  Topic is solved

12 Sep 2019, 00:50

Thank you TAC109 :D :D :D

That worked;

Don Cole

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Chunjee, Joey5, mikeyww, Ralf_Reddings200244 and 300 guests