I've been working on a code for the "4 in a row" game, and I've a lot of things settled so far.
I googled it but I really couldn't find any options for which keys can be in the binding key field.
board_canvas.bind("<Key>", some_random_callback_hihi)
My question, to be more clear is if I can replace "" with any kind of other specific key. For example, how would you bind with the key "<2>"
?