various updates
This commit is contained in:
@ -290,4 +290,47 @@
|
||||
"key": "ctrl+shift+i",
|
||||
"command": "workbench.action.chat.openInEditor"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+k e",
|
||||
"command": "-workbench.files.action.focusOpenEditorsView",
|
||||
"when": "workbench.explorer.openEditorsView.active"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+e",
|
||||
"command": "-workbench.action.quickOpen"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+e",
|
||||
"command": "-thunder-client.change-env",
|
||||
"when": "activeWebviewPanelId == 'tc.env-view' || activeWebviewPanelId == 'tc.request-view' || activeWebviewPanelId == 'tc.runcol-view'"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+e",
|
||||
"command": "-editor.action.toggleScreenReaderAccessibilityMode",
|
||||
"when": "accessibilityHelpIsShown"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+r",
|
||||
"command": "renameFile",
|
||||
"when": "filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus"
|
||||
},
|
||||
{
|
||||
"key": "f2",
|
||||
"command": "-renameFile",
|
||||
"when": "filesExplorerFocus && foldersViewVisible && !explorerResourceIsRoot && !explorerResourceReadonly && !inputFocus"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+l",
|
||||
"command": "-notebook.centerActiveCell",
|
||||
"when": "notebookEditorFocused"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+h",
|
||||
"command": "-workbench.action.replaceInFiles"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+h",
|
||||
"command": "references-view.showCallHierarchy",
|
||||
"when": "editorHasCallHierarchyProvider"
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user