- Code: Select all
{ "keys": ["H"], "command": "..." ,
"context":
[
{"key": "side_bar_has_focuse"} // do not work now.
]
},
I know there is a `panel_has_focus` and I am wondering is there something like `side_bar_has_focus` or `window_has_focus`? I read the docs but do not find something similar.