
            if ControlDown() and not AltDown() and not ShiftDown() and not MetaDown():
                # handle Ctrl-XXX ...
                HandleControl()

