From 1d3ad49b733db8d00ce157d285c00021069fe303 Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Sun, 3 Mar 2019 18:51:20 -0500 Subject: [PATCH] Updated Keyboard focus (markdown) --- Keyboard-focus.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Keyboard-focus.md b/Keyboard-focus.md index 2095a43..f377ea9 100644 --- a/Keyboard-focus.md +++ b/Keyboard-focus.md @@ -1,3 +1,5 @@ +[![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. Note that widgets can also register for global keyboard events, see the [[Widget API|widget-api]] for more details. \ No newline at end of file