https://github.com/hoppfrosch/ahk_windy
Toolbox to operate on windows
https://github.com/hoppfrosch/ahk_windy
ahk ahk-windy autohotkey gui
Last synced: 5 months ago
JSON representation
Toolbox to operate on windows
- Host: GitHub
- URL: https://github.com/hoppfrosch/ahk_windy
- Owner: hoppfrosch
- License: other
- Created: 2014-10-27T12:06:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T13:05:54.000Z (about 9 years ago)
- Last Synced: 2025-04-24T01:41:24.199Z (about 1 year ago)
- Topics: ahk, ahk-windy, autohotkey, gui
- Language: AutoHotkey
- Homepage: http://hoppfrosch.github.io/AHK_Windy
- Size: 922 KB
- Stars: 25
- Watchers: 5
- Forks: 8
- Open Issues: 19
-
Metadata Files:
- Readme: Readme.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# AHK-Windy - Tools to operate on windows [](https://autohotkey.com/) 
Functionality for easier work with mouse and windows on desktop. Multi-Monitor support is also provided ...
Documentation is available on [gh_pages](http://hoppfrosch.github.io/AHK_Windy)
**Author**: [hoppfrosch@gmx.de](mailto:hoppfrosch@gmx.de)
----------
**Issues**: [](http://waffle.io/hoppfrosch/AHK_Windy) [](http://waffle.io/hoppfrosch/AHK_Windy) [](http://waffle.io/hoppfrosch/AHK_Windy) [](http://waffle.io/hoppfrosch/AHK_Windy)
----------
## Credits
- [Chris](http://www.autohotkey.com/board/user/2-chris/)
- [AutoHotkey 1.0](http://www.autohotkey.com/)
- [Lexikos](http://www.autohotkey.com/board/user/2446-lexikos/)
- for taking up the development on [AutoHotkey](http://l.autohotkey.net/) (aka. AHK_L)
- [WindowPad](http://http://www.autohotkey.com/board/topic/19990-windowpad-window-moving-tool) as **main inspiration**
### Ideas/Implementations as Input
- [Bkid](http://ahkscript.org/boards/memberlist.php?mode=viewprofile&u=55)
- [Identify monitor numbers with IDMonitors()](http://http://ahkscript.org/boards/viewtopic.php?f=6&t=3761&p=19836)
- [joedf](http://ahkscript.org/boards/memberlist.php?mode=viewprofile&u=55)
- [Smart WinFade](http://ahkscript.org/boards/viewtopic.php?f=6&t=512)
- [just me](https://github.com/AHK-just-me)
- [GUI Constants](https://github.com/AHK-just-me/AHK_Gui_Constants)
- Function [API_GetWindowInfo()](http://www.autohotkey.com/board/topic/69254-func-api-getwindowinfo-ahk-l/)
- [MDMF - Multiple Display Monitor Functions](http://ahkscript.org/boards/viewtopic.php?f=6&t=4606)
- [majkinetor](http://www.autohotkey.com/board/user/1763-majkinetor/)
- [Forms-Framework](https://github.com/maul-esel/FormsFramework)
- [ManaUser](http://www.autohotkey.com/board/user/3558-manauser/)
- Function `__isWindow(`) - taken from [AppsKeys](http://www.autohotkey.com/board/topic/25393-appskeys-a-suite-of-simple-utility-hotkeys/)
- [maul-esel](https://github.com/maul-esel)
- porting [Forms Framework](https://github.com/maul-esel/FormsFramework) to AHK_L
- [MasterFocus](https://github.com/MasterFocus)
- Function [RandomBezier](https://github.com/MasterFocus/AutoHotkey/tree/master/Functions/RandomBezier) - moving mouse on a random path (bezier curve)
- [Uberi](http://www.autohotkey.com/board/user/12435-uberi/)
- [Yunit-Framework](https://github.com/Uberi/Yunit)
- **and to everyone I might have forgotten**
### Bugfixes
- [WinSet, Transparent fails on AHK GUI -caption ](http://www.autohotkey.com/board/topic/67874-winset-transparent-fails-on-ahk-gui-caption/)
### More Inspiration taken from ###
- [WindowPad](http://http://www.autohotkey.com/board/topic/19990-windowpad-window-moving-tool)/[WindowPadX](https://github.com/hoppfrosch/WindowPadX) - free - based on AutoHotkey as well
- [WindowMenuPlus](http://www.moo0.com/?top=http://www.moo0.com/software/WindowMenuPlus/) - Free (Non-Commercial Use Only)
- [WindowSpace](http://www.ntwind.com/software/windowspace.html) - commercial
- [Winsplit-Revolution](http://winsplit-revolution.com/) - Freeware
### Used libraries
- [Coco](https://gist.github.com/cocobelgica)
- [SerDes](https://github.com/cocobelgica/AutoHotkey-SerDes)-Function (Serialize / de-serialize an AutoHotkey object structure)
- [Uberi](http://www.autohotkey.com/board/user/12435-uberi/)
- [Yunit-Framework](https://github.com/Uberi/Yunit)
- **and to everyone I might have forgotten**
### History
This project was split of [AHK_EDE](https://github.com/hoppfrosch/AHK_EDE/).
ChangeLog is available [here](https://github.com/hoppfrosch/AHK_Windy/blob/master/ChangeLog.md)