How to copy automatically what i type in a specific feild?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
matt

How to copy automatically what i type in a specific feild?

31 May 2015, 23:01

I want that when i press f1 key then it should automatically copy the content of that field what i type in a specific field of a form. I used the following codes for this-

F1::
Input, VARIABLE,, {Space}
Clipboard := VARIABLE
Return

But when i press f1 key and start typing anything it doesnot show anything on the screen, however it copies what i type. I want that when i press f1 key and start typing then it should show on the screen also what i am typing and it should be copied also. Please help..thanks
kanat
Posts: 26
Joined: 22 Oct 2013, 01:35

Re: How to copy automatically what i type in a specific feild?

01 Jun 2015, 00:13

Try this code:

Code: Select all

F1::
Input, VARIABLE, v, {Space}
Clipboard := VARIABLE
Return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: mebelantikjaya, Rohwedder and 314 guests