AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 23 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Incrementally switch between windows
twwilliams

Replies: 153
Views: 34109

PostForum: Scripts & Functions   Posted: Tue Apr 19, 2005 9:09 pm   Subject: Incrementally switch between windows
I've just done some trivial testing, but it seems to be working for me. Thanks for the quick fix.
  Topic: Incrementally switch between windows
twwilliams

Replies: 153
Views: 34109

PostForum: Scripts & Functions   Posted: Tue Apr 19, 2005 8:28 pm   Subject: Found a problem in the script
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 ti ...
  Topic: Syntax file for VIM
twwilliams

Replies: 11
Views: 2270

PostForum: Utilities & Resources   Posted: Tue Apr 12, 2005 12:08 am   Subject: A couple of vim standards for syntax files
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 ...
  Topic: Incrementally switch between windows
twwilliams

Replies: 153
Views: 34109

PostForum: Scripts & Functions   Posted: Wed Mar 09, 2005 4:22 am   Subject: Works for me now
Thanks, Chris. It works for me now in 1.0.30.02.
  Topic: Incrementally switch between windows
twwilliams

Replies: 153
Views: 34109

PostForum: Scripts & Functions   Posted: Tue Mar 08, 2005 5:17 pm   Subject: Doesn't work with AHK v1.0.30.00
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 ...
  Topic: Nostromo/Vim/AHK - Toomy's HO ...
twwilliams

Replies: 2
Views: 970

PostForum: General Chat   Posted: Tue Mar 08, 2005 3:00 am   Subject: Nostromo/Vim/AHK - Toomy's HO ...
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 SpeedPa ...
  Topic: Converting Javascript to AHK help
twwilliams

Replies: 2
Views: 397

PostForum: Ask for Help   Posted: Tue Nov 30, 2004 8:53 pm   Subject: Converting Javascript to AHK help
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 ...
  Topic: Bookmark eBooks / scripts / source code etc.
twwilliams

Replies: 12
Views: 3715

PostForum: Scripts & Functions   Posted: Mon Nov 29, 2004 11:56 pm   Subject: Re: Bookmark eBooks / scripts / source code etc.


[url=http://www.vim.org/]vim can do this, too, and has again won text editor of the year from Linux Journal. It's available for Windows, too, and does a very nice job there.

But, like emacs, it ...
  Topic: move Winodows
twwilliams

Replies: 15
Views: 6056

PostForum: Scripts & Functions   Posted: Thu Nov 11, 2004 9:45 pm   Subject: move Winodows
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. ...
  Topic: Pre-1.0.23 Changes
twwilliams

Replies: 5
Views: 3132

PostForum: Announcements   Posted: Fri Oct 29, 2004 4:36 pm   Subject: Pre-1.0.23 Changes
That simple example script is very powerful. Thanks for posting it.
  Topic: Wild card for ahk_class?
twwilliams

Replies: 4
Views: 1047

PostForum: Wish List   Posted: Thu Aug 05, 2004 6:23 pm   Subject: Wild card for ahk_class?
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 W ...
  Topic: Wild card for ahk_class?
twwilliams

Replies: 4
Views: 1047

PostForum: Wish List   Posted: Thu Aug 05, 2004 5:16 am   Subject: Wild card for ahk_class?
I use RSS Bandit (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 brows ...
  Topic: Setting focus to rich edit controls in Outlook 2003
twwilliams

Replies: 3
Views: 1507

PostForum: Ask for Help   Posted: Wed Jul 21, 2004 7:58 pm   Subject: Setting focus to rich edit controls in Outlook 2003
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- ...
  Topic: Setting focus to rich edit controls in Outlook 2003
twwilliams

Replies: 3
Views: 1507

PostForum: Ask for Help   Posted: Wed Jul 21, 2004 5:12 pm   Subject: Setting focus to rich edit controls in Outlook 2003
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 th ...
  Topic: FileCopy, SourcePath, CLIPBOARD
twwilliams

Replies: 10
Views: 1817

PostForum: Wish List   Posted: Tue Jul 13, 2004 10:01 pm   Subject: FileCopy, SourcePath, CLIPBOARD


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 not ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group