Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Related Rants
I'm trying to bind keys for a program in Python/Tkinter, and was wondering if there's a way to bypass case sensitivity? Because "<Control-Shift-KeyPress-S>" works in place of "<Control-Shift-S>", but "<Control-KeyPress-S>" doesn't work in place of "<Control-S>". All I've found is that you have to do double bindings, but that doesn't make sense in my head if it works for the double-modifier command. 😕 Is there any other way?
question
tkinter
python
keybindings