ctrl_key property

ctrl_key property

true if the Control (control) key modifier was active. The un-initialized value of this attribute MUST be false.

Definition:

@property
def ctrl_key(self):
    ...
@ctrl_key.setter
def ctrl_key(self, value):
    ...

See Also