AutoHotkey Community

It is currently May 23rd, 2012, 10:02 pm

All times are UTC [ DST ]


Search found 16 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Wake-up-timer/ Scheduler-Function

Posted: June 6th, 2008, 9:53 am 

Replies: 7
Views: 15187


This promises to be a great script for a project I am doing. :D

Is it possible to have a key press make the computer resume from sleep mode with this script?

 Forum: Support   Topic: Disable doubleclick?

Posted: February 8th, 2008, 1:13 pm 

Replies: 7
Views: 781


Thank you very much for your code, I have tried to go on with your script but I have only managed to insert the send LButton command: [Get System Double Click Speed] #IfWinActive, [window target] Mouse Click:: If previous hotkey was mouse click and time since last hotkey was < double click speed Ret...

 Forum: Support   Topic: Disable doubleclick?

 Post subject: Disable doubleclick?
Posted: February 7th, 2008, 11:01 am 

Replies: 7
Views: 781


I want to disable doubleclick and send a single click instead when a certain window is active.

Is it possible to use the #IfWinActive command, and maybe portions of these scripts: http://www.autohotkey.com/forum/topic17 ... oubleclick

All help apprecited!

 Forum: Support   Topic: Shift + LButton::LButton remap

Posted: February 4th, 2008, 2:54 pm 

Replies: 3
Views: 521


Thanks!

Can I place several hotkeys within the #IfWinActive tag?

 Forum: Support   Topic: Shift + LButton::LButton remap

Posted: February 4th, 2008, 11:41 am 

Replies: 3
Views: 521


Dear all, I want to disable the shift + leftclick function in Internet Explorer (which opens a link in a new window). I want the script to send a regular leftclick rather than shift+leftclick. I have tried two different scripts: +LButton::Lbutton +LButton:: Send {LButton} return None of th...

 Forum: Support   Topic: IfWinActive - Need help to launch programs

Posted: February 4th, 2008, 11:35 am 

Replies: 3
Views: 551


Thank you! I made an attempt myself, but your solution is a lot neater. :D

 Forum: Support   Topic: IfWinActive - Need help to launch programs

Posted: February 4th, 2008, 10:58 am 

Replies: 3
Views: 551


Anyone? :D

 Forum: Support   Topic: Check whether a button is disabled/"greyed out"

Posted: January 30th, 2008, 10:59 am 

Replies: 3
Views: 531


Is it possible to use "GuiControlGet" for this?

The button is in a Windows-prompt, and not made up of AHK Gui functions.

 Forum: Support   Topic: Check whether a button is disabled/"greyed out"

Posted: January 30th, 2008, 10:50 am 

Replies: 3
Views: 531


Dear all, I am trying to create a script that checks whether a button is disabled ("greyed out"). I want it to do nothing if it's disabled and click it if it is not disabled. This is the code as it is now: SetTimer, CheckPrompt, 100 SjekkDRMPrompt: IfWinExist, Hente lisens { ControlFo...

 Forum: Support   Topic: Autoclick Prompt Button?

Posted: January 21st, 2008, 6:12 pm 

Replies: 4
Views: 1773


Alright, think I made it:

Code:
SetTimer, SjekkDRMPrompt, 100

SjekkDRMPrompt:
   IfWinExist, Henting av mediebruksrettighet
{
   ControlFocus, Spill av, ahk_class #32770
   Send, {Enter}
}
return

F4::


Again, thanks for your hints. :D

 Forum: Support   Topic: Autoclick Prompt Button?

Posted: January 21st, 2008, 5:53 pm 

Replies: 4
Views: 1773


Hehe, i don't know which one of us is the cheekiest... 8) However, thank you very much for your hints. Based on your input I managed to create a script that clicked the button when the prompt is already present, but I could not make out the setTimer function in order for the script to regularly chec...

 Forum: Support   Topic: Autoclick Prompt Button?

 Post subject: Autoclick Prompt Button?
Posted: January 21st, 2008, 4:22 pm 

Replies: 4
Views: 1773


Dear all, I need a script which automatically clicks the present "ok" button whenever a certain prompt is displayed. I have used the Window Spy to track the ahk_class ("ahk_class #32770") and the text of the button which is to be clicked ("Play"). Does anyone know how t...

 Forum: Support   Topic: IfWinActive - Need help to launch programs

Posted: January 15th, 2008, 4:17 pm 

Replies: 3
Views: 551


Dear all, I need to make a script that activates and exits browser windows based on whether they are already existing and/or active. I have two browser windows I need to switch between: TV and MP. If they are not in focus ("active"), I wamt to exit the windows, and restart them. I am not g...

 Forum: Support   Topic: Hiding mouse after inactivity

Posted: December 26th, 2007, 2:26 pm 

Replies: 6
Views: 918


Thanks for your help, guys! :D

 Forum: Support   Topic: Hiding mouse after inactivity

Posted: November 30th, 2007, 10:28 am 

Replies: 6
Views: 918


Thanks for your replies! Based on your input I can make the cursor disappear after three seconds, but I can't see how to make it reappear when the user moves the mouse. Any ideas? Maybe create another loop which checks the mouse position through MouseGetPos (see the first post)? Any help is highly a...
Sort by:  
Page 1 of 2 [ Search found 16 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group