[issue44350] Support Command-click on window title on macOS

2021-06-08 Thread Aivar Annamaa
Aivar Annamaa added the comment: In short: window.wm_attributes("-titlepath", stringContainingTheAbsolutePathOfTheDocument) Passing empty string as the second argument turned the feature off. -- ___ Python tracker

[issue44350] Support Command-click on window title on macOS

2021-06-08 Thread Aivar Annamaa
New submission from Aivar Annamaa : Many macOS apps show location info about current document on command-clicking on window title. I just found out how to do it in Tkinter, so I wanted to share it in case someone wants to add it for IDLE: