Skip to content

Enhanced Handling of Monitors, Multiple Monitors, .....

License

Notifications You must be signed in to change notification settings

AutoHotkey-V2/Wy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wy AutoHotkey2

Tools-library to enhance handling of Monitors, and more

This library uses AutoHotkey Version 2.

Usage

Include precompiled Wy.ahkfrom the lib folder into your project using standard AutoHotkey-include methods.

#include <Wy.ahk>
pt := new Wy.Pointy(10,15)
MsgBox(pt.toJSON())

For usage examples have a look at the files in the examples folder and the UnitTest-files in t subfolder

Contents

Main

  • Class Wy/ScreenSavy - allows modification of screensaver settings
  • Class Wy.Pointy - handling of 2-dimensional points with x- and y-coordinates
  • Class Wy.Recty - handling rectangle, consisting of two 2-dimensional points (upperLeft und lowerRight)
  • Class Colory - handling colors, adapted from Color class
  • Class Mony - handling a single monitor
  • Class MultiMony - handling multi-monitor environments

Helper

Development

  1. Provide git-submodule YUnit
git submodule init
git submodule update
  1. On sourcecode-modification write your own unittests within t subfolder and run the existing unittests to be sure everything is ok ...

About

Enhanced Handling of Monitors, Multiple Monitors, .....

Resources

License

Stars

Watchers

Forks

Packages

No packages published