| Author |
Message |
Topic: SetKeyDelay Is not applying the delay [fixed] |
dwjp90
Replies: 1
Views: 105
|
Forum: Ask for Help Posted: Thu Apr 21, 2011 8:53 am Subject: SetKeyDelay Is not applying the delay [fixed] |
| I had fixed it in the past by doing a send down sleep send up, but thats very messy. I would like to be able to use the setkeydelay function if possible. |
Topic: SetKeyDelay Is not applying the delay [fixed] |
dwjp90
Replies: 1
Views: 105
|
Forum: Ask for Help Posted: Thu Apr 21, 2011 7:54 am Subject: SetKeyDelay Is not applying the delay [fixed] |
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#SingleInstance,Force
setkeydelay,5000,5000
return
NumLock::
msgbox, %A_KeyDelay%
send, {NumPad2}{ ... |
Topic: Problem with a Gui script. |
dwjp90
Replies: 5
Views: 253
|
Forum: Ask for Help Posted: Fri Aug 06, 2010 9:44 am Subject: Problem with a Gui script. |
lol 1 line fix....
Thanks didn't think to do that
Thanks for the help |
Topic: Problem with a Gui script. |
dwjp90
Replies: 5
Views: 253
|
Forum: Ask for Help Posted: Fri Aug 06, 2010 9:04 am Subject: Problem with a Gui script. |
Not sure how to phrase this problem.
I'm making a desktop/folder cleanup script. It works fine when the GUI runs once, but when it runs again it says I can't use the same variables twice. Not sure ... |
Topic: Quick Play config (hp laptops) V2.7 |
dwjp90
Replies: 10
Views: 2411
|
Forum: Scripts & Functions Posted: Sat Jan 23, 2010 11:38 pm Subject: Quick Play config (hp laptops) V2.7 |
| its compatible with 64bit |
Topic: Help with remapping buttons on bluetooth headset |
dwjp90
Replies: 3
Views: 201
|
Forum: Ask for Help Posted: Sun Nov 22, 2009 7:18 am Subject: Help with remapping buttons on bluetooth headset |
| its probally not possible because the function is not sending a keypress to the computer but its built into the headset |
Topic: Auto start of Autohot key when computer starts |
dwjp90
Replies: 1
Views: 252
|
Forum: Ask for Help Posted: Sun Nov 22, 2009 6:56 am Subject: Auto start of Autohot key when computer starts |
you posted in the wrong section.
go here next time for help
http://www.autohotkey.com/forum/viewforum.php?f=1
and just put a shortcut of your script into your startup folder |
Topic: Quick Play config (hp laptops) V2.7 |
dwjp90
Replies: 10
Views: 2411
|
Forum: Scripts & Functions Posted: Sat Nov 21, 2009 6:30 am Subject: Quick Play config (hp laptops) V2.7 |
installer is done.
(unknown 64bit compatibility) |
Topic: Restore ctrl+shift+Enter to run selected as admin |
dwjp90
Replies: 0
Views: 382
|
Forum: Scripts & Functions Posted: Sat Nov 21, 2009 1:34 am Subject: Restore ctrl+shift+Enter to run selected as admin |
this return the ability to hit ctrl+shift+enter and it will run the selected file as an admin (exes only)
works in start menu, explorer and desktop
requirements
all three require this
http ... |
Topic: Gui submit with multiple guis |
dwjp90
Replies: 5
Views: 297
|
Forum: Ask for Help Posted: Fri Nov 20, 2009 7:08 am Subject: Gui submit with multiple guis |
| thanks, i didnt see an example for that so i guessed the syntax. |
Topic: Gui submit with multiple guis |
dwjp90
Replies: 5
Views: 297
|
Forum: Ask for Help Posted: Fri Nov 20, 2009 6:43 am Subject: Gui submit with multiple guis |
im creating a 2nd gui as a settings dialog. im trying to figure out how to hide the 2ng gui without hiding the first.
gui 2:,submit doesnt work
gui 1:,show doesnt work
settings:
Gui 2 ... |
Topic: Quick Play config (hp laptops) V2.7 |
dwjp90
Replies: 10
Views: 2411
|
Forum: Scripts & Functions Posted: Thu Nov 19, 2009 11:16 pm Subject: Quick Play config (hp laptops) V2.7 |
| Installer almost done (needs 64bit testing) |
Topic: Quick Play config (hp laptops) V2.7 |
dwjp90
Replies: 10
Views: 2411
|
Forum: Scripts & Functions Posted: Wed Nov 18, 2009 11:43 pm Subject: Quick Play config (hp laptops) V2.7 |
since vista came about quickplay has been an exe and not a whole os (partition)
here ill link you to a qp installer
http://www.megaupload.com/?d=PKNX8YF3 |
Topic: Quick Play config (hp laptops) V2.7 |
dwjp90
Replies: 10
Views: 2411
|
Forum: Scripts & Functions Posted: Wed Nov 18, 2009 11:09 am Subject: Quick Play config (hp laptops) V2.7 |
v2.5 is done
changes
added comments to ahk
will upload compiled "installer" tomorrow
will upload other ahks 2morrow
dynamic compile icon |
Topic: internal program not running |
dwjp90
Replies: 9
Views: 327
|
Forum: Ask for Help Posted: Wed Nov 18, 2009 10:02 am Subject: internal program not running |
GOT IT!!!!
i was using := in my if statements and that messed it up.
you made me find my error thank you |
| |