-
Notifications
You must be signed in to change notification settings - Fork 31
Implementation Ctrl-C
, Ctrl-X
, and Ctrl-V
#35
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
Comments
Ctrl-C
, Ctrl-X
, and Ctrl-V
Ctrl-C
, Ctrl-X
, and Ctrl-V
Yes, for these operations implement in most programs, though I seldom hit the second. I type this to test. |
hello I am a student in Paris 8 and I need to develop an issue to validate. Can I work on it? |
Yes go for it. Please open a Pull Request and request a review when it is ready. |
No , problem i gonna do that this week ! Please can you add the Licence in the readme |
Done. See this commit. Just make sure to pull from the |
👋 Hey! |
Uh oh!
There was an error while loading. Please reload this page.
Requirement
Upon selection, it would be useful to be able to use some of the more familiar operations that we have grown accustomed to.
Ctrl-C
: Copy the selection.Ctrl-X
: Cut the selection: copy and then delete the pixels in the selectionCtrl-V
: Paste a previously copied selection.Thoughts on Implementation
This will probably need some kind of temporary list that holds the copied pixels, and a way to safely ensure there is no cross-pollenation between other parts of the state machine.
The text was updated successfully, but these errors were encountered: