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
When I do Ctrl C it copies it, when I do Ctrl V it pastes it, and with Ctrl X it cuts it, but the readme says that it hasn't been implemented yet?
The text was updated successfully, but these errors were encountered:
it is not implemented as it is not customizable. What is happening is the default behaviour on tkinter text widgets.
It's still on the todo list though. I plan to use the pyperclip library to do that, which will allow deeper control over the clipboard.
Sorry, something went wrong.
sbordeyne
No branches or pull requests
When I do Ctrl C it copies it, when I do Ctrl V it pastes it, and with Ctrl X it cuts it, but the readme says that it hasn't been implemented yet?
The text was updated successfully, but these errors were encountered: