We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Same issue here.
Sorry, something went wrong.
actually context works on subl3. But only for Ctrl+B :)
true that, but I want to be able to remap the key :)
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: