Table of Contents

Class ShortcutHelper

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Represents a helper to manipulate shortcut keys used on views.

public class ShortcutHelper
Inheritance
ShortcutHelper
Inherited Members

Properties

Shortcut

This is the global setting that can be used as a global shortcut to invoke the action on the view.

ShortcutTag

The keystroke combination used in the Shortcut as string.

Methods

CheckKeysFlagRange(KeyCode, KeyCode, KeyCode)

Lookup for a KeyCode on range of keys.

GetShortcutFromTag(string, Rune)

Allows to retrieve a KeyCode from a ShortcutTag

PostShortcutValidation(KeyCode)

Used at key up validation.

PreShortcutValidation(KeyCode)

Used at key down or key press validation.