mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Doc tweak
This commit is contained in:
@@ -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()`:
|
||||
|
||||
Reference in New Issue
Block a user