From 6a1aeb56db919fd052ec2c14deb8f0b878f32b7d Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Tue, 24 Nov 2020 19:29:25 -0500 Subject: [PATCH] Updated Keyboard focus (markdown) --- Keyboard-focus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Keyboard-focus.md b/Keyboard-focus.md index a005592..e9927b0 100644 --- a/Keyboard-focus.md +++ b/Keyboard-focus.md @@ -1,6 +1,6 @@ [![Doc Status](https://godoc.org/github.com/mum4k/termdash/container?status.png)](https://godoc.org/github.com/mum4k/termdash/container) -Containers track keyboard focus. By default, any keyboard events are only delivered to widget in the focused container. The user changes the focused container by clicking on any area within the container. If the focused container has a border, its color will change according to the value of the [container.FocusedColor](https://godoc.org/github.com/mum4k/termdash/container#FocusedColor) option. +Containers track keyboard focus. By default, any keyboard events are only delivered to the widget in the focused container. The user changes the focused container by clicking on any area within the container. If the focused container has a border, its color will change according to the value of the [container.FocusedColor](https://godoc.org/github.com/mum4k/termdash/container#FocusedColor) option. Note that widgets can also register for global keyboard events, see the [[Widget API|widget-api]] for more details.