| Author |
Message |
Topic: What do you do with AHK? |
aydc
Replies: 17
Views: 1645
|
Forum: General Chat Posted: Fri Nov 23, 2007 8:30 am Subject: What do you do with AHK? |
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 ... |
Topic: real expose clone |
aydc
Replies: 244
Views: 19177
|
Forum: Scripts & Functions Posted: Mon Mar 12, 2007 7:56 am Subject: real expose clone |
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 artifact ... |
Topic: real expose clone |
aydc
Replies: 244
Views: 19177
|
Forum: Scripts & Functions Posted: Wed Feb 28, 2007 11:40 am Subject: real expose clone |
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 ... |
Topic: Firefox: Saving the image under the mouse cursor |
aydc
Replies: 1
Views: 1952
|
Forum: Scripts & Functions Posted: Tue Jan 02, 2007 6:06 pm Subject: Firefox: Saving the image under the mouse cursor |
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 Po ... |
Topic: Selecting a tab with PostMessage |
aydc
Replies: 6
Views: 289
|
Forum: Ask for Help Posted: Tue Jan 02, 2007 5:55 pm Subject: Selecting a tab with PostMessage |
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 everythi ... |
Topic: Selecting a tab with PostMessage |
aydc
Replies: 6
Views: 289
|
Forum: Ask for Help Posted: Tue Jan 02, 2007 3:37 pm Subject: Selecting a tab with PostMessage |
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! |
Topic: Selecting a tab with PostMessage |
aydc
Replies: 6
Views: 289
|
Forum: Ask for Help Posted: Tue Jan 02, 2007 12:07 pm Subject: Selecting a tab with PostMessage |
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 ... |
Topic: Office 2007 beats Autohotkey |
aydc
Replies: 2
Views: 375
|
Forum: Ask for Help Posted: Sat Dec 30, 2006 12:25 am Subject: Office 2007 beats Autohotkey |
| OK I solved it. It was a problem with Logitech mouse drivers. |
Topic: Office 2007 beats Autohotkey |
aydc
Replies: 2
Views: 375
|
Forum: Ask for Help Posted: Sun Dec 24, 2006 6:11 pm Subject: Office 2007 beats Autohotkey |
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%
PostMess ... |
Topic: More AHK commands in the single liine |
aydc
Replies: 24
Views: 1576
|
Forum: Scripts & Functions Posted: Thu Dec 14, 2006 6:41 am Subject: More AHK commands in the single liine |
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 o ... |
Topic: More AHK commands in the single liine |
aydc
Replies: 24
Views: 1576
|
Forum: Scripts & Functions Posted: Wed Dec 13, 2006 2:14 pm Subject: More AHK commands in the single liine |
| 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 ... |
Topic: More AHK commands in the single liine |
aydc
Replies: 24
Views: 1576
|
Forum: Scripts & Functions Posted: Wed Dec 13, 2006 1:29 pm Subject: More AHK commands in the single liine |
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 li ... |
Topic: Multiple commands in a single line of code |
aydc
Replies: 20
Views: 639
|
Forum: Ask for Help Posted: Wed Dec 13, 2006 1:23 pm Subject: Multiple commands in a single line of code |
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 o ... |
Topic: Multiple commands in a single line of code |
aydc
Replies: 20
Views: 639
|
Forum: Ask for Help Posted: Tue Dec 12, 2006 4:13 pm Subject: Multiple commands in a single line of code |
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 lo ... |
| |