Code cleanup. Docs

This commit is contained in:
Tig
2024-08-29 14:09:13 -04:00
parent f0508b9831
commit a03a8cbc10
3 changed files with 5 additions and 4 deletions

View File

@@ -255,7 +255,7 @@ See also [Keyboard](keyboard.md) where HotKey is covered more deeply...
### How to Fix (Focus API)
* Use [Application.Navigation.GetFocused()](~/api/Terminal.Gui.Application.Navigation.GetFocused.yml) to get the most focused view in the application.
* ..
* Use [Application.Navigation.AdvanceFocus()](~/api/Terminal.Gui.Application.Navigation.AdvanceFocus.yml) to cause focus to change.
### Keyboard Navigation