Is there a way to bind the same key to and object in Tkinter? Here's my situation.
I am using a Multi List Box Class, but it already has Button 1 bound with a function that selects the same row in each of the other listbox's. Now i want to add another function to Button 1 in my class while using a copy of the multi list box class. Is this possible?
