From ecf4cf4e8838176c8067d8ea456ae1d33d41910b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 23 Oct 2020 01:44:02 +0200 Subject: first commit --- index.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..7c5c4e4 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +

This is my personal all-purpose AutoHotKey script. I try to keep everything in a single script, as I don't want too many tray icons. The script is organized in the following way:

For example, tt.windows.ahk contains various hotkeys and functions for window management. Some files, like tt.doubleclick.ahk, only contain functions, which are referenced in other files. In general, I've tried to organize the code in such a way that each file speaks for itself. Some files are documented well, others less so.

All pieces are tangled together using tt, my personal literate programming tool.

\ No newline at end of file -- cgit v1.2.3