Releases: rxappdev/MouseTiler
v3.0.2
v3.0.1
- Added setting to configure which keyboard shortcuts are displayed in the hints.
- Added setting to configure keyboard shortcut text that is displayed for each shortcut (so it can match System Setting in case the shortcut is modified).
- Updated many hints to improve information displayed in them.
v3.0.0
-
Added new operation mode, Center In Tile.
When enabled, the currently moved window will be centered in the tile without changing size.
To center in tile, use the shortcut: Meta+Ctrl+C or change the default settings. -
Added support for absolute pixel values in Overlay Tiler.
-
Added support for anchor point using the format: [X,Y,Width,Height,AnchorX,AnchorY]
Example:
- 50,50,320px,240px,CENTER,CENTER - places a 320x240 pixels large tile in the middle of the screen
- 100,100,50,25,RIGHT,100 - places a 50% wide, 25% high tile in the lower right corner of the screen
Valid values for AnchorX: 0-100, LEFT, CENTER, RIGHT
Valid values for AnchorY: 0-100, TOP, CENTER, BOTTOM -
It is now possible to show position and size hint for regular tiles in Popup Grid mode.
v2.0.0
Added setting to configure the all layouts column count.
Reworked Popup Grid - All Layouts to include a lot of new layouts (can be used to copy to the default layout). Also includes the below special layouts.
Added several special layouts:
- SPECIAL_MAXIMIZE - same as clicking "⌞⌝ Maximize" in the titlebar - useful when using windows without titlebar
- SPECIAL_MINIMIZE - same as clicking "🗕 Minimize" in the titlebar - useful when using windows without titlebar
- SPECIAL_FULLSCREEN - sets window to "🗖 Fullscreen", use Alt+F3 to exit (if there is no other way to exit fullscreen)
- SPECIAL_KEEP_ABOVE - toggles the "▲ Keep Above" others
- SPECIAL_KEEP_BELOW - toggles the "▼ Keep Below" others
- SPECIAL_NO_TITLEBAR_AND_FRAME - toggles the "⊘ No Titlebar and Frame"
- SPECIAL_CLOSE - same as clicking "🗙 Close" in the titlebar - useful when using windows without titlebar
- SPECIAL_EMPTY - can be used when using tiles that span multiple layouts (will be improved in future)
v1.2.1
Add support for Stylus/Touchpad (by using Window top-center as pointer).
Added setting to change default input type (Mouse or Window).
It is now possible to toggle between mouse pointer and window pointer with Ctrl+Alt+I.
When window pointer is used, top-center of the window has a small indicator and it is used by the mouse tiles as the current position.
beta_releases
Current betas:
v2.1.0 beta 3:
-
Added new operation mode, Center In Tile.
When enabled, the currently moved window will be centered in the tile without changing size.
To center in tile, use the shortcut: Meta+Ctrl+C or change the default settings. -
Added support for absolute pixel values in Overlay Tiler.
-
Added support for anchor point using the format: [X,Y,Width,Height,AnchorX,AnchorY]
Example:
- 50,50,320px,240px,CENTER,CENTER - places a 320x240 pixels large tile in the middle of the screen
- 100,100,50,25,RIGHT,100 - places a 50% wide, 25% high tile in the lower right corner of the screen
Valid values for AnchorX: 0-100, LEFT, CENTER, RIGHT
Valid values for AnchorY: 0-100, TOP, CENTER, BOTTOM -
It is now possible to show position and size hint for regular tiles in Popup Grid mode.
v1.2.0
Added possibility to use absolute pixel values in the Popup Tiler configuration.
This is not recommended, but can be used by advanced users who want to use absolute positions.
Simply use [value]px to use pixel positions/sizes. Can be mixed with relative percentage values.
Example: 20,50px,200px,200px - A 200 by 200 pixel large tile placed 20% from left and 50 pixels from top.
v1.1.1
v1.1.0
Added "Visibility" settings in the "General" tab:
- Added option to only show Popup Grid when mouse is near the tiler.
- Replaced "Start Hidden" with "Hidden until toggled on by shortcut" option.
- Replaced "Auto-hide" with "Only visible if window is dragged right away" option.
Existing users need to manually change the setting if they previously used "Start Hidden" or "Auto-hide" (sorry for inconvenience).
Added setting to customize visibility of the moved window.