Skip to content

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

@kspes

Description

@kspes

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions