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.

[ConfigurationProperty(Scope = typeof(SettingsScope))]
public static Key DefaultKey { get; set; }

Property Value

Key

Remarks

This is a configuration property that affects all new PopoverMenu instances.