Visual Studio Code – Why is VS Code's Inspect Context Keys showing "false" for inputFocus when I have focused a notebook cell?
I am trying to set Jupyter Notebook a keyboard shortcut to Insert New Code Cell below. I was trying to determine when the "when" expression is true. The when expression for "Notebook: Insert Code Cell Below" is notebookCellListFocused && !inputFocus.…