script that can autotype copied text Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
bigRed64
Posts: 2
Joined: 28 Sep 2021, 07:24

script that can autotype copied text

28 Sep 2021, 08:41

Hello, I'm looking for a script that can autotype text in paste restricted text editor. After searching for a while, I found this

Code: Select all

:c*:typeahk:: Text to be typed
upon typing the keyword typeahk, the following text will be typed.

But every new text I want to be typed, I have to open and edit the script file manually.

Now I don't have any idea how to write a script or how it works. :headwall:

I would like the script to be able to overwrite the text inside the script file every time I copy a text so that I can autotype immediately.

This will help me save so much time.
Rohwedder
Posts: 7623
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: script that can autotype copied text  Topic is solved

28 Sep 2021, 09:18

Hallo,
try:

Code: Select all

:Xc*:typeahk::SendInput, %ClipBoard%
bigRed64
Posts: 2
Joined: 28 Sep 2021, 07:24

Re: script that can autotype copied text

28 Sep 2021, 16:44

Thank you!
Exactly what I needed!

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Joey5, mikeyww, RussF and 392 guests