gpt4 book ai didi

build - 自定义构建键绑定(bind) Sublime Text

转载 作者:行者123 更新时间:2023-12-05 00:57:31 24 4
gpt4 key购买 nike

我在 sublime 中做了一个自定义构建,它运行我的程序并且运行良好。但我将 Makefile 构建为默认设置。有没有办法让 Ctrl+B 使用默认构建(在我的情况下为 Makefile)并让另一个快捷方式(Ctrl+Shift+B)使用另一个构建。如果是,如何?

我试过用这个:

[
{ "keys": ["ctrl+shift+b"], "command": "build buildName" }
]

但它不起作用并在 sublime 文档中观看此命令仅适用于所选的默认构建。

提前致谢。

最佳答案

键绑定(bind)的实际语法应该是这样的:

{ "keys": ["f1"], "command": "build", "args": {"build_system": "Packages/Python/Python3.sublime-build"} },

我实际上建议不要使用 CtrlShiftB 作为自定义键绑定(bind),因为它已经应用于“Build With”命令。

关于build - 自定义构建键绑定(bind) Sublime Text ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34340770/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com