Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Program: https://autohotkey.com/download/ahk-install.exe
- -
- text to copy
- -
- ;Press F12 to hide or unhide desktop icons | # = WinKey | ! = Alt | ^ = Ctrl | & = seperate letters (i.e.) b&o
- F12::
- ControlGet, HWND, Hwnd,, SysListView321, ahk_class Progman
- If HWND =
- ControlGet, HWND, Hwnd,, SysListView321, ahk_class WorkerW
- If DllCall("IsWindowVisible", UInt, HWND)
- WinHide, ahk_id %HWND%
- Else
- WinShow, ahk_id %HWND%
- Return
Add Comment
Please, Sign In to add comment