AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 2 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Toggle Hidden Files
TheNewOne

Replies: 19
Views: 9395

PostForum: 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

PostForum: 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
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group