Sublime插件

1.SideBarEnhancements

根据图示打开设置侧边栏增强插件的快捷键文件,键入如下内容即可更加快捷键用预设程序打开文件(注意修改打开程序的本地路径):

[
{ "keys": ["ctrl+`"], "command": "show_panel", "args": {"panel": "console", "toggle": true} },//打开控制台命令,系统的不起作用了,在此增加此快捷键修复此功能 

/*{ "keys": ["alt+f12"], "command": "side_bar_open_in_browser", "args":{"paths":[], "type":"production", "browser":""} },*/

{ "keys": ["ctrl+shift+alt+p"], "command": "copy_path" },//ctrl+shift+c与颜色选择插件冲突,修改

//chrome 
{ "keys": ["f1"], "command": "side_bar_files_open_with", "args": { "paths": [], "application": "C://Program Files (x86)//Google//Chrome//Application//chrome.exe", "extensions":".*" } },

//firefox 
{ "keys": ["f2"], "command": "side_bar_files_open_with", "args": { "paths": [], "application": "D://Program Files (x86)//Mozilla Firefox//firefox.exe", "extensions":".*" /*匹配任何文件类型 */} },

//ie 
{ "keys": ["f3"], "command": "side_bar_files_open_with", "args": { "paths": [], "application": "C://Program Files//Internet Explorer//iexplore.exe", "extensions":".*" } },

]

  

posted @ 2017-07-08 08:50  夕兮曦兮  阅读(197)  评论(0编辑  收藏  举报