Skip to content
New issue

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

Ctrl C, Ctrl X and Ctrl V work for me but it says in the readme that it is yet to be implemented #17

Open
DjaroDonk opened this issue Mar 27, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@DjaroDonk
Copy link

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?

@sbordeyne
Copy link
Owner

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.

@sbordeyne sbordeyne added enhancement New feature or request good first issue Good for newcomers labels Mar 31, 2019
@sbordeyne sbordeyne self-assigned this Mar 31, 2019
@sbordeyne sbordeyne added this to the 1.0 Release milestone Mar 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants