Added manual editing of size and position of the widow. Added centering the window by middle mouse button. Updated project from Visual Studio 2017 to 2019.
13 lines
612 B
Markdown
13 lines
612 B
Markdown
# wCenterWindow
|
|
This program centers the current active window by a ```LCTRL + LWIN + C``` hotkey,
|
|
or pressing ```LCTRL + LWIN + MMB``` (Middle Mouse Button).
|
|
|
|
```LCTRL + LWIN + V``` - manual editing of size and position of the window.
|
|
|
|
You can use ```LCTRL + LWIN + I``` hotkey for hide/show trayicon.
|
|
You can also use commandline option ```/hide``` for hide trayicon at startup.
|
|
|
|
```Use workarea``` option means that the window is centered without a taskbar, otherwise, the full resolution of the monitor will be used.
|
|
|
|
If some windows does not centers you should run wCenterWindow with administrative rights.
|