sublime Text 3设置ctrl+b编译,ctrl+sh
2017-07-03 本文已影响81人
杨柳岸小鹏残月
首选项->快捷键设置,添加
{
"keys": ["ctrl+b"],
"command": "build",
"args": { "variant": "" }
},{
"keys": ["ctrl+shift+b"],
"command": "build",
"args": { "variant": "Run" }
}