brackets-ftp-sync
brackets-ftp-sync copied to clipboard
Keyboard shortcut to upload?
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");
Hello, where you add this code ? Thank you