pixelmate icon indicating copy to clipboard operation
pixelmate copied to clipboard

Basic keyboard shortcuts support

Open piotrros opened this issue 6 years ago • 3 comments

Hi, I'd be nice if the app can support some basic keyboard shortcuts:

CMD+A = select all CMD+C = copy CMD+X = cut CMD+V = paste DEL = remove file(s)

piotrros avatar Mar 04 '19 20:03 piotrros

Hi @piotrros, Thanks for the suggestion. Pixelmate does not yet support Copy/Cut/Pasting of files and this functionality needs to be implemented before the relevant shortcuts can be exposed.

As per DEL, there is already an existing shortcut (Cmd + Del) to delete files.

Cmd + A to select all is relatively easy to implement and I have done so in 0db40a5.

Would you like to attempt the other functionality (cut/copy/paste)?

eladnava avatar Mar 05 '19 01:03 eladnava

I meant copy/cut/paste inside the app. Copying from outside may be a little harder.

piotrros avatar Mar 05 '19 07:03 piotrros

Hi @piotrros, Yup, I understood correctly. These features are actually not supported currently. You can't copy/cut/paste files inside your phone using Pixelmate yet.

You can copy files from your computer to Pixelmate by dropping them in, or copy files out by right click -> Download. But cut/copy/paste files inside Pixelmate (inside your SDcard) is currently unsupported.

eladnava avatar Mar 06 '19 23:03 eladnava