| Author |
Message |
Topic: Crazy Scripting : Cursor Navigator 1.05 [ by Andreone ] |
atery
Replies: 25
Views: 4832
|
Forum: Scripts & Functions Posted: Wed Apr 12, 2006 8:22 am Subject: Crazy Scripting : Cursor Navigator 1.05 [ by Andreone ] |
Dear Goyyah:
Thanks for the update. But I found something else is not working well. I set the right side waiting time to be 1024 (just want to let it longer), then the weird thing happened. If I pu ... |
Topic: About the "always on top" function... |
atery
Replies: 9
Views: 509
|
Forum: Ask for Help Posted: Sun Apr 09, 2006 7:34 pm Subject: About the "always on top" function... |
| Goyyah: thanks, I'll try that. |
Topic: About the "always on top" function... |
atery
Replies: 9
Views: 509
|
Forum: Ask for Help Posted: Sun Apr 09, 2006 6:42 pm Subject: About the "always on top" function... |
I am using ClocX !!!
I never had such a kind of problem with it!
Regards,
Oh my, but this did happen to my computer. I've tried a lot of this kind of software, they all got this problem in ... |
Topic: About the "always on top" function... |
atery
Replies: 9
Views: 509
|
Forum: Ask for Help Posted: Sun Apr 09, 2006 6:26 pm Subject: About the "always on top" function... |
Well... it is a Chinese edition shareware, I don't know if you want to have a try .
But I also tried another english freeware: clocX. Here is the link: http://www.clocx.tk/. When I used it, the ... |
Topic: About the "always on top" function... |
atery
Replies: 9
Views: 509
|
Forum: Ask for Help Posted: Sun Apr 09, 2006 5:51 pm Subject: About the "always on top" function... |
Dear Goyyah
I am afraid there is still some problem. I just opened a CHM help file, then the clock became not on top. After I closed the help file, the clock still stays bottom. Then If I Win+D to ... |
Topic: About the "always on top" function... |
atery
Replies: 9
Views: 509
|
Forum: Ask for Help Posted: Sun Apr 09, 2006 4:37 pm Subject: About the "always on top" function... |
Thanks, Goyyah
I did find the ahk_class of that clock, and so far, it stays on top very stable. Thanks!  |
Topic: About the "always on top" function... |
atery
Replies: 9
Views: 509
|
Forum: Ask for Help Posted: Sun Apr 09, 2006 11:59 am Subject: About the "always on top" function... |
This question might be sort of off topic, but I think people here must be able to handle it
I am using some software which can show a clock in my desktop. It has a function of always on top, so ... |
Topic: 10 buttons of mouse remapping |
atery
Replies: 7
Views: 564
|
Forum: Ask for Help Posted: Wed Apr 05, 2006 3:34 pm Subject: 10 buttons of mouse remapping |
I am using a Logitech trackball that has 8 buttons. The driver software Mouseware can assign any button to a key, or key combinations. Maybe do this way:
mouse button -->(mouseware) --> key c ... |
Topic: IBM Thinkpad Fn-Key |
atery
Replies: 7
Views: 5233
|
Forum: Ask for Help Posted: Wed Apr 05, 2006 7:08 am Subject: IBM Thinkpad Fn-Key |
Maybe OT, but I am using a small software called remap something to assign my right Alt to win key, and I have been using this for years, quite comfortable with this.
I know what you mean by Fn key ... |
Topic: System Tray |
atery
Replies: 6
Views: 2795
|
Forum: Scripts & Functions Posted: Mon Apr 03, 2006 9:22 pm Subject: System Tray |
I am using MSN messenger 8.0+MSNSHELL. Although the MSNSHELL has a hotkey to open MSN messenger, yours works cooler~
Good work! |
Topic: Can AHK open those windows minimized in sys-tray? |
atery
Replies: 14
Views: 2216
|
Forum: Ask for Help Posted: Mon Apr 03, 2006 3:00 pm Subject: Can AHK open those windows minimized in sys-tray? |
| This one works for me too. Thanks! |
Topic: Can AHK open those windows minimized in sys-tray? |
atery
Replies: 14
Views: 2216
|
Forum: Ask for Help Posted: Mon Apr 03, 2006 2:11 pm Subject: Can AHK open those windows minimized in sys-tray? |
Diamond, thanks very much, this works!
One more thing, have you set anything to hide the window again, with the say hotkey we activated it? I.E. press hotkey, the window we want activate, press ag ... |
Topic: Can AHK open those windows minimized in sys-tray? |
atery
Replies: 14
Views: 2216
|
Forum: Ask for Help Posted: Mon Apr 03, 2006 12:17 pm Subject: Can AHK open those windows minimized in sys-tray? |
Here's one which has worked with most programs for me.
^+a::
Process, Exist, program.exe
WinShow, WinTitle ahk_pid %ErrorLevel%
WinActivate, WinTitle ahk_pid %ErrorLevel%
Return
You can use ... |
Topic: Can AHK open those windows minimized in sys-tray? |
atery
Replies: 14
Views: 2216
|
Forum: Ask for Help Posted: Mon Apr 03, 2006 11:47 am Subject: Can AHK open those windows minimized in sys-tray? |
Thanks, Chris and Diamond.
It's embarrasing... I am quite new to AHK codes, but I am glad there is a way to do this, as I expected. I'll try to play around your tricks. Maybe will come back to ask ... |
Topic: Can AHK open those windows minimized in sys-tray? |
atery
Replies: 14
Views: 2216
|
Forum: Ask for Help Posted: Thu Mar 30, 2006 5:16 pm Subject: Can AHK open those windows minimized in sys-tray? |
| Hi, I am a new to AHK and this forum. I have already search the forum, and a post about "Min2Tray" http://www.autohotkey.com/forum/viewtopic.php?t=4418system+tray comes up sim ... |
| |