AutoHotkey Community

It is currently May 24th, 2012, 9:11 am

All times are UTC [ DST ]


Search found 23 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Incrementally switch between windows

Posted: April 19th, 2005, 9:09 pm 

Replies: 153
Views: 50872


I've just done some trivial testing, but it seems to be working for me. Thanks for the quick fix.

 Forum: Scripts   Topic: Incrementally switch between windows

Posted: April 19th, 2005, 8:28 pm 

Replies: 153
Views: 50872


I found a problem in the script. Windows with apostrophes in their title (such as when visiting oreilly.com sites in your browser) break the script. The window list only shows the characters in the title before the apostrophe, and fails any attempts to activate that window. This may be a limitation ...

 Forum: Utilities   Topic: Syntax file for VIM

Posted: April 12th, 2005, 12:08 am 

Replies: 11
Views: 3998


A couple of things to add to make your file more standard (to prevent stepping on itself if it's loaded multiple times) put this at the beginning: " For version 5.x: Clear all syntax items " For version 6.x: Quit when a syntax file was already loaded if version < 600 syntax clear elseif ex...

 Forum: Scripts   Topic: Incrementally switch between windows

 Post subject: Works for me now
Posted: March 9th, 2005, 4:22 am 

Replies: 153
Views: 50872


Thanks, Chris. It works for me now in 1.0.30.02.

 Forum: Scripts   Topic: Incrementally switch between windows

Posted: March 8th, 2005, 5:17 pm 

Replies: 153
Views: 50872


I just upgraded from AHK 1.0.26.1 to 1.0.30.00 and this wonderful script stopped working. I don't know what the problem is, but rolling back to v1.0.26.1 causes it to work again. I'm using the latest version of your script, too. I'm on XP Pro SP2 if that matters. I'm willing to try some experiments ...

 Forum: Offtopic   Topic: Nostromo/Vim/AHK - Toomy's HO ...

Posted: March 8th, 2005, 3:00 am 

Replies: 2
Views: 1711


Thanks for posting that. The "Nostromo SpeedPad n52" sounds great, especially with all the uses he has in mind for it! That's my blog referenced above. I haven't made as much use of the SpeedPad as I had hoped for. It's primarily due to trying to add keys and combos piecemeal rather than putting to...

 Forum: Support   Topic: Converting Javascript to AHK help

Posted: November 30th, 2004, 8:53 pm 

Replies: 2
Views: 792


When I run into situations like this, I hand off the math to a program like Perl or even a C# console app. I pass in variables on the command line and read the output back into the AHK script. I haven't tried this for a game, where the timing might be critical, but I certainly haven't had any perfor...

 Forum: Scripts   Topic: Bookmark eBooks / scripts / source code etc.

Posted: November 29th, 2004, 11:56 pm 

Replies: 12
Views: 5400


Emacs can do it for 10+ years. It even finds the bookmarked location if the file changed in the meantime. Unfortantely, this editor has its own philosophy which only few people bother to learn. vim can do this, too, and has again won text editor of the year from Linux Journal. It's available for Wi...

 Forum: Scripts   Topic: move Winodows

Posted: November 11th, 2004, 9:45 pm 

Replies: 15
Views: 9749


Guest: Maybe the script doesn't make sense to you. But the essence of tools like AutoHotkey is to personalize the user experience. Alt-Space-M may be something you know and that works well for you. But maybe Jack prefers to use the Windows key and the cursors. Maybe he has a programmable keypad that...

 Forum: Announcements   Topic: Pre-1.0.23 Changes

Posted: October 29th, 2004, 4:36 pm 

Replies: 5
Views: 5939


That simple example script is very powerful. Thanks for posting it.

 Forum: Suggestions   Topic: Wild card for ahk_class?

Posted: August 5th, 2004, 6:23 pm 

Replies: 9
Views: 4777


The solutions you proposed are the way to do it in this case. Specifically: WinGetClass, active_class, A IfInString, active_class, WindowsForms10.Window WinClose, A I wasn't aware of the WinGetClass method -- I suppose I should have been aware of it, but I wasn't. This works better than what I was ...

 Forum: Suggestions   Topic: Wild card for ahk_class?

 Post subject: Wild card for ahk_class?
Posted: August 5th, 2004, 5:16 am 

Replies: 9
Views: 4777


I use RSS Bandit (http://www.rssbandit.org) as my RSS reader. I have a script in AHK that, whenever I click both the left and right mouse buttons, it sends a command to close the window in whatever Web browser I'm using. I want to do the same thing for the tabbed windows in RSS Bandit. Only problem,...

 Forum: Support   Topic: Setting focus to rich edit controls in Outlook 2003

Posted: July 21st, 2004, 7:58 pm 

Replies: 3
Views: 2310


Thanks for the suggestion, Chris, but that doesn't work for me because I'm looking up addresses from a global address book rather than from my Contacts. I can pull up that address book with the built-in Ctrl-Shift-B shortcut, but there are some nice things about the edit control. Outlook 2003 is ind...

 Forum: Support   Topic: Setting focus to rich edit controls in Outlook 2003

Posted: July 21st, 2004, 5:12 pm 

Replies: 3
Views: 2310


Has anyone had any success using AHK to set the focus to rich edit controls in Outlook 2003? In particular, I'm interested in setting the focus to the Find Contact edit control in the toolbar or the Lookout search control in the Toolbar. Window Spy detects these as RichEdit20W1 and RichEdit20W3 and ...

 Forum: Suggestions   Topic: FileCopy, SourcePath, CLIPBOARD

Posted: July 13th, 2004, 10:01 pm 

Replies: 10
Views: 2492


I have multiple command prompt windows open and I want to copy files from one to the other without having to type in paths I find that comment mysterious. AFAIK, command prompt itself can do nothing with the files that are on the clipboard, so it seems useless in this situation. Maybe he was talkin...
Sort by:  
Page 1 of 2 [ Search found 23 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group