brackets-ftp-sync icon indicating copy to clipboard operation
brackets-ftp-sync copied to clipboard

Keyboard shortcut to upload?

Open superDuperCyberTechno opened this issue 11 years ago • 1 comments

I use this extension a lot, adding a shortcut would sweeten my life considerably. Maybe have a checkbox that enables upload on save?

EDIT: For anyone interested, I manually added a shortcut to the code that works for me:

CommandManager.register("FTP-Sync Upload", "ftp-sync.callftpupload", callFtpUpload); KeyBindingManager.addBinding("ftp-sync.callftpupload", "F11", "win");

superDuperCyberTechno avatar Jun 19 '14 14:06 superDuperCyberTechno

Hello, where you add this code ? Thank you

julienmiclo avatar Nov 05 '14 11:11 julienmiclo