-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee2150f
commit 9151500
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
# WindowTool | ||
# WindowTool | ||
## Description | ||
WindowTool is a small utility that does just one thing. It helps the user move and resize program windows. There is an option to keep the window inside the current desktop. | ||
|
||
|
||
## Instructions | ||
* <kbd>CTRL</kbd> + <kbd>WIN</kbd> : Move the window under the cursor. | ||
* <kbd>CTRL</kbd> + <kbd>WIN</kbd> + <kbd>ALT</kbd> : Resize the windows under the cursor | ||
|
||
## Installation | ||
Download and run "WindowTool.exe". | ||
|
||
## Credits | ||
Uses code from: | ||
* [rvknth043: Global-Low-Level-Key-Board-And-Mouse-Hook](https://github.com/rvknth043/Global-Low-Level-Key-Board-And-Mouse-Hook) | ||
|
||
## License | ||
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) |