KeyboardEvent Inherits: Event['Page'] Properties alt(bool) – ctrl(bool) – key(str) – meta(bool) – shift(bool) – Properties# alt instance-attribute # alt: bool ctrl instance-attribute # ctrl: bool key instance-attribute # key: str meta instance-attribute # meta: bool shift instance-attribute # shift: bool