ctrl+shift+i seems to be hard bound to open the VS.Code Inspector/debugger in Windows. I use an inverted-T on the home row for cursor control [1] and need this chord free for "select up":
{"key": "ctrl+shift+i", "command": "cursorUpSelect",
"when": "editorTextFocus"},
How do I override this keybinding?