We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Transferred request from discord: I want to drag a file into an input field and it inserts the file path as text. Low priority request though.
Dragging into a field works.
N/A
The text was updated successfully, but these errors were encountered:
This is probably pretty easy, as long as we can register a "file drag receive" handler. It's most likely possible in TkInter.
Then we catch the path, and insert it into the focused field (or even the field the drop ended at, if this information is available to us).
Sorry, something went wrong.
No branches or pull requests
Describe your use-case.
Transferred request from discord: I want to drag a file into an input field and it inserts the file path as text. Low priority request though.
What would you like to see as a solution?
Dragging into a field works.
Have you considered alternatives? List them here.
N/A
The text was updated successfully, but these errors were encountered: