Table of Contents

Property DefaultKey

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

DefaultKey

Gets or sets the default key for activating popover menus. The default value is F10 with Shift.

public static Key DefaultKey { get; set; }

Property Value

Key

Remarks

This is a configuration property that affects all new PopoverMenu instances. Setting it overrides the configured value; the override survives theme switches and configuration re-application (Current is wholesale-replaced on each apply, so a value written there would silently revert).