AutoHotkey Community

It is currently May 23rd, 2012, 4:11 pm

All times are UTC [ DST ]


Search found 15 matches
Search these results:

Author Message

 Forum: Support   Topic: Running a script as background process: Best performance?

Posted: October 7th, 2008, 2:46 pm 

Replies: 2
Views: 413


I'm going to write a script to check if a file exists every 15 seconds. If the file exists, it'll delete the file, if not, it'll wait. The best I've come up with is this: Loop { IfExist, C:\WINDOWS\check.txt { FileDelete, C:\WINDOWS\check.txt Return } Sleep 15000 } Since this scr...

 Forum: Offtopic   Topic: What do you do with AHK?

Posted: November 23rd, 2007, 8:30 am 

Replies: 29
Views: 6863


I use it in conjunction with uberoptions to hypercharge my Logitech mouse.

I set up all the buttons to F13, F14, F15 etc. Then I programmed every button to do different things in different programs. I barely touch my keyboard anymore...

 Forum: Scripts   Topic: real expose clone

Posted: March 12th, 2007, 7:56 am 

Replies: 291
Views: 42044


On the wiki page, it says the latests stable version is 1.02, but I can't find it anywhere. You get 1.01 in this forum and 1.03 in wiki, but 1.02 is nowhere to be found.

1.03 shows strange artifacts so I want to use 1.02. Any link to that version please?

 Forum: Scripts   Topic: real expose clone

Posted: February 28th, 2007, 11:40 am 

Replies: 291
Views: 42044


This is incredible!!! I've never used MacOSX, so when macheads bragged about expose, I always thought they were exaggerating. After using this, I can only imagine how good it would be if microsoft included this to OS. That'll probably never happen, so your script is the next best thing. Thanks for t...

 Forum: Scripts   Topic: Firefox: Saving the image under the mouse cursor

Posted: January 2nd, 2007, 6:06 pm 

Replies: 1
Views: 2344


Place your mouse over any image and push F10. This baby will right click, select Save Image, and when the folder selection pops up, it'll push Enter for you. My question: Can this be done with a PostMessage instead of rightclick and sendinput v? *F10:: MouseGetPos,,,NWD_WinID WinGetClass, WinClass, ...

 Forum: Support   Topic: Selecting a tab with PostMessage

Posted: January 2nd, 2007, 5:55 pm 

Replies: 6
Views: 637


Unbelievable. I've been using Windows since 10 years and still I learn new shortcuts I didn't know. :) Is there a site with ALL windows shortcuts? As this shows, there's a shortcut for almost everything.

 Forum: Support   Topic: Selecting a tab with PostMessage

Posted: January 2nd, 2007, 3:37 pm 

Replies: 6
Views: 637


Very nice! Thanks!

It works 90% of the time. Sometimes it doesn't work though, since sometimes the dialog remembers the last tab and Send ^{Tab 2} makes it select the tab in the middle!

 Forum: Support   Topic: Selecting a tab with PostMessage

Posted: January 2nd, 2007, 12:07 pm 

Replies: 6
Views: 637


I use DivX Codec to watch DivX movies. I tend to use the configuration panel often to change brightness and such. The control panel has three tabs, as you can see in the screenshot below. The page opens with the first tab selected, and I have to click the third tab, "Playback" every time. ...

 Forum: Support   Topic: Office 2007 beats Autohotkey

Posted: December 30th, 2006, 12:25 am 

Replies: 2
Views: 694


OK I solved it. It was a problem with Logitech mouse drivers.

 Forum: Support   Topic: Office 2007 beats Autohotkey

Posted: December 24th, 2006, 6:11 pm 

Replies: 2
Views: 694


Hi all, I can't get Microsoft Office 2007 applications to work with AHK. For example, I use this to close windows: MouseGetPos,,,NWD_WinID WinGetClass, x_WinClass, ahk_id %NWD_WinID% PostMessage, 0x112,0x0F060,,,ahk_class %x_WinClass% Return I use this to minimize: MouseGetPos,,,NWD_WinID WinGetClas...

 Forum: Scripts   Topic: More AHK commands in the single liine

Posted: December 14th, 2006, 6:41 am 

Replies: 24
Views: 2551


Guys, this is not the way to argue professionally. Let's keep it on topic and not personal. As I see it, around 50% or people want to have this option and the other 50% don't. My take is, if half of the users of a program want something, it should be implemented. That's all I'm gonna say about this....

 Forum: Scripts   Topic: More AHK commands in the single liine

Posted: December 13th, 2006, 2:14 pm 

Replies: 24
Views: 2551


I don't know how people can be against having an option. It will not be compulsory, no one will put a gun to your head to write two commands on a single line. All we want is the option to do it if we want. How can someone justify being against it?

 Forum: Scripts   Topic: More AHK commands in the single liine

Posted: December 13th, 2006, 1:29 pm 

Replies: 24
Views: 2551


I'm all for putting multiple codes to the same line. It's ridiculous the way we're programming now: a:=10 b:=30 c:=40 d:=a+b-c e:=2*d etc.etc.... Even simple scripts take thousands of lines. It should have been: a:=10 // b:=30 // c:=40 // d:=a+b-c // e:=2*d See how easy that is? Top languages like c...

 Forum: Support   Topic: Multiple commands in a single line of code

Posted: December 13th, 2006, 1:23 pm 

Replies: 20
Views: 1384


Hey PhiLho,
I don't know why you get offended by this. We only want this to be optional. You can go on devoting a whole line to 5-6 letter codes as you wish. We just want to have the option to make our scripts more compact.

majkinetor,
Thanks. I'm off to the other thread to vote...

 Forum: Support   Topic: Multiple commands in a single line of code

Posted: December 12th, 2006, 4:13 pm 

Replies: 20
Views: 1384


Hi all, I've been using AutoHotkey since a year or so and I love it. Until now, I've always been able to find answers to my questions here by searching, but this time I'm stuck. I have a very long long long script that governs my mouse buttons. My Logitech MX1000 has 10 buttons and I have different ...
Sort by:  
Page 1 of 1 [ Search found 15 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group