Hello.
I have working user key binding for sequences, like this:
“keys”: [“alt+b”, “p”],
…
I also have working context-dependent bindings, e.g.:
…
“context”: [
{ “key”: “selector”, “operator”: “equal”, “operand”: “source.latex.tex” }
]
But together they do not work: a sequence binding with context-conditioning is ignored until I either change it to a non-sequence or remove the context clause – in both cases the behaviour becomes as expected.
What am I doing wrong?
Thanks!