From ed67edad415fd8435b955add52b61fbeb3114d0e Mon Sep 17 00:00:00 2001 From: Tig Date: Sun, 8 Dec 2024 18:30:03 -0800 Subject: [PATCH] Doc tweak --- docfx/docs/keyboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docfx/docs/keyboard.md b/docfx/docs/keyboard.md index 2a6abd76e..bd03900ce 100644 --- a/docfx/docs/keyboard.md +++ b/docfx/docs/keyboard.md @@ -40,7 +40,7 @@ The `Character Map` Scenario includes a View called `CharMap` that is a good exa The [Command](~/api/Terminal.Gui.Command.yml) enum lists generic operations that are implemented by views. For example `Command.Accept` in a `Button` results in the `Accepting` event firing while in `TableView` it is bound to `CellActivated`. Not all commands -are implemented by all views (e.g. you cannot scroll in a `Button`). Use the @Terminal.Gui.View.GetSupportedCommands() method to determine which commands are implemented by a `View`. +are implemented by all views (e.g. you cannot scroll in a `Button`). Use the @Terminal.Gui.View.GetSupportedCommands method to determine which commands are implemented by a `View`. The default key for activating a button is `Space`. You can change this using `KeyBindings.ReplaceKey()`: