| Author |
Message |
Topic: runescape coal miner |
Mustang
Replies: 3
Views: 136
|
Forum: Ask for Help Posted: Sat Mar 22, 2008 11:32 pm Subject: runescape coal miner |
| This is in "Ask for Help" forum why? |
Topic: Getting the microphone volume |
Mustang
Replies: 3
Views: 247
|
Forum: Ask for Help Posted: Sat Mar 22, 2008 11:28 pm Subject: Getting the microphone volume |
| CShadowRun did you get anywhere on this? |
Topic: displaying the number of occurances in a string |
Mustang
Replies: 12
Views: 364
|
Forum: Ask for Help Posted: Sat Jan 26, 2008 4:04 am Subject: displaying the number of occurances in a string |
| String := "256 cities in 3 counties of this 1 country voted for 12 candidates in each district, among which only 5 could be elected and be included in the group 99, as well as in the group 87 ... |
Topic: Get Dirs for All Recycle Bins? |
Mustang
Replies: 4
Views: 201
|
Forum: Ask for Help Posted: Sat Jan 26, 2008 3:25 am Subject: Get Dirs for All Recycle Bins? |
Each hard disk contains a hidden folder named Recycled.
[url=http://www.autohotkey.com/docs/commands/DriveGet.htm]DriveGet |
Topic: Eval Question |
Mustang
Replies: 3
Views: 158
|
Forum: Ask for Help Posted: Sat Jan 26, 2008 3:14 am Subject: Eval Question |
Container1=100
Container2=150
Container3=2500
Container4=300
ContainerCount=4
ContainerHighest=0
Loop, %ContainerCount%
{
If ( Container%A_Index% > ContainerHighest ... |
Topic: Need a loop I think |
Mustang
Replies: 2
Views: 175
|
Forum: Ask for Help Posted: Mon Jan 21, 2008 8:55 pm Subject: Need a loop I think |
A before and after might help
Not quite sure what you mean
i.e. Why is there no "My text" before "N3"? |
Topic: Very stupid question |
Mustang
Replies: 6
Views: 167
|
Forum: Ask for Help Posted: Mon Jan 21, 2008 8:49 pm Subject: Very stupid question |
| Also, just as an extra, is it possible that when using that script, the "v Up" part of it doesn't happen automatically? As in, it only goes up when I also let off the hotkey? (and sorry, my ... |
Topic: [BF2 Scripts] |
Mustang
Replies: 90
Views: 14399
|
Forum: Scripts & Functions Posted: Mon Jan 21, 2008 5:35 pm Subject: Re: \/0|x |
Yes, but when you play bf2 for two years it gets kinda boring.
Maybe time to play a new game then  |
Topic: Very stupid question |
Mustang
Replies: 6
Views: 167
|
Forum: Ask for Help Posted: Mon Jan 21, 2008 5:33 pm Subject: Very stupid question |
Well that was just an example, but tbh you didn't explain your problem very well
Try this:
a::Send, {v Down}{RShift}{v Up} |
Topic: Creating chorded Hotkeys |
Mustang
Replies: 5
Views: 202
|
Forum: Ask for Help Posted: Mon Jan 21, 2008 5:10 pm Subject: Creating chorded Hotkeys |
Well it shouldn't do that (and for me it doesn't)
Thats what the:
Hotkey, ^m, Off
Return
Is for at the top |
Topic: Very stupid question |
Mustang
Replies: 6
Views: 167
|
Forum: Ask for Help Posted: Mon Jan 21, 2008 5:04 pm Subject: Very stupid question |
Does this not work as you require?
v & RShift::
{
ToolTip, v & RShift
Return
} |
Topic: Creating chorded Hotkeys |
Mustang
Replies: 5
Views: 202
|
Forum: Ask for Help Posted: Mon Jan 21, 2008 4:34 pm Subject: Creating chorded Hotkeys |
Hotkey, ^m, Off
Return
^i::
{
KeyWait, i
Hotkey, ^m, On
KeyWait, Ctrl
Hotkey, ^m, Off
Return
}
^m::
{
Run, http://www.gmail.c ... |
Topic: Question of the hour: % Detecting Closure of GUI to App % |
Mustang
Replies: 1
Views: 155
|
Forum: Ask for Help Posted: Mon Jan 21, 2008 3:46 am Subject: Question of the hour: % Detecting Closure of GUI to App % |
Change the red text to the process name of the 3rd party application
Make sure you start the AHK script before launching the 3rd party application (reason: on closure there isn't enough time to get a ... |
Topic: Countdown in MsgBox |
Mustang
Replies: 4
Views: 324
|
Forum: Ask for Help Posted: Sun Jan 20, 2008 5:09 am Subject: Countdown in MsgBox |
| I could do with a MassageBox |
Topic: Get Windows Maximize State From Its System Menu |
Mustang
Replies: 5
Views: 167
|
Forum: Ask for Help Posted: Sun Jan 20, 2008 4:41 am Subject: Get Windows Maximize State From Its System Menu |
That seams to have worked on the examples I've tried so far
Thanks lexikos |
| |