klyn.gui.event.KeyEvent.alt
property
public readonly property alt as Boolean
Description

Whether Alt was held during the key event.

if e.alt:
print("Alt shortcut")