-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request