KeyModifiers
The key modifiers that can be pressed.
Properties
metaDown
readonly metaDown: boolean;
Whether the meta key is pressed.
controlDown
readonly controlDown: boolean;
Whether the control key is pressed.
shiftDown
readonly shiftDown: boolean;
Whether the shift key is pressed.
altGraphDown
readonly altGraphDown: boolean;
Whether the alt graph key is pressed.
altDown
readonly altDown: boolean;
Whether the alt key is pressed.