Class ShortcutHelper | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Represents a helper to manipulate shortcut keys used on views.
public class ShortcutHelper
Inheritance
ShortcutHelper
Inherited Members
object.ReferenceEquals(object, object)
Properties
This is the global setting that can be used as a global shortcut to invoke the action on the view.
The action to run if the Shortcut is defined.
The keystroke combination used in the Shortcut as string.
Methods
CheckKeysFlagRange(Key, Key, Key)
Lookup for a Key on range of keys.
FindAndOpenByShortcut(KeyEvent, View)
Allows a view to run a ShortcutAction if defined.
Return key as string.
Gets the key with all the keys modifiers, especially the shift key that sometimes have to be injected later.
GetShortcutFromTag(ustring, ustring)
Allows to retrieve a Key from a ShortcutTag
Get the Shortcut key as string.
Used at key up validation.
Used at key down or key press validation.