Send symbols used for scripting

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
drnet
Posts: 1
Joined: 15 May 2021, 21:30

Send symbols used for scripting

15 May 2021, 21:36

Hi guys, I'm new here and I'm writing my firsts scripts and I found with a trouble that I can't resolve.

How can I send the + symbol like text, for example for a phone number?
Example I need to send the text +569-xxxx-xxxx, but send %569-xxxx-xxxx because takes the + like shift.

I'll appreciate any tip

Thanks
Last edited by gregster on 15 May 2021, 22:50, edited 1 time in total.
Reason: Topic moved to 'Ask For Help'.
gregster
Posts: 9029
Joined: 30 Sep 2013, 06:48

Re: Send symbols used for scripting

15 May 2021, 22:52

Two options:

Code: Select all

send {text}+569-xxxx-xxxx		; alternatively SendRaw
send {+}569-xxxx-xxxx
for details, see the Send docs

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: DataLife, Google [Bot], pgeugene, Rohwedder and 121 guests