Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hoppfrosch/AHK_Windy

Toolbox to operate on windows
https://github.com/hoppfrosch/AHK_Windy

ahk ahk-windy autohotkey gui

Last synced: 3 days ago
JSON representation

Toolbox to operate on windows

Awesome Lists containing this project

README

        

# AHK-Windy - Tools to operate on windows [![AutoHotkey](https://img.shields.io/badge/Language-AutoHotkey-yellowgreen.svg)](https://autohotkey.com/) ![](https://img.shields.io/badge/State-Stable-green.svg)

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**: [[email protected]](mailto:[email protected])

----------
**Issues**: [![Stories in Backlog](https://badge.waffle.io/hoppfrosch/AHK_Windy.svg?label=backlog&title=Backlog)](http://waffle.io/hoppfrosch/AHK_Windy) [![Stories in Ready](https://badge.waffle.io/hoppfrosch/AHK_Windy.svg?label=ready&title=Ready)](http://waffle.io/hoppfrosch/AHK_Windy) [![Stories in Progress](https://badge.waffle.io/hoppfrosch/AHK_Windy.svg?label=In%20Progress&title=In%20Progress)](http://waffle.io/hoppfrosch/AHK_Windy) [![Stories in Done](https://badge.waffle.io/hoppfrosch/AHK_Windy.svg?label=done&title=Done)](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)