From 323491e7cd88ba54f4194ace8fceab61402f776f Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Mon, 7 Dec 2020 01:00:56 -0500 Subject: [PATCH] Updated Keyboard focus (markdown) --- Keyboard-focus.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Keyboard-focus.md b/Keyboard-focus.md index 5ee7f53..91ee0d7 100644 --- a/Keyboard-focus.md +++ b/Keyboard-focus.md @@ -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):