//chrome
{
"keys": [
"f12"
],
"command": "side_bar_files_open_with",
"args": {
"paths": [ ],
"application": "C:/Program Files (x86)/Google/Chrome/Application/chrome.exe",
"extensions": ".*"
}
},
//firefox
{
"keys": [
"f11"
],
"command": "side_bar_files_open_with",
"args": {
"paths": [ ],
"application": "D:/Program Files (x86)/Mozilla Firefox/firefox.exe",
"extensions": ".*"
}
},
//ie
{
"keys": [
"f10"
],
"command": "side_bar_files_open_with",
"args": {
"paths": [ ],
"application": "C:/Program Files/Internet Explorer/iexplore.exe",
"extensions": ".*"
}
}