nurpax / petmate

PETSCII editor with Electron/React/Redux
MIT License
179 stars 14 forks source link

Request: Convert Brush to Copy/Cut/Paste #167

Open wbochar opened 4 years ago

wbochar commented 4 years ago

The brush tool is a copy/cut/paste action so why not make the UI act like every other modern clipboard enabled OS? I find that I need a Cut action more often than a pure copy.

A suggestion: Brush becomes a select tool selections can be copied, cut or pasted with CTRL C/X/V esc cancels select (clipboard remains) shift CTRL C/V/X copies but with black/space character is transparent.