Skip to content
New issue

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

key binding context doesn't work on sublime 3 #25

Open
kspes opened this issue Oct 14, 2016 · 3 comments
Open

key binding context doesn't work on sublime 3 #25

kspes opened this issue Oct 14, 2016 · 3 comments

Comments

@kspes
Copy link

kspes commented Oct 14, 2016

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.

@digitalmaster
Copy link

Same issue here.

@hxss
Copy link

hxss commented Mar 25, 2017

actually context works on subl3. But only for Ctrl+B :)

@kspes
Copy link
Author

kspes commented Mar 27, 2017

true that, but I want to be able to remap the key :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants