예제 #1
0
파일: hotkey.py 프로젝트: windsmell/qdt
    def __init__(self, *args, **kw):
        Entry.__init__(self, *args, **kw)

        self.bind("<Control-Key>", self.ignore)
예제 #2
0
파일: hotkey.py 프로젝트: ufwt/qdt
    def __init__(self, *args, **kw):
        Entry.__init__(self, *args, **kw)

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