Constant input::keyboard::CTRL_ALT []

pub const CTRL_ALT: ModifierKey = ModifierKey{bits: CTRL.bits | ALT.bits,}

Ctrl + Alt.