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

Whether Control was held during the key event.

if e.control:
print("Control shortcut")