KB_CTL
{ KB_CTL, "", "", "", "", ""}, /* 29 control */
if ((dt == 1) && (shift_state & (KB_CTL | KB_ALT)) == (KB_CTL | KB_ALT)) {
case KB_CTL:
shift_state &= ~KB_CTL;
case KB_CTL:
shift_state |= KB_CTL;
if (shift_state & KB_CTL)
else if (shift_state & KB_CTL)
if (shift_state & (KB_SHIFT | KB_CTL) ||