Search Results for

    Show / Hide Table of Contents

    Class KeyModifiers

    Identifies the state of the "shift"-keys within a event.
    Inheritance
    object
    KeyModifiers
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Terminal.Gui
    Assembly: Terminal.Gui.dll
    Syntax
    public class KeyModifiers

    Fields

    | Edit this page View Source

    Alt

    Check if the Alt key was pressed or not.
    Declaration
    public bool Alt
    Field Value
    Type Description
    bool
    | Edit this page View Source

    Capslock

    Check if the Caps lock key was pressed or not.
    Declaration
    public bool Capslock
    Field Value
    Type Description
    bool
    | Edit this page View Source

    Ctrl

    Check if the Ctrl key was pressed or not.
    Declaration
    public bool Ctrl
    Field Value
    Type Description
    bool
    | Edit this page View Source

    Numlock

    Check if the Num lock key was pressed or not.
    Declaration
    public bool Numlock
    Field Value
    Type Description
    bool
    | Edit this page View Source

    Scrolllock

    Check if the Scroll lock key was pressed or not.
    Declaration
    public bool Scrolllock
    Field Value
    Type Description
    bool
    | Edit this page View Source

    Shift

    Check if the Shift key was pressed or not.
    Declaration
    public bool Shift
    Field Value
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX