Constant input::keyboard::SHIFT_ALT []

pub const SHIFT_ALT: ModifierKey = ModifierKey{bits: SHIFT.bits | ALT.bits,}

Shift + Alt.