I've noticed that when you bind keys in tkinter (python3.2 winxp), the binds are case sensitive with the letter characters. In other words binding <Control-o>
does not work if you press Control+o if caps lock is active. Does it mean I need to write two bindings for each case insensitive key combination with letter characters? Or is there any way to solve this?
Thanks for help :)
Yes, you have to make two bindings.
You must bind twice in your case but you don't need to think about it once you write a clever function. Let's define a function that does this for us.
And then use it like this: