KeyboardModifiers

class cee.KeyboardModifiers()

Describes the state of the modifier keys.

Properties


Properties

cee.KeyboardModifiers.alt

Whether the alt key is pressed.

cee.KeyboardModifiers.control

Whether the control key is pressed.

cee.KeyboardModifiers.meta

Whether the meta key is pressed.

cee.KeyboardModifiers.shift

Whether the shift key is pressed.