Skip to content
Advertisement

Tag: binding

Cant exit fullscreen on tkinter window python

Im trying to make this window fullscreen, then be able to escape with any key. I can’t bind the escape key to actually escaping the window, can’t figure out where it’s going wrong from other similar posts too. Here is the code: Answer On some systems (like Linux) root.overrideredirect(True) removes window manages (WM) which display border but WM also sends

Advertisement