升华文本2,设置用于使用SFTP上载文件的键绑定

升华文本2,设置用于使用SFTP上载文件的键绑定,ftp,sublimetext2,text-editor,Ftp,Sublimetext2,Text Editor,刚刚切换到sublime并安装了SFTP软件包 我想做的是:shift+command+U,然后上传我正在查看的文件 我查看了密钥绑定文件,看到了以下内容: { "keys": ["super+ctrl+u","super+ctrl+f"], "command": "sftp_upload_file" }, { "keys": ["super+ctrl+u","super+ctrl+r"], "command": "sftp_upload_folder" }, { "keys": ["s

刚刚切换到sublime并安装了SFTP软件包

我想做的是:shift+command+U,然后上传我正在查看的文件

我查看了密钥绑定文件,看到了以下内容:

    { "keys": ["super+ctrl+u","super+ctrl+f"], "command": "sftp_upload_file" },
{ "keys": ["super+ctrl+u","super+ctrl+r"], "command": "sftp_upload_folder" },
{ "keys": ["super+ctrl+u","super+ctrl+y"], "command": "sftp_sync_up" },
{ "keys": ["super+ctrl+u","super+ctrl+n"], "command": "sftp_upload_open_files" },
{ "keys": ["super+ctrl+u","super+ctrl+m"], "command": "sftp_monitor_file" },
但这对我来说毫无意义

它们都以相同的“super+ctrl+u”开头。我似乎找不到任何有关这方面的信息


谢谢

每个键绑定都是两次多键按下

即同时按super+ctrl+u,然后松开,然后同时按super+ctrl+f

或者,如果您不喜欢这些,请将命令重新映射到不同的键绑定