remote-ftp icon indicating copy to clipboard operation
remote-ftp copied to clipboard

Is it possible a key-binding to download current file?

Open joantp opened this issue 4 years ago • 1 comments

Prerequisites

  • [x] Put an X between the brackets on this line if you have done all of the following:
    • Checked that your issue isn't already filed: https://github.com/icetee/remote-ftp/issues

Description

Can't download current open file with a combination keys on keyboard. Is there a way of implementing a key-binding to do so? Thank you!

joantp avatar Aug 11 '20 15:08 joantp

I think there should be something like this:

Windows/Linux

'atom-workspace':
  'ctrl-alt-d': 'remote-ftp:download-selected-local'

Mac:

'atom-workspace':
  'cmd-alt-d': 'remote-ftp:download-selected-local'

https://github.com/icetee/remote-ftp/blob/aba4d50c3ad5b93b1c5187893b25763b3a64207f/menus/remote-ftp.cson

icetee avatar Aug 13 '20 14:08 icetee