Skip to content

Implementation Ctrl-C, Ctrl-X, and Ctrl-V #35

Open
@Kully

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions