I installed the package ‘browser refresh’ it works great on sublime 3. However, I wanted to change the short to ‘cmd+3’ I do it like this, I added the following code to user keybinding
// browser refresh
[
{
"keys": ["super+3"], "command": "browser_refresh", "args": {
"auto_save": true,
"delay": 0.0,
"activate": true,
"browser" : ["firefox"]
}
}
]
It just doesn’t work. Does anyone know what’s the problem here?