Hi!
Is it possible to create a custom key for context in key bindings? Something like that:
{
"key": ["enter"],
"command": "a_command",
"context": [
{
"key": "my_custom_key",
"operator": "equal",
"operand": true
}
]
}
I didn’t find anything, but it would be super useful.
Matt