def __init__(self, *args, **kw): Entry.__init__(self, *args, **kw) self.bind("<Control-Key>", self.ignore)
def __init__(self, *args, **kw): Entry.__init__(self, *args, **kw) self.bind("<Control-Key>", self._on_ctrl_key_generic)