Ejemplo n.º 1
0
    def __init__(self, *args, **kw):
        Entry.__init__(self, *args, **kw)

        self.bind("<Control-Key>", self.ignore)
Ejemplo n.º 2
0
Archivo: hotkey.py Proyecto: ufwt/qdt
    def __init__(self, *args, **kw):
        Entry.__init__(self, *args, **kw)

        self.bind("<Control-Key>", self._on_ctrl_key_generic)