AutoHotkey Community

It is currently May 23rd, 2012, 5:07 pm

All times are UTC [ DST ]


Search found 175 matches
Search these results:

Author Message

 Forum: Support   Topic: Plus sign inside strings?

Posted: March 4th, 2012, 1:31 am 

Replies: 9
Views: 180


Gogo wrote:
Code:
t = +  ; you do not need to escape '+'

SendRaw %t%
; or
Send {Raw}%t%


Ah - I forgot to thank you for the direct (and quick) solution. A Guest, at that! Kudos and Thanks

 Forum: Support   Topic: Plus sign inside strings?

Posted: March 4th, 2012, 12:35 am 

Replies: 9
Views: 180


(sending the plus sign real-time, eg. send .... {+} is not a practical option for my use right now) I don't understand why. FYI - for two reasons because in this case my script has several discrete variables each representing lines in my signature, for instance, my email info, twitter, linkedin, et...

 Forum: Support   Topic: Plus sign inside strings?

Posted: March 4th, 2012, 12:24 am 

Replies: 9
Views: 180


Ordinarily I'd agree - but not in the case of a simple syntax question, where the answer might have been as simple as "try SendRaw" Second, I've been participating on these boards since 2001. I don't mind if you want to post your take on the "rules" for others to see - but it wou...

 Forum: Support   Topic: Plus sign inside strings?

Posted: March 3rd, 2012, 8:38 pm 

Replies: 9
Views: 180


Thanks to both ! It worked like a charm and I can't believe it was that simple. SendRaw. Great. I'll be printing plus signs everywhere BTW - the code I pasted above as not the real code, just something quickly fabricated so I could illustrate the problem (so no need to correct that code). Thanks aga...

 Forum: Support   Topic: Plus sign inside strings?

 Post subject: Plus sign inside strings?
Posted: March 3rd, 2012, 7:39 pm 

Replies: 9
Views: 180


Because of the way Autohotkey treats the Plus sign, does this mean that forever I have to refer to Google+ and Google Plus? ; ) seriously, if I don't want the SEND the string (for instance if I am concatenating a series of strings (variables) for a signature line for example: gplus=My Personal Googl...

 Forum: Support   Topic: Detected Selected / Marked Text

Posted: November 14th, 2011, 4:17 pm 

Replies: 3
Views: 74


waitasec


no, the answer does not appear to be in the post/link you provided. oh what a letdown ... unless someone can clarify...

I am looking for more of


If [any text is marked or selected on the visible screen]

else

 Forum: Support   Topic: Detected Selected / Marked Text

Posted: November 14th, 2011, 4:14 pm 

Replies: 3
Views: 74


Thanks !!

and sorry ... it's just that when one searches on any of the obvious terms - the results are just too general ....

 Forum: Support   Topic: Detected Selected / Marked Text

Posted: November 14th, 2011, 4:00 pm 

Replies: 3
Views: 74


Apologies if this has been answered before (I tried searching but keep coming up with too much and too little). It's been a while since I've updated my AHK scripts so there probably have been lots of new functionality added ... I was looking for something simple where I could detect if *anything* (o...

 Forum: Support   Topic: Read/Focus on highlighted Email Line in Outlook

Posted: February 22nd, 2008, 2:01 am 

Replies: 14
Views: 859


Friends, I'm trying to help, even if you can't see it. I just read all those problems list and still not changing email software... :? "Even if we can't see it" kind of implies we are too blind, too ignorant or too inflexible to understand. We understand you are trying, but somehow the wo...

 Forum: Support   Topic: Read/Focus on highlighted Email Line in Outlook

Posted: February 22nd, 2008, 1:06 am 

Replies: 14
Views: 859


Don't you just hate comments like that ... "uninstall windows and use linux", "ditch IE and use firefox". "Get a mac". I honestly never know what motivates someone to spend the time typing such comments unless it is merely to see how superior, smart and smug they can so...

 Forum: Support   Topic: Read/Focus on highlighted Email Line in Outlook

Posted: February 20th, 2008, 6:52 pm 

Replies: 14
Views: 859


I think I was the one that started this post. While I have several "kludgey" workarounds - The issue definitely exists - particularly in outlook 2007. The issue (at least the one I raised) is in getting focus on certain outlook form fields and menu dropdowns. Many of them have no keyboard ...

 Forum: Support   Topic: Quick 2 key combinations

Posted: August 12th, 2007, 10:32 pm 

Replies: 7
Views: 565


shoot .. never mind.
I see the b0 option.

 Forum: Support   Topic: Quick 2 key combinations

Posted: August 12th, 2007, 10:30 pm 

Replies: 7
Views: 565


The oddest darn thing is happening ... and it took me a half hour to narrow it down. When I use the * option (alone or with other options) :*:qq:: does not matter what follows. the first thing that happens is that is seems like AHK is pushing a backspace key into the keyboard buffer (makes sense in ...

 Forum: Support   Topic: Quick 2 key combinations

Posted: August 12th, 2007, 9:52 pm 

Replies: 7
Views: 565


Thanks! I will play with them. I tend to overlook that section of the documentation since I am primary concerned with functions and programming aspects. Also - FYI - the hotstring documentation page is the source of one of my few discomorts about AHK - is that the documentation on pages like that is...

 Forum: Support   Topic: Quick 2 key combinations

Posted: August 12th, 2007, 7:27 pm 

Replies: 7
Views: 565


Laszlo wrote:
If you drop the fast double hit requirement, hotstrings could work, too:
Code:
:?C*:QQ::
   MsgBox ADD YOUR ACTIONS HERE



What does the :?C: part do? I've never seen that
Sort by:  
Page 1 of 12 [ Search found 175 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group