| Author |
Message |
Topic: GOING TO A PARTICULAR OR SPECIFIC IN WORD DOC OF 50 PAGES |
dijiyd
Replies: 2
Views: 408
|
Forum: Ask for Help Posted: Sun Jul 24, 2005 7:22 am Subject: GOING TO A PARTICULAR OR SPECIFIC IN WORD DOC OF 50 PAGES |
| There is a built in "go-to" function, ctrl+g, if you don't know. I don't think you need to use autohotkey for this. Unless you have something else in mind, and I didn't understand you correctly. |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
dijiyd
Replies: 281
Views: 54309
|
Forum: Scripts & Functions Posted: Sun Jul 24, 2005 1:08 am Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
| Right, thanks. |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
dijiyd
Replies: 281
Views: 54309
|
Forum: Scripts & Functions Posted: Sat Jul 23, 2005 9:49 am Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
| Hey, Rajat, how would I go about modifying this so it'll return folders only? |
Topic: Complex syntax? |
dijiyd
Replies: 38
Views: 2946
|
Forum: Wish List Posted: Tue Jul 19, 2005 7:52 am Subject: Complex syntax? |
Hmm... I don't know, don't the older commands still work? I mean, you can still code the way you used to, right?
Oh, sorry, could anyone tell me about this "multiple return values using structs"? I ... |
Topic: How get rid of multiple AHK taskbar icons in XP? |
dijiyd
Replies: 2
Views: 484
|
Forum: Ask for Help Posted: Sun Jul 17, 2005 1:17 am Subject: How get rid of multiple AHK taskbar icons in XP? |
| Do you mean system tray icon (which is beside the clock), or taskbar button (which is between the start menu and the system tray, in most cases)? |
Topic: Set Key Actions |
dijiyd
Replies: 2
Views: 379
|
Forum: Ask for Help Posted: Tue Jul 12, 2005 2:51 am Subject: Set Key Actions |
| Yeah, you probably just missed it. It should be possible with a combination of [url=http://www.autohotkey.com/docs/commands/IniWrite.htm]IniWrite, [url=http://www.autohotkey.com/docs/commands/IniRead. ... |
Topic: Activate hot key on change in pixels |
dijiyd
Replies: 2
Views: 381
|
Forum: Ask for Help Posted: Mon Jul 11, 2005 2:29 pm Subject: Activate hot key on change in pixels |
| You could try [url=http://www.autohotkey.com/docs/commands/PixelGetColor.htm]PixelGetColor but I'm not really sure how clear your picture is. I mean, if there's some sort of constant static, it'll kee ... |
Topic: fast and concise Window-Switcher(-Activator, -Manager) |
dijiyd
Replies: 2
Views: 1910
|
Forum: Scripts & Functions Posted: Sun Jul 10, 2005 10:05 am Subject: fast and concise Window-Switcher(-Activator, -Manager) |
| Hi, and welcome. I just want to point you to a similar script [url=http://www.autohotkey.com/forum/viewtopic.php?t=1040&start=0]here if you want to take a look. It might be useful to you too. (alt ... |
Topic: basic scripts plz |
dijiyd
Replies: 2
Views: 427
|
Forum: Ask for Help Posted: Sun Jul 03, 2005 11:59 am Subject: basic scripts plz |
| Have a quick look at the [url=http://autohotkey.com/docs/]documentation. It'll be your best friend while coding. Specially the [url=http://autohotkey.com/docs/Tutorial.htm]tutorial, while you're start ... |
Topic: Changing the buttons of an input box |
dijiyd
Replies: 5
Views: 456
|
Forum: Ask for Help Posted: Sun Jul 03, 2005 10:18 am Subject: Changing the buttons of an input box |
| That's because in CHCT, you were checking if "My Input Box" does not exist at the time, if so, do nothing. It won't exist because you created "My Program Runner". |
Topic: Run, Minimized - Run, Hidden ...etc.. |
dijiyd
Replies: 5
Views: 1576
|
Forum: Wish List Posted: Sun Jul 03, 2005 3:56 am Subject: Run, Minimized - Run, Hidden ...etc.. |
| LOL... sorry, I guess I should have read the helpfile first too. |
Topic: Run, Minimized - Run, Hidden ...etc.. |
dijiyd
Replies: 5
Views: 1576
|
Forum: Wish List Posted: Sun Jul 03, 2005 1:07 am Subject: Run, Minimized - Run, Hidden ...etc.. |
| An alternative might be using [url=http://www.autohotkey.com/docs/commands/FileCreateShortcut.htm]FileCreateShortcut to make a shortcut that specifies that it'll be run minimized, and then running tha ... |
Topic: Can an upgrade have an easier-to-use menu system - please... |
dijiyd
Replies: 5
Views: 682
|
Forum: Wish List Posted: Sat Jul 02, 2005 10:33 pm Subject: Can an upgrade have an easier-to-use menu system - please... |
| Maybe not so much a huge project; I mean, some basic commands like run and send etc.? From personal experience, people with no programming background/are not interested in learning to, don't need the ... |
Topic: Using Variables from a GUI Hotkey for a Hotkey |
dijiyd
Replies: 2
Views: 462
|
Forum: Ask for Help Posted: Sat Jul 02, 2005 10:17 pm Subject: Using Variables from a GUI Hotkey for a Hotkey |
"Hotkey" is used for dynamic hotkeys.
Try:
GuiControlGet, Bk31
GuiControlGet, Bk32
If Bk31 and Bk32
{
Hotkey, %Bk31%, FirstBinding
}
then adding something like:
Fi ... |
Topic: v1.0.36 released: Gui context menus and ListView |
dijiyd
Replies: 33
Views: 7649
|
Forum: Announcements Posted: Tue Jun 28, 2005 8:54 am Subject: v1.0.36 released: Gui context menus and ListView |
| Alright! Even AutoIt's ListView doesn't have sorting. |
| |