From: www.slideshare.net/r1chardj0n3s/tkinter-does-not-suck
Mouse Event Types | |
---|---|
mouse button | <Button-1>, <Button-2>, <Button-3> |
mouse drag | <B1-Motion> |
mouse release | <ButtonRelease-1>, ... |
double click | <Double-Button-1>, ... |
triple click | <Triple-Button-1>, ... |
mouse enter | <Enter> |
mouse left | <Leave> |
keyboard Event Types | |
focus | <FocusIn>, <FocusOut> |
specific keys | <Enter>, <Delete>, <Left>,
<Right>, ... |
any key | <Key> |
any text | a, b, c, 1, 2, ... |
modified keys | <Shift-Up>, <Alt-Enter>, <Control-Tab>, ... |
Special Event Types | |
configuration | <Configure> |