timburgess / brackets-ftp-sync

FTP/SFTP for Adobe Brackets
105 stars 19 forks source link

Keyboard shortcut to upload? #31

Open superDuperCyberTechno opened 10 years ago

superDuperCyberTechno commented 10 years ago

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");

julienmiclo commented 9 years ago

Hello, where you add this code ? Thank you