docs/userguide: Update description of focus wrapping
Focus wrapping applies to all kinds of containers, not just tabbed/stacked ones.
This commit is contained in:
parent
919e66399b
commit
536f60e230
|
@ -1039,11 +1039,12 @@ popup_during_fullscreen smart
|
||||||
|
|
||||||
=== Focus wrapping
|
=== Focus wrapping
|
||||||
|
|
||||||
When being in a tabbed or stacked container, the first container will be
|
When in a container with several windows or child containers, the opposite
|
||||||
focused when you use +focus down+ on the last container -- the focus wraps. If
|
window will be focused when trying to move the focus over the edge of a
|
||||||
however there is another stacked/tabbed container in that direction, focus will
|
container (and there are no other containers in that direction) -- the focus
|
||||||
be set on that container. This is the default behavior so you can navigate to
|
wraps. If however there is another window or container in that direction, focus
|
||||||
all your windows without having to use +focus parent+.
|
will be set on that window or container. This is the default behavior so you
|
||||||
|
can navigate to all your windows without having to use +focus parent+.
|
||||||
|
|
||||||
If you want the focus to *always* wrap and you are aware of using +focus
|
If you want the focus to *always* wrap and you are aware of using +focus
|
||||||
parent+ to switch to different containers, you can use the
|
parent+ to switch to different containers, you can use the
|
||||||
|
|
Loading…
Reference in New Issue