1. 程式人生 > >sublime 瀏覽器快捷鍵設置

sublime 瀏覽器快捷鍵設置

快捷 package ext x86 side program 快捷鍵 fire --

之前每次忘掉在哪打開,這次認真記一下

菜單欄Preferences-->Package Settings-->Side Bar-->Key Binding-Users

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

 

sublime 瀏覽器快捷鍵設置