1
0
mirror of https://github.com/mum4k/termdash.git synced 2025-04-25 13:48:50 +08:00

Updated Keyboard focus (markdown)

Jakub Sobon 2020-12-07 01:00:56 -05:00
parent bb7e3ca7f0
commit 323491e7cd

@ -46,9 +46,9 @@ A widget that subscribed with **KeyScopeGlobal** always get's the key press even
In addition to the **container.KeyFocusNext** and **container.KeyFocusPrevious** options that allow moving keyboard focus through all leaf containers, the user can also assign containers into separate focus groups.
#### [container.KeyFocusGroup](https://godoc.org/github.com/mum4k/termdash/container#KeyFocusGroup):
#### [container.KeyFocusGroups](https://godoc.org/github.com/mum4k/termdash/container#KeyFocusGroups):
The **container.KeyFocusGroup** assigns a container into a focus group identified by a number.
The **container.KeyFocusGroups** assigns a container into focus groups each identified by a number.
#### [container.KeyFocusGroupNext](https://godoc.org/github.com/mum4k/termdash/container#KeyFocusGroupNext):