hoppfrosch / WindowPadX

Enhancements on original WindowPad (by Lexikos)
http://hoppfrosch.github.com/WindowPadX
224 stars 42 forks source link

Feature Request: 1/3 and 2/3 size #15

Open ambition-consulting opened 8 years ago

ambition-consulting commented 8 years ago

Similar to WinSplitRevolution, it would be nice to have multiple window pad strokes (e.g. win+Num4 first default behaviour, then 1/3 to the left, then 2/3 to the left). This would allow three windows on a monitor, or one main windows with 2/3 and one utility windows with 1/3 size.

yorkshirelandscape commented 7 years ago

Agreed. It would be nice if Win+Num5 would also cycle through multiple sizes before/instead of switching windows.

alapo commented 5 years ago

Perhaps it would be possible to implements parts of this script into WindowPad

alapo commented 5 years ago

I figured it out. Open up WindowPad.ini with Notepad++ and add the following lines of code <#!Numpad4 = WPM, -1, 0, 0.66, 1.0 <#!Numpad6 = WPM, +1, 0, 0.66, 1.0

This might not be exactly what you are looking for but its a step in the right direction