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 selection
Ctrl-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.
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.