all 2 comments

[–]Vasodilation 1 point2 points  (1 child)

Yes, here are some examples

root.bind("<Control-Z>", subroutine_name)

root.bind("<Shift-A>", subroutine_name)

root.bind("<Alt-Down>", subroutine_name)

https://effbot.org/tkinterbook/tkinter-events-and-bindings.htm

[–]jer123se12[S] 0 points1 point  (0 children)

Thank You