shift_key property

shift_key property

true if the shift (Shift) key modifier was active.

Definition:

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

See Also