I have an application with a Text widget, and I want my font to get smaller when the user presses the Control key and the minus key (-).
the code
sel
Try self.bind_all("<Control-minus>", self.decreaseFont).
self.bind_all("<Control-minus>", self.decreaseFont)