| Author |
Message |
Topic: cant catch my hotkeys |
lilalurl.T32
Replies: 7
Views: 361
|
Forum: Ask for Help Posted: Mon Sep 14, 2009 5:35 pm Subject: cant catch my hotkeys |
You might also be interested by this:
http://www.autohotkey.com/docs/misc/Winamp.htm ________ [URL=http://icoachhandbags.com/]Coach handbags |
Topic: new line / break line |
lilalurl.T32
Replies: 10
Views: 2075
|
Forum: Ask for Help Posted: Sun Sep 13, 2009 5:12 am Subject: new line / break line |
Have you tried `n (linefeed)? ________ [URL=http://essentialvaaappvaporizer.com]Essential Vaaapp Vaporizer |
Topic: [module] Appbar 0.91 |
lilalurl.T32
Replies: 6
Views: 3315
|
Forum: Scripts & Functions Posted: Sat Sep 12, 2009 10:11 pm Subject: [module] Appbar 0.91 |
Interesting idea.
Quickly tested it and have one issue with the quicklaunch area: icons are misplaced (a bit as if it was on a +1 index).
http://tarantola.alexandre.free.fr/hotkeyit/taskbar.png
... |
Topic: HID/Extended input devices (MS Natural Keyboard 4000 etc.) |
lilalurl.T32
Replies: 27
Views: 10835
|
Forum: Scripts & Functions Posted: Sat Sep 12, 2009 9:42 pm Subject: HID/Extended input devices (MS Natural Keyboard 4000 etc.) |
So, how do you actually use this in a script?
Take the second script posted by Shaun (the one that begins with ; Capture input from the "Zoom" slider on the Natural Keyboard 4000
; and u ... |
Topic: ClipWheel 1.0 |
lilalurl.T32
Replies: 24
Views: 2814
|
Forum: Scripts & Functions Posted: Sat Sep 12, 2009 12:05 am Subject: ClipWheel 1.0 |
Very nice and original idea. ________ [URL=http://www.love-help.org/love-quotes/]Love quotes forum |
Topic: In to deep? - Recursion crashes AHK |
lilalurl.T32
Replies: 15
Views: 1346
|
Forum: Ask for Help Posted: Mon Aug 10, 2009 2:11 am Subject: In to deep? - Recursion crashes AHK |
Well, nothing happens: the tray icon appears and when you go to click on it it disappear. Neither tooltip nor msgbox is displayed.
No error message (if this is what you mean by crash). ________ [UR ... |
Topic: In to deep? - Recursion crashes AHK |
lilalurl.T32
Replies: 15
Views: 1346
|
Forum: Ask for Help Posted: Mon Aug 10, 2009 12:34 am Subject: In to deep? - Recursion crashes AHK |
Seems to work for me if this the expected result:
http://tarantola.alexandre.free.fr/hotkeyit/Zed.jpg
No crashing at all (XP SP3, French version) ________ [URL=http://www.love-help.org/]Love Forum |
Topic: Delete a file without confirming |
lilalurl.T32
Replies: 4
Views: 408
|
Forum: Ask for Help Posted: Mon Aug 10, 2009 12:28 am Subject: Delete a file without confirming |
| If I am not mistaken what membersound wants is to be able, when desired, to skip the delete confirmation message, which still appears even if you use Shift+Del (unless ofc if you disable it in the rey ... |
Topic: Disabling the power key |
lilalurl.T32
Replies: 8
Views: 669
|
Forum: Ask for Help Posted: Sun Aug 09, 2009 11:15 pm Subject: Disabling the power key |
Yes, apparently PS/2 does not support HID protocol.
Have you tried keytweak?
http://webpages.charter.net/krumsick/
It seems to support some power management buttons and to work with PS/2 keyboa ... |
Topic: Disabling the power key |
lilalurl.T32
Replies: 8
Views: 669
|
Forum: Ask for Help Posted: Sun Aug 09, 2009 9:10 pm Subject: Disabling the power key |
Have you tried with AHKHID?
http://www.autohotkey.com/forum/viewtopic.php?t=41397
I think it intercepts the key strokes so hopefully it will not trigger the shutdown command when you try and see i ... |
Topic: Auto Right Click? |
lilalurl.T32
Replies: 2
Views: 426
|
Forum: Ask for Help Posted: Fri Aug 07, 2009 11:50 am Subject: Re: Auto Right Click? |
after searching for awhile, i found a suitable script that works great for me on auto click on left click when holding down. but how do i do the same for a right click?
Replace each instance of LBu ... |
Topic: Darkfall Online Question.. |
lilalurl.T32
Replies: 7
Views: 875
|
Forum: Ask for Help Posted: Fri Aug 07, 2009 5:35 am Subject: Darkfall Online Question.. |
It seems you are taking the terms "PostMessage" literally, as in "chat" message, while what PostMessage actually does is posting a "computer" message.
What you want to ... |
Topic: Change Function Keys to Complex Macro |
lilalurl.T32
Replies: 3
Views: 577
|
Forum: Ask for Help Posted: Fri Aug 07, 2009 5:27 am Subject: Change Function Keys to Complex Macro |
You can also act on window Controls, supposing the application uses control that can be interacted with by AHK (see the examples in the help file for automating Winamp, which use such a method)
Mov ... |
Topic: Darkfall Online Question.. |
lilalurl.T32
Replies: 7
Views: 875
|
Forum: Ask for Help Posted: Thu Aug 06, 2009 1:58 am Subject: Darkfall Online Question.. |
I believe you'd better try using the ControlSend command rather than Post/Sendmessage. ________ [URL=http://www.mercedes-wiki.com/wiki/Mercedes-Benz_190]MERCEDES-BENZ 190 SPECIFICATIONS |
Topic: storing data |
lilalurl.T32
Replies: 7
Views: 460
|
Forum: Ask for Help Posted: Thu Aug 06, 2009 1:56 am Subject: storing data |
Do you mean a bookmark manager for a web browser? Or for an ebook reader? Or something else?
As for what you could use, have a look at the IniWrite/Read and FileRead/FileAppend commands in the help ... |
| |