| Author |
Message |
Topic: Trying to toggle autohide taskbar with keystroke in vista |
Lewrex
Replies: 23
Views: 4535
|
Forum: Ask for Help Posted: Tue Jan 26, 2010 1:53 pm Subject: Trying to toggle autohide taskbar with keystroke in vista |
I've made it a bit more automated:
http://www.autohotkey.net/~Lewrex/ |
Topic: ReadReg not getting hex values |
Lewrex
Replies: 2
Views: 62
|
Forum: Ask for Help Posted: Sun Jan 17, 2010 2:30 am Subject: Thank you! |
I looked and looked at it!
I am blind or senile. Or both.
Thank you! |
Topic: ReadReg not getting hex values |
Lewrex
Replies: 2
Views: 62
|
Forum: Ask for Help Posted: Sun Jan 17, 2010 1:37 am Subject: ReadReg not getting hex values |
I am trying to read the value of this key:
RegRead, RegValue, HKEY_LOCAL_MACHINE, Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects2, Settings
MsgBox, Key: %RegValue%
|
Topic: Totally kill and then resurrect taskbar |
Lewrex
Replies: 2
Views: 119
|
Forum: Ask for Help Posted: Tue Jan 12, 2010 1:19 pm Subject: Totally kill and then resurrect taskbar |
I have been trying to make a script to totally kill and then easily resurrect the taskbar. The mechanism I'm using hides it and switches autohide on and off.
Te method is from people on this thread ... |
Topic: Taskbahide - (Finally!) Does one thing well |
Lewrex
Replies: 5
Views: 877
|
Forum: Utilities & Resources Posted: Fri Jan 01, 2010 11:07 pm Subject: Taskbahide - (Finally!) Does one thing well |
I've made a little ahk app to do this too. It toggles the taskbar with a hot corner.
For the moment it's here:
http://rocketdock.com/addon/docklets/26821 |
Topic: Hot Corners |
Lewrex
Replies: 13
Views: 9766
|
Forum: Scripts & Functions Posted: Mon Dec 28, 2009 10:30 pm Subject: Hot Corners |
Do you mean an option to make any corner trigger the hider (or all if you want)?
My latest update to it has that. I've replaced the file on the RocketDock link. |
Topic: Trying to toggle autohide taskbar with keystroke in vista |
Lewrex
Replies: 23
Views: 4535
|
Forum: Ask for Help Posted: Mon Dec 28, 2009 3:28 pm Subject: Trying to toggle autohide taskbar with keystroke in vista |
a_h_k,
I don't think your tool works in Win7. I downloaded it, but in Win 7 it didn't seem to do as you describe.
I have Vista on another machine, but haven't tried it on that one yet.
I've b ... |
Topic: Trying to toggle autohide taskbar with keystroke in vista |
Lewrex
Replies: 23
Views: 4535
|
Forum: Ask for Help Posted: Sat Dec 26, 2009 3:10 am Subject: Trying to toggle autohide taskbar with keystroke in vista |
If you put the WinShow first when unhiding, the taskbar glides back into place instead of snapping in:
See this section:
{
If x=0
{
WinShow ahk_class Shell_TrayWnd
NumPut( ( AB ... |
Topic: Hot Corners |
Lewrex
Replies: 13
Views: 9766
|
Forum: Scripts & Functions Posted: Sat Dec 26, 2009 2:04 am Subject: Hot Corners in use |
This tool is great. I've combined it with a taskbar toggler and given credit to Hotfoot here:
http://rocketdock.com/addon/docklets/26821
Thanks for the code. It works very well. |
Topic: Trying to toggle autohide taskbar with keystroke in vista |
Lewrex
Replies: 23
Views: 4535
|
Forum: Ask for Help Posted: Thu Dec 24, 2009 2:29 pm Subject: Trying to toggle autohide taskbar with keystroke in vista |
a_h_k,
The similar solution is this one .
I simply adapted the code you guys have developed to make it dock savvy.
I've given you credit as you will see if you follow a_h_k's link.
I've ... |
| |