Type Text

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

Type Text

22 Oct 2021, 14:18

Hello,

how can i type a text like so:
So i can use in between the 2 texts commands.

Code: Select all

1::
(
long 
text 
one
)

; in between i want to use commands
Send, {Left 3}
Send, {end}

(
long 
text 
two
)
return
Thank you!
User avatar
mikeyww
Posts: 26891
Joined: 09 Sep 2014, 18:38

Re: Type Text

22 Oct 2021, 15:08

Code: Select all

1::
Send,
(
long 
text 
one
{Left 3}{End}
long
text
two
)
Return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 356 guests