AutoHotkey Community

It is currently May 27th, 2012, 2:39 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: November 22nd, 2009, 3:30 pm 
Hey All,

The following Code doesn't seem to Unsuspend Autohotkey. Not sure why

Code:
Suspend, On   
 
               
   ;;;Loads of Hot Keys;;;


Suspend permit

   ~^!::                           ;remote control Power Key
      If WinActive, Windows Media Center


        {

         WinClose

        }

        Else
       
      {

         Suspend, Off

        }
   
  Return


Anyone able to give advice as to how to re-activate the hotkeys if the If statement is False?

~Ore


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 22nd, 2009, 3:57 pm 
Offline
User avatar

Joined: August 30th, 2005, 8:43 pm
Posts: 8667
Location: Salem, MA
the command has to follow the hotkey definition.

Code:

   ~^!::                           ;remote control Power Key
Suspend permit     
If WinActive, Windows Media Center


        {

         WinClose

        }

        Else
       
      {

         Suspend, Off

        }
   
  Return

_________________
Image
(Common Answers) - New Tutorials Forum - Humongous FAQ


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 22nd, 2009, 6:39 pm 
This still has the same effect as before, Doesn't unsuspend the hotkeys when required...

Any ideas as to why the "Suspend, Off" isn't working? like you said I have moved the Suspend Permit to after the hotkey is called.


~Ore


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Alpha Bravo, rbrtryn, Yahoo [Bot] and 22 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