MAC 系統下設置瀏覽器快捷鍵,windows同理
1、打開packageControl 對應快捷鍵 command + shift + p
2、輸入install package
3、安裝插件 SideBarEnhancements
4.安裝了open_in_browser的插件
5、打開Settings-Default
6、找到:"default_browser": "", //one of this list: firefox, chrome, canary, chromium, opera, safari, ie
7、再打開Settings-User 添加 {
"default_browser": "chrome", //one of this list: firefox, chrome, canary, chromium, opera, safari, ie
}
8、preferences中 打開KeyBindings右側添加 {
"keys": ["command+r"], "command": "side_bar_open_in_browser"
},
{
"keys": ["command+/"],"command": "toggle_side_bar"
}
---------------------
作者:一只程序汪
來源:CSDN
原文:https://blog.csdn.net/lanseguhui/article/details/80402332
版權聲明:本文為博主原創文章,轉載請附上博文鏈接!