GUI Programming with Python: Events and Binds
Tkinter uses so-called event sequences for allowing the user to define which events, both specific and general, he or she wants to bind to handlers. It is the first argument 'event' of the bind method. The event sequence is given as a string, using the following syntax: