Skip to content

Latest commit

 

History

History
114 lines (71 loc) · 6.87 KB

Historical.md

File metadata and controls

114 lines (71 loc) · 6.87 KB

Historical Awesome AutoHotkey

This is a sibling list of awesome-AutoHotkey. This list contains awesome-Autohotkey library distributions, scripts, tools and resources which are no longer up-to-date, discontinued but nonetheless historically valuable.




Libraries

List of historical AutoHotkey libraries. Library is code that has some reusable functionality that can be combined with your own code in order to create new functionality.

Console

  • CMDret - A Dll file designed for retrieving output from console based applications and saving the output in a variable and/or redirecting to a control without displaying the console window or creating/using temporary files. Forum link

Lists

  • AHKArray - AHKArray provides a way to store multiple variables, as one. It eliminates the necessity for using global variable arrays. Forum link
  • SimpleArray - single variable list/array editing function library focused on speed and simplicity. Forum link

Maths

  • Eval - by fincs - Evaluate AutoHotkey expressions and mathematical statements dynamically. Forum link

Networking

Text manipulation

  • TXT - Library for Text file manipulation - predecessor of TF

Library Distributions

List of historical AutoHotkey library distributions. Library Distribution is a system that is made for distributing libraries.

  • ahklib - Uberi and infogulch's AutoHotkey library.
  • ahkstdlib - Ahk Standard Library Collection by Tuncay. Forum thread: link.
  • Salt - Standard AutoHotkey Library Transfer.

Scripts

List of historical AutoHotkey scripts. Script is code that is intended to be used as standalone programs, and is not meant to be integrated with other code.

Editors

  • vic - by normand - A free text editor based on HiEdit control - Forum thread: link - AHK 1.0.48, 32bit

Typing

  • Catena - by normand - Gui interface for AutoHotkey hotstrings

Window Management

  • NiftyWindows - control of all basic window interactions such as dragging, resizing, maximizing, minimizing, closing, snap-to-grid, "keep window aspect ratio", rolling up a window to its title bar, transparency control.
  • WindowSaver - Save and restore window layouts in Windows10 with support for virtual desktops and changing monitor setups. WindowSaver is an enhancement of DockWin v0.3 by Paul Troiano

Tools

List of historical AutoHotkey tools. Tools made for Autohotkey

GUI WYSIWYG Builders

  • Lilbuilder - advanced and feature rich GUI form creation tool. It supports custom controls and saving/loading projects. It can also make copy of windows from your existing GUI scripts to help you convert them to builder project files. Forum link

Others

  • Auto-Syntax-Tidy - Takes a AHK script and changes the indentation and case of commands according to syntax. Forum link
  • Isense54 - command completion and parameter tracking script (intellisense). Forum link

(Use in) other programming languages

Tutorials

List of historical AutoHotkey tutorials.

Resources

List of historical AutoHotkey resources. Various websites, documentation, guides, videos and articles related to AutoHotkey.

Documentation

License

Creative Commons License

This work is licensed under a Creative Commons Attribution 4.0 International License.