mac版的sublime text 如何绑定快捷键,快速在Google Chrome中打开html文件?

发布于 2022-09-03 12:21:03 字数 318 浏览 8 评论 0

装的黑苹果,右键的open in browser 可以用,但只能在默认浏览器中打开,想用谷歌浏览器打开,求指导
这样写的不管用

[
    { "keys": ["super+shift+b"], "command": "side_bar_files_open_with",
        "args": {
            "paths": [],
            "application": "/应用程序/Google Chrome.app",
            "extensions":".*"
        }
    }
]

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

追风人 2022-09-10 12:21:03
{
  "caption": "Chrome",
  "id": "side-bar-files-open-with-chrome",
  "command": "side_bar_files_open_with",
  "args": {
    "paths": [],
    "application": "/Applications/Google Chrome.app",
    "extensions":".*", //any file with extension
    "args":[]
  },
  "open_automatically" : false // will close the view/tab and launch the application
},
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文