"""Demonstrates using key modifiers (Ctrl, Shift, Alt).
Demonstrates:
- Checking multiple modifier keys at once
- Using any_pressed() to check left/right variants
- Combining modifiers with regular keys
- Ctrl + Shift + A hotkey detection
This system prints when Ctrl + Shift + A is pressed.
"""
"""Detect Ctrl + Shift + A key combination."""
=
=
return