Class KeyModifiers | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Identifies the state of the "shift"-keys within a event.

public class KeyModifiers

Inheritance

object

KeyModifiers

Inherited Members

object.ToString()

object.Equals(object)

object.Equals(object, object)

object.ReferenceEquals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

Fields

Alt

Check if the Alt key was pressed or not.

Capslock

Check if the Caps lock key was pressed or not.

Ctrl

Check if the Ctrl key was pressed or not.

Numlock

Check if the Num lock key was pressed or not.

Scrolllock

Check if the Scroll lock key was pressed or not.

Shift

Check if the Shift key was pressed or not.

Edit this page