|
Methods defined here:
- __init__(self, top=None)
- Constructs a keybinder. /top/ should be the toplevel window that
events should be bound to (it can also be a non-toplevel window for
local binding). If /top/ is not specified, attempts to determine the
toplevel window from /self/.
- bindKey(self, keySequence, action)
- Binds the /keySequence/ to the /action/. It is not necessary to
enclose the sequence in angle brackets.
|