| Author |
Message |
Topic: WindowPad - multi-monitor window-moving tool |
mana
Replies: 319
Views: 158707
|
Forum: Scripts & Functions Posted: Thu Mar 12, 2009 11:48 am Subject: WindowPad - multi-monitor window-moving tool |
Not sure it will help you, but what you can easily do is assign a custom position/size to one of the shortcuts in the ini file. I changed for example #5. The sequence is:
position of left border, pos ... |
Topic: Detect window - Loop or SetTimer? |
mana
Replies: 3
Views: 307
|
Forum: Ask for Help Posted: Tue Mar 10, 2009 9:51 pm Subject: Detect window - Loop or SetTimer? |
Would you mind sharing why?
I assumed that Loop would take too much CPU time, but it is not detectable. Process Lasso reports an average load of 0.02% for AHK with the Loop method.
I also assum ... |
Topic: Detect window - Loop or SetTimer? |
mana
Replies: 3
Views: 307
|
Forum: Ask for Help Posted: Tue Mar 10, 2009 9:42 pm Subject: Detect window - Loop or SetTimer? |
Hi, is there a preferred method to detect a window and take an action on it?
Loop
{
WinWait, Microsoft Office OneNote Security Notice,
IfWinNotActive, Microsoft Office OneNote Security ... |
Topic: WindowPad - multi-monitor window-moving tool |
mana
Replies: 319
Views: 158707
|
Forum: Scripts & Functions Posted: Thu Feb 26, 2009 10:21 am Subject: WindowPad - multi-monitor window-moving tool |
Fantastic, works now!
Now that you told me, I also moved another script that I had in my AutoHotkey.ahk to an external file
Thanks! |
Topic: Simple Folder finder / nDroid for folders only |
mana
Replies: 3
Views: 349
|
Forum: Ask for Help Posted: Thu Feb 26, 2009 9:06 am Subject: Simple Folder finder / nDroid for folders only |
Great, thank you guys.
After I posted I found Seek http://www.autohotkey.com/docs/scripts/Seek_(SearchTheStartMenu).htm that adds the filtering on parts of the folder name |
Topic: Simple Folder finder / nDroid for folders only |
mana
Replies: 3
Views: 349
|
Forum: Ask for Help Posted: Wed Feb 25, 2009 9:44 pm Subject: Simple Folder finder / nDroid for folders only |
| I am looking for something simple that will scan a set of folders and subfolders that I could specify to then open this folder. In short, a launchy or nDroid, but only to navigate to a specific folder ... |
| |