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