Class KeyModifiers | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Identifies the state of the "shift"-keys within a event.
public class KeyModifiers
Inheritance
KeyModifiers
Inherited Members
object.ReferenceEquals(object, object)
Fields
Check if the Alt key was pressed or not.
Check if the Caps lock key was pressed or not.
Check if the Ctrl key was pressed or not.
Check if the Num lock key was pressed or not.
Check if the Scroll lock key was pressed or not.
Check if the Shift key was pressed or not.