What does "Fill" do? #261
-
|
I can't figure out the difference between fill left and left half. They do the same when I test it. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
Fill left/right will take other visible windows into account, if there is sufficient space available next to other windows. If there is no other window visible or if there is insufficient space, then fill left/right will execute left/right half. Repeat fill commands to cycle through all of the potential sizes. |
Beta Was this translation helpful? Give feedback.
-
|
I still don't understand how this works. here is a video: |
Beta Was this translation helpful? Give feedback.
-
|
Even when there is load of space, it still executes right half Screen.Recording.2023-04-19.at.15.57.31.mov |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the screen recordings. I think the misunderstanding here is that fill right is for filling any area remaining to the right of a window, not below a window. I can see where this would be confusing. The use-case that fill left/right is solving is more about having two windows taking up the left and right halves but not being exactly 1/2 the screen. Try moving a window anywhere to the left side of the screen, and then doing a fill right on another window and perhaps it will help communicate what these currently do. |
Beta Was this translation helpful? Give feedback.
Fill left/right will take other visible windows into account, if there is sufficient space available next to other windows. If there is no other window visible or if there is insufficient space, then fill left/right will execute left/right half.
Repeat fill commands to cycle through all of the potential sizes.