I'm using this key binding:
{ "keys": ["super+r"], "command": "build",
// "context":
// [
// {"key": "build_fake", "operator": "equal", "operand": true},
// ]
},
when I uncomment the context, the command works but it reverts to CMD+B shortcut and I need it to be CMD+R.
any ideas why this is happening?
Using latest stable sublime3 on a Mac, plugin installed via package manager.