 |
AutoHotkey Community Let's help each other out
|
| Author |
Message |
Topic: Toggle Hidden Files |
TheNewOne
Replies: 19
Views: 9395
|
Forum: Scripts & Functions Posted: Sun Dec 25, 2005 1:26 am Subject: Toggle Hidden Files |
this works for me, if Explorer is open:
^!h::
RegRead, ValorHidden, HKEY_CURRENT_USER, Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced, Hidden
if ValorHidden = 2
... |
Topic: Volume in tray |
TheNewOne
Replies: 13
Views: 3019
|
Forum: Scripts & Functions Posted: Wed Dec 21, 2005 10:12 pm Subject: very nice |
I like the script very much, but I changed the icons to:
WheelDown::
CoordMode, mouse, screen
MouseGetPos, x, y
SysGet, sy, 1
if (y>sy-30)
... |
| |
| Page 1 of 1 |
All times are GMT |
Powered by phpBB © 2001, 2005 phpBB Group
|