AutoHotkey Community

It is currently May 26th, 2012, 3:10 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: March 5th, 2009, 4:06 pm 
Offline

Joined: September 16th, 2008, 7:53 pm
Posts: 77
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 March 5th, 2009, 7:13 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 5th, 2009, 4:39 pm 
Offline

Joined: January 9th, 2009, 10:42 pm
Posts: 104
with shift key
Code:
Send, {SHIFTDOWN}={SHIFTUP}180


with Numlock keys
Code:
Send, {+}180


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 5th, 2009, 6:14 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
How about:
Code:
SendRaw +180

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 5th, 2009, 7:13 pm 
Offline

Joined: September 16th, 2008, 7:53 pm
Posts: 77
Thanks,Guys.

Have a good one.


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: G. Sperotto, nyoe, patgenn123, Tilter_of_Windmills and 21 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