/AHK_HiddenGems

Collection of AutoHotkey snippets found buried in the net

Primary LanguageAutoHotkey

#AHK-HiddenGems AutoHotkey

This is a collection of AHK-snippets/-libraries/-functions/-scripts I found on the net which I found useful.

More documentation on the single items can be found here.

Libraries

  • Filesystem
    • glob - iterates the given path pattern, returning a list of matched directory
  • Misc
    • GUID / UUID - calculates Globally Unique IDentifier (GUID) & Universally Unique IDentifier (UUID)
  • System
    • GetBinaryType - Determines whether a file is an executable (.exe) file, and if so, which subsystem runs the executable file.

Scripts

Concepts and HowTo

  • Window Management
    • EasyGlide - Make the middle mouse button drag any window, in any internal point. Additionally, if you let go while dragging, the window will "glide" for short distance, and even bounce off the edges of the screen.
    • ThrowWindow - Throw any window by dragging it with the middle mousebutton and releaseing it. The window will float around the monitor bouncing of the screen edges.
  • Window Styles

Compiled by: hoppfrosch@gmx.de