AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

SOLVED - Enter "+" as Text

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
hutch@edge.net



Joined: 16 Sep 2008
Posts: 69

PostPosted: Thu Mar 05, 2009 3:06 pm    Post subject: SOLVED - Enter "+" as Text Reply with quote

Greetings, Gurus.

In the middle of a long script, I need to pass +180 into another program as text. When I record it, i get {+}180, chich presses the shift key. I've tried
send, '+180

which didn't work.

How would I have AHK send the + as a + rather than {Shift}?

Thanks.


Last edited by hutch@edge.net on Thu Mar 05, 2009 6:13 pm; edited 1 time in total
Back to top
View user's profile Send private message
JimKarvo



Joined: 09 Jan 2009
Posts: 104

PostPosted: Thu Mar 05, 2009 3:39 pm    Post subject: Reply with quote

with shift key
Code:
Send, {SHIFTDOWN}={SHIFTUP}180


with Numlock keys
Code:
Send, {+}180
Back to top
View user's profile Send private message MSN Messenger
HotKeyIt



Joined: 18 Jun 2008
Posts: 1994
Location: GERMANY

PostPosted: Thu Mar 05, 2009 5:14 pm    Post subject: Reply with quote

How about:
Code:
SendRaw +180

_________________
AutoHotFile - ToolTip(n,text,title,options) Wink
Back to top
View user's profile Send private message
hutch@edge.net



Joined: 16 Sep 2008
Posts: 69

PostPosted: Thu Mar 05, 2009 6:13 pm    Post subject: Reply with quote

Thanks,Guys.

Have a good one.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group