-zaid

Untitled

Jul 16th, 2021 (edited)
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Program: https://autohotkey.com/download/ahk-install.exe
  2. -
  3. text to copy
  4. -
  5. ;Press F12 to hide or unhide desktop icons | # = WinKey | ! = Alt | ^ = Ctrl | & = seperate letters (i.e.) b&o
  6. F12::
  7. ControlGet, HWND, Hwnd,, SysListView321, ahk_class Progman
  8. If HWND =
  9. ControlGet, HWND, Hwnd,, SysListView321, ahk_class WorkerW
  10. If DllCall("IsWindowVisible", UInt, HWND)
  11. WinHide, ahk_id %HWND%
  12. Else
  13. WinShow, ahk_id %HWND%
  14. Return
Add Comment
Please, Sign In to add comment