AutoHotkey Community

It is currently May 27th, 2012, 7:47 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: October 6th, 2006, 3:13 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
How can I write this:


Code:
Esc::
    if (something)
    {
          do something
          return
    }
    else Send {ESC}

return


without blue line entereing infinite loop.

That is, AHK should not get its own sends

TIA

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 6th, 2006, 3:29 pm 
Offline

Joined: July 24th, 2005, 4:29 am
Posts: 27
Location: Rheinland
$Esc::

;)

Icfu


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 6th, 2006, 3:30 pm 
Offline

Joined: August 24th, 2005, 5:29 pm
Posts: 549
Location: Berlin / Germany
Hi,

have a look on #UseHook. Should be what you want.

_________________
nick :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 8th, 2006, 12:28 pm 
Thx icfu, that was the part of the help I missed somehow!


Report this post
Top
  
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: HotkeyStick, just me and 68 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