Property HotKeySpecifier
HotKeySpecifier
Gets or sets the specifier character for the hot key (e.g. '_'). Set to '\xffff' to disable automatic hot key setting support for this View instance. The default is '\xffff'.
public override Rune HotKeySpecifier { get; set; }
Property Value
Remarks
Unlike Label, Markdown derives HotKey
from Terminal.Gui.Text (the raw markdown) rather than Title,
because Terminal.Gui.Text does not flow through Title.