sublime 浏览器快捷键设置

时间:2023-03-10 07:33:45
sublime 浏览器快捷键设置

之前每次忘掉在哪打开,这次认真记一下

菜单栏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":".*"
}
}
]