AutoHotkey Community

It is currently May 26th, 2012, 10:00 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Insert a literal "+"
PostPosted: October 15th, 2008, 1:33 am 
Offline

Joined: October 15th, 2008, 1:28 am
Posts: 2
I want to insert a string with a literal "+" character. AHK, of course thinks "+" means SHIFT. I have found instructions for escaping other characters, but not for escaping "+".

So if I have:

:oc::chars:hello +1

I get:

hello !

But I want:

hello +1

Surely the answer is somewhere in the forum, but I can't find it.

Thanks in advance for your assistance.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 15th, 2008, 1:49 am 
Offline

Joined: November 1st, 2007, 10:03 pm
Posts: 885
`+

:D


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 15th, 2008, 1:53 am 
Offline

Joined: December 16th, 2007, 12:55 pm
Posts: 48
more long-winded than fry's example:

Code:
::oc::
SendInput {raw}chars:hello +1
return


http://www.autohotkey.com/docs/Hotstrings.htm
http://www.autohotkey.com/docs/commands/Send.htm


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 15th, 2008, 2:02 am 
Offline

Joined: October 15th, 2008, 1:28 am
Posts: 2
Fry, your suggestion did not work. The ` doesn't seem to work before +.

pokercurious, a variation on your idea did work:

:oc::chars:hello {raw}+1

gives

hello +1

THANK YOU!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 15th, 2008, 4:06 am 
Offline

Joined: April 18th, 2008, 7:57 am
Posts: 1390
Location: The Interwebs
You can also...
Code:
Send, {+}


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher, iBob35555VR, just me, Tilter_of_Windmills, tomoe_uehara and 69 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group