https://github.com/daijro/ahk-stuff
my autohotkey scripts
https://github.com/daijro/ahk-stuff
autohotkey autohotkey-scripts
Last synced: 3 months ago
JSON representation
my autohotkey scripts
- Host: GitHub
- URL: https://github.com/daijro/ahk-stuff
- Owner: daijro
- Created: 2021-03-20T09:51:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-21T21:37:11.000Z (almost 5 years ago)
- Last Synced: 2025-12-13T20:42:53.099Z (6 months ago)
- Topics: autohotkey, autohotkey-scripts
- Language: AutoHotkey
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ahk-stuff
Random scripts I wrote in autohotkey
---
- [TransparentWindows](https://github.com/daijro/ahk-stuff/tree/main/TransparentWindows)
Alt + Scroll Down = make window under cursor more transparent
Alt + Scroll Up = make window under cursor less transparent
Alt + Q = reset transparency of window under cursor
- [TransparentWindowDragging](https://github.com/daijro/ahk-stuff/tree/main/TransparentWindowDragging)
Makes windows 15% less transparent when dragging
- [ColorNameTooltip](https://github.com/daijro/ahk-stuff/tree/main/ColorNameTooltip)
Displays the color name of the pixel under the cursor in a tooltip (requires JSON.ahk)