KeyModifiers
The key modifiers that can be pressed.
Properties
meta_down
readonly meta_down: boolean;
Whether the meta key is pressed.
control_down
readonly control_down: boolean;
Whether the control key is pressed.
shift_down
readonly shift_down: boolean;
Whether the shift key is pressed.
alt_graph_down
readonly alt_graph_down: boolean;
Whether the alt graph key is pressed.
alt_down
readonly alt_down: boolean;
Whether the alt key is pressed.