Table of Contents

Property Keyboard

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

Keyboard

Handles keyboard input and key bindings at the Application level.

[Obsolete("The legacy static Application object is going away.")]
public static IKeyboard Keyboard { get; set; }

Property Value

IKeyboard

Remarks

Provides access to keyboard state, key bindings, and keyboard event handling. Set during Init(string?).