diff --git a/generator/default-keybindings-linux.json b/generator/default-keybindings-linux.json index cf942027..92468dcd 100644 --- a/generator/default-keybindings-linux.json +++ b/generator/default-keybindings-linux.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.70.2 for Linux +// Default Keybindings of Visual Studio Code 1.71.0 for Linux // Override key bindings by placing them into your key bindings file. [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -493,10 +493,10 @@ "when": "suggestWidgetHasFocusedSuggestion && suggestWidgetVisible && textInputFocus" }, { "key": "enter", "command": "acceptSelectedSuggestion", "when": "acceptSuggestionOnEnter && suggestWidgetHasFocusedSuggestion && suggestWidgetVisible && suggestionMakesTextEdit && textInputFocus" }, -{ "key": "shift+escape", "command": "hideCodeActionMenuWidget", - "when": "CodeActionMenuVisible" }, -{ "key": "escape", "command": "hideCodeActionMenuWidget", - "when": "CodeActionMenuVisible" }, +{ "key": "shift+escape", "command": "hideCodeActionWidget", + "when": "codeActionMenuVisible" }, +{ "key": "escape", "command": "hideCodeActionWidget", + "when": "codeActionMenuVisible" }, { "key": "shift+escape", "command": "hideSuggestWidget", "when": "suggestWidgetVisible && textInputFocus" }, { "key": "escape", "command": "hideSuggestWidget", @@ -577,10 +577,20 @@ "when": "accessibilityHelpWidgetVisible && editorFocus" }, { "key": "escape", "command": "closeReplaceInFilesWidget", "when": "replaceInputBoxFocus && searchViewletVisible" }, +{ "key": "escape", "command": "commentsClearFilterText", + "when": "commentsFilterFocus" }, +{ "key": "ctrl+f", "command": "commentsFocusFilter", + "when": "focusedView == 'workbench.panel.comments'" }, +{ "key": "ctrl+down", "command": "commentsFocusViewFromFilter", + "when": "commentsFilterFocus" }, { "key": "ctrl+alt+c", "command": "copyFilePath", "when": "!editorFocus" }, +{ "key": "ctrl+k ctrl+alt+c", "command": "copyFilePath", + "when": "editorFocus" }, { "key": "ctrl+shift+alt+c", "command": "copyRelativeFilePath", "when": "!editorFocus" }, +{ "key": "ctrl+k ctrl+shift+alt+c", "command": "copyRelativeFilePath", + "when": "editorFocus" }, { "key": "alt+enter", "command": "debug.openBreakpointToSide", "when": "breakpointsFocused" }, { "key": "ctrl+enter", "command": "debug.openBreakpointToSide", @@ -1362,20 +1372,20 @@ "when": "reference-list.hasResult && references-view.canNavigate" }, { "key": "shift+alt+h", "command": "references-view.showCallHierarchy", "when": "editorHasCallHierarchyProvider" }, -{ "key": "ctrl+down", "command": "focusNextCodeAction", - "when": "CodeActionMenuVisible" }, -{ "key": "down", "command": "focusNextCodeAction", - "when": "CodeActionMenuVisible" }, -{ "key": "ctrl+up", "command": "focusPreviousCodeAction", - "when": "CodeActionMenuVisible" }, -{ "key": "up", "command": "focusPreviousCodeAction", - "when": "CodeActionMenuVisible" }, -{ "key": "shift+tab", "command": "onEnterSelectCodeAction", - "when": "CodeActionMenuVisible" }, -{ "key": "enter", "command": "onEnterSelectCodeAction", - "when": "CodeActionMenuVisible" }, -{ "key": "ctrl+enter", "command": "onEnterSelectCodeActionWithPreview", - "when": "CodeActionMenuVisible" } +{ "key": "ctrl+.", "command": "acceptSelectedCodeAction", + "when": "codeActionMenuVisible" }, +{ "key": "enter", "command": "acceptSelectedCodeAction", + "when": "codeActionMenuVisible" }, +{ "key": "ctrl+enter", "command": "previewSelectedCodeAction", + "when": "codeActionMenuVisible" }, +{ "key": "ctrl+down", "command": "selectNextCodeAction", + "when": "codeActionMenuVisible" }, +{ "key": "down", "command": "selectNextCodeAction", + "when": "codeActionMenuVisible" }, +{ "key": "ctrl+up", "command": "selectPrevCodeAction", + "when": "codeActionMenuVisible" }, +{ "key": "up", "command": "selectPrevCodeAction", + "when": "codeActionMenuVisible" } ] @@ -1526,6 +1536,7 @@ // - editor.action.toggleMinimap // - editor.action.toggleRenderControlCharacter // - editor.action.toggleRenderWhitespace +// - editor.action.toggleStickyScroll // - editor.action.transformToKebabcase // - editor.action.transformToLowercase // - editor.action.transformToSnakecase @@ -1690,6 +1701,7 @@ // - git.openFile // - git.openFile2 // - git.openHEADFile +// - git.openMergeEditor // - git.openRepository // - git.openResource // - git.publish @@ -1804,10 +1816,12 @@ // - merge.acceptAllInput1 // - merge.acceptAllInput2 // - merge.columnLayout -// - merge.dev.copyContents -// - merge.dev.openContents -// - merge.goToNextConflict -// - merge.goToPreviousConflict +// - merge.dev.copyContentsJson +// - merge.dev.loadContentsFromFolder +// - merge.dev.openContentsJson +// - merge.dev.saveContentsToFolder +// - merge.goToNextUnhandledConflict +// - merge.goToPreviousUnhandledConflict // - merge.mixedLayout // - merge.openBaseEditor // - merge.openResult @@ -2403,6 +2417,7 @@ // - workbench.actions.treeView.references-view.tree.refresh // - workbench.actions.treeView.repl.filter // - workbench.actions.treeView.testExplorer.filter +// - workbench.actions.treeView.workbench.panel.comments.filter // - workbench.actions.treeView.workbench.panel.markers.view.collapseAll // - workbench.actions.treeView.workbench.panel.markers.view.filter // - workbench.actions.treeView.workbench.views.editSessions.data.collapseAll @@ -2447,8 +2462,11 @@ // - workbench.debug.welcome.resetViewLocation // - workbench.debug.welcome.toggleVisibility // - workbench.editSessions.actions.delete +// - workbench.editSessions.actions.deleteAll // - workbench.editSessions.actions.resetAuth // - workbench.editSessions.actions.resume +// - workbench.editSessions.actions.signIn +// - workbench.editSessions.actions.store // - workbench.explorer.emptyView.removeView // - workbench.explorer.emptyView.resetViewLocation // - workbench.explorer.emptyView.toggleVisibility @@ -2552,11 +2570,14 @@ // - workbench.profiles.actions.createEmptyProfile // - workbench.profiles.actions.createFromCurrentProfile // - workbench.profiles.actions.createProfile +// - workbench.profiles.actions.createTemporaryProfile // - workbench.profiles.actions.deleteProfile // - workbench.profiles.actions.exportProfile // - workbench.profiles.actions.importProfile +// - workbench.profiles.actions.manage // - workbench.profiles.actions.profileEntry.-533fcc40 // - workbench.profiles.actions.renameProfile +// - workbench.profiles.actions.resetWorkspaces // - workbench.profiles.actions.switchProfile // - workbench.scm.action.collapseAllRepositories // - workbench.scm.action.expandAllRepositories @@ -2595,7 +2616,6 @@ // - workbench.userDataSync.actions.turnOff // - workbench.userDataSync.actions.turnOn // - workbench.view.debug.resetViewContainerLocation -// - workbench.view.editSessions // - workbench.view.editSessions.resetViewContainerLocation // - workbench.view.explorer.resetViewContainerLocation // - workbench.view.extension.references-view diff --git a/generator/default-keybindings-mac.json b/generator/default-keybindings-mac.json index 7da446c2..c1d22b4f 100644 --- a/generator/default-keybindings-mac.json +++ b/generator/default-keybindings-mac.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.70.2 for macOS +// Default Keybindings of Visual Studio Code 1.71.0 for macOS // Override key bindings by placing them into your key bindings file. [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -570,10 +570,10 @@ "when": "suggestWidgetHasFocusedSuggestion && suggestWidgetVisible && textInputFocus" }, { "key": "enter", "command": "acceptSelectedSuggestion", "when": "acceptSuggestionOnEnter && suggestWidgetHasFocusedSuggestion && suggestWidgetVisible && suggestionMakesTextEdit && textInputFocus" }, -{ "key": "shift+escape", "command": "hideCodeActionMenuWidget", - "when": "CodeActionMenuVisible" }, -{ "key": "escape", "command": "hideCodeActionMenuWidget", - "when": "CodeActionMenuVisible" }, +{ "key": "shift+escape", "command": "hideCodeActionWidget", + "when": "codeActionMenuVisible" }, +{ "key": "escape", "command": "hideCodeActionWidget", + "when": "codeActionMenuVisible" }, { "key": "shift+escape", "command": "hideSuggestWidget", "when": "suggestWidgetVisible && textInputFocus" }, { "key": "escape", "command": "hideSuggestWidget", @@ -654,10 +654,20 @@ "when": "accessibilityHelpWidgetVisible && editorFocus" }, { "key": "escape", "command": "closeReplaceInFilesWidget", "when": "replaceInputBoxFocus && searchViewletVisible" }, +{ "key": "escape", "command": "commentsClearFilterText", + "when": "commentsFilterFocus" }, +{ "key": "cmd+f", "command": "commentsFocusFilter", + "when": "focusedView == 'workbench.panel.comments'" }, +{ "key": "cmd+down", "command": "commentsFocusViewFromFilter", + "when": "commentsFilterFocus" }, { "key": "alt+cmd+c", "command": "copyFilePath", "when": "!editorFocus" }, +{ "key": "cmd+k alt+cmd+c", "command": "copyFilePath", + "when": "editorFocus" }, { "key": "shift+alt+cmd+c", "command": "copyRelativeFilePath", "when": "!editorFocus" }, +{ "key": "cmd+k shift+alt+cmd+c", "command": "copyRelativeFilePath", + "when": "editorFocus" }, { "key": "alt+enter", "command": "debug.openBreakpointToSide", "when": "breakpointsFocused" }, { "key": "cmd+enter", "command": "debug.openBreakpointToSide", @@ -1500,20 +1510,20 @@ "when": "reference-list.hasResult && references-view.canNavigate" }, { "key": "shift+alt+h", "command": "references-view.showCallHierarchy", "when": "editorHasCallHierarchyProvider" }, -{ "key": "cmd+down", "command": "focusNextCodeAction", - "when": "CodeActionMenuVisible" }, -{ "key": "down", "command": "focusNextCodeAction", - "when": "CodeActionMenuVisible" }, -{ "key": "cmd+up", "command": "focusPreviousCodeAction", - "when": "CodeActionMenuVisible" }, -{ "key": "up", "command": "focusPreviousCodeAction", - "when": "CodeActionMenuVisible" }, -{ "key": "shift+tab", "command": "onEnterSelectCodeAction", - "when": "CodeActionMenuVisible" }, -{ "key": "enter", "command": "onEnterSelectCodeAction", - "when": "CodeActionMenuVisible" }, -{ "key": "cmd+enter", "command": "onEnterSelectCodeActionWithPreview", - "when": "CodeActionMenuVisible" } +{ "key": "cmd+.", "command": "acceptSelectedCodeAction", + "when": "codeActionMenuVisible" }, +{ "key": "enter", "command": "acceptSelectedCodeAction", + "when": "codeActionMenuVisible" }, +{ "key": "cmd+enter", "command": "previewSelectedCodeAction", + "when": "codeActionMenuVisible" }, +{ "key": "cmd+down", "command": "selectNextCodeAction", + "when": "codeActionMenuVisible" }, +{ "key": "down", "command": "selectNextCodeAction", + "when": "codeActionMenuVisible" }, +{ "key": "cmd+up", "command": "selectPrevCodeAction", + "when": "codeActionMenuVisible" }, +{ "key": "up", "command": "selectPrevCodeAction", + "when": "codeActionMenuVisible" } ] @@ -1649,6 +1659,7 @@ // - editor.action.toggleMinimap // - editor.action.toggleRenderControlCharacter // - editor.action.toggleRenderWhitespace +// - editor.action.toggleStickyScroll // - editor.action.transformToKebabcase // - editor.action.transformToLowercase // - editor.action.transformToSnakecase @@ -1812,6 +1823,7 @@ // - git.openFile // - git.openFile2 // - git.openHEADFile +// - git.openMergeEditor // - git.openRepository // - git.openResource // - git.publish @@ -1925,10 +1937,12 @@ // - merge.acceptAllInput1 // - merge.acceptAllInput2 // - merge.columnLayout -// - merge.dev.copyContents -// - merge.dev.openContents -// - merge.goToNextConflict -// - merge.goToPreviousConflict +// - merge.dev.copyContentsJson +// - merge.dev.loadContentsFromFolder +// - merge.dev.openContentsJson +// - merge.dev.saveContentsToFolder +// - merge.goToNextUnhandledConflict +// - merge.goToPreviousUnhandledConflict // - merge.mixedLayout // - merge.openBaseEditor // - merge.openResult @@ -2520,6 +2534,7 @@ // - workbench.actions.treeView.references-view.tree.refresh // - workbench.actions.treeView.repl.filter // - workbench.actions.treeView.testExplorer.filter +// - workbench.actions.treeView.workbench.panel.comments.filter // - workbench.actions.treeView.workbench.panel.markers.view.collapseAll // - workbench.actions.treeView.workbench.panel.markers.view.filter // - workbench.actions.treeView.workbench.views.editSessions.data.collapseAll @@ -2564,8 +2579,11 @@ // - workbench.debug.welcome.resetViewLocation // - workbench.debug.welcome.toggleVisibility // - workbench.editSessions.actions.delete +// - workbench.editSessions.actions.deleteAll // - workbench.editSessions.actions.resetAuth // - workbench.editSessions.actions.resume +// - workbench.editSessions.actions.signIn +// - workbench.editSessions.actions.store // - workbench.explorer.emptyView.removeView // - workbench.explorer.emptyView.resetViewLocation // - workbench.explorer.emptyView.toggleVisibility @@ -2669,11 +2687,14 @@ // - workbench.profiles.actions.createEmptyProfile // - workbench.profiles.actions.createFromCurrentProfile // - workbench.profiles.actions.createProfile +// - workbench.profiles.actions.createTemporaryProfile // - workbench.profiles.actions.deleteProfile // - workbench.profiles.actions.exportProfile // - workbench.profiles.actions.importProfile +// - workbench.profiles.actions.manage // - workbench.profiles.actions.profileEntry.-72063ec3 // - workbench.profiles.actions.renameProfile +// - workbench.profiles.actions.resetWorkspaces // - workbench.profiles.actions.switchProfile // - workbench.scm.action.collapseAllRepositories // - workbench.scm.action.expandAllRepositories @@ -2712,7 +2733,6 @@ // - workbench.userDataSync.actions.turnOff // - workbench.userDataSync.actions.turnOn // - workbench.view.debug.resetViewContainerLocation -// - workbench.view.editSessions // - workbench.view.editSessions.resetViewContainerLocation // - workbench.view.explorer.resetViewContainerLocation // - workbench.view.extension.references-view diff --git a/generator/default-keybindings-win.json b/generator/default-keybindings-win.json index 1028ebdc..41c4177f 100644 --- a/generator/default-keybindings-win.json +++ b/generator/default-keybindings-win.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.70.2 for Windows +// Default Keybindings of Visual Studio Code 1.71.0 for Windows // Override key bindings by placing them into your key bindings file. [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -500,10 +500,10 @@ "when": "suggestWidgetHasFocusedSuggestion && suggestWidgetVisible && textInputFocus" }, { "key": "enter", "command": "acceptSelectedSuggestion", "when": "acceptSuggestionOnEnter && suggestWidgetHasFocusedSuggestion && suggestWidgetVisible && suggestionMakesTextEdit && textInputFocus" }, -{ "key": "shift+escape", "command": "hideCodeActionMenuWidget", - "when": "CodeActionMenuVisible" }, -{ "key": "escape", "command": "hideCodeActionMenuWidget", - "when": "CodeActionMenuVisible" }, +{ "key": "shift+escape", "command": "hideCodeActionWidget", + "when": "codeActionMenuVisible" }, +{ "key": "escape", "command": "hideCodeActionWidget", + "when": "codeActionMenuVisible" }, { "key": "shift+escape", "command": "hideSuggestWidget", "when": "suggestWidgetVisible && textInputFocus" }, { "key": "escape", "command": "hideSuggestWidget", @@ -580,10 +580,20 @@ "when": "accessibilityHelpWidgetVisible && editorFocus" }, { "key": "escape", "command": "closeReplaceInFilesWidget", "when": "replaceInputBoxFocus && searchViewletVisible" }, +{ "key": "escape", "command": "commentsClearFilterText", + "when": "commentsFilterFocus" }, +{ "key": "ctrl+f", "command": "commentsFocusFilter", + "when": "focusedView == 'workbench.panel.comments'" }, +{ "key": "ctrl+down", "command": "commentsFocusViewFromFilter", + "when": "commentsFilterFocus" }, { "key": "shift+alt+c", "command": "copyFilePath", "when": "!editorFocus" }, +{ "key": "shift+alt+c", "command": "copyFilePath", + "when": "editorFocus" }, { "key": "ctrl+k ctrl+shift+c", "command": "copyRelativeFilePath", "when": "!editorFocus" }, +{ "key": "ctrl+k ctrl+shift+c", "command": "copyRelativeFilePath", + "when": "editorFocus" }, { "key": "alt+enter", "command": "debug.openBreakpointToSide", "when": "breakpointsFocused" }, { "key": "ctrl+enter", "command": "debug.openBreakpointToSide", @@ -1380,20 +1390,20 @@ "when": "reference-list.hasResult && references-view.canNavigate" }, { "key": "shift+alt+h", "command": "references-view.showCallHierarchy", "when": "editorHasCallHierarchyProvider" }, -{ "key": "ctrl+down", "command": "focusNextCodeAction", - "when": "CodeActionMenuVisible" }, -{ "key": "down", "command": "focusNextCodeAction", - "when": "CodeActionMenuVisible" }, -{ "key": "ctrl+up", "command": "focusPreviousCodeAction", - "when": "CodeActionMenuVisible" }, -{ "key": "up", "command": "focusPreviousCodeAction", - "when": "CodeActionMenuVisible" }, -{ "key": "shift+tab", "command": "onEnterSelectCodeAction", - "when": "CodeActionMenuVisible" }, -{ "key": "enter", "command": "onEnterSelectCodeAction", - "when": "CodeActionMenuVisible" }, -{ "key": "ctrl+enter", "command": "onEnterSelectCodeActionWithPreview", - "when": "CodeActionMenuVisible" } +{ "key": "ctrl+.", "command": "acceptSelectedCodeAction", + "when": "codeActionMenuVisible" }, +{ "key": "enter", "command": "acceptSelectedCodeAction", + "when": "codeActionMenuVisible" }, +{ "key": "ctrl+enter", "command": "previewSelectedCodeAction", + "when": "codeActionMenuVisible" }, +{ "key": "ctrl+down", "command": "selectNextCodeAction", + "when": "codeActionMenuVisible" }, +{ "key": "down", "command": "selectNextCodeAction", + "when": "codeActionMenuVisible" }, +{ "key": "ctrl+up", "command": "selectPrevCodeAction", + "when": "codeActionMenuVisible" }, +{ "key": "up", "command": "selectPrevCodeAction", + "when": "codeActionMenuVisible" } ] @@ -1543,6 +1553,7 @@ // - editor.action.toggleMinimap // - editor.action.toggleRenderControlCharacter // - editor.action.toggleRenderWhitespace +// - editor.action.toggleStickyScroll // - editor.action.transformToKebabcase // - editor.action.transformToLowercase // - editor.action.transformToSnakecase @@ -1707,6 +1718,7 @@ // - git.openFile // - git.openFile2 // - git.openHEADFile +// - git.openMergeEditor // - git.openRepository // - git.openResource // - git.publish @@ -1821,10 +1833,12 @@ // - merge.acceptAllInput1 // - merge.acceptAllInput2 // - merge.columnLayout -// - merge.dev.copyContents -// - merge.dev.openContents -// - merge.goToNextConflict -// - merge.goToPreviousConflict +// - merge.dev.copyContentsJson +// - merge.dev.loadContentsFromFolder +// - merge.dev.openContentsJson +// - merge.dev.saveContentsToFolder +// - merge.goToNextUnhandledConflict +// - merge.goToPreviousUnhandledConflict // - merge.mixedLayout // - merge.openBaseEditor // - merge.openResult @@ -2421,6 +2435,7 @@ // - workbench.actions.treeView.references-view.tree.refresh // - workbench.actions.treeView.repl.filter // - workbench.actions.treeView.testExplorer.filter +// - workbench.actions.treeView.workbench.panel.comments.filter // - workbench.actions.treeView.workbench.panel.markers.view.collapseAll // - workbench.actions.treeView.workbench.panel.markers.view.filter // - workbench.actions.treeView.workbench.views.editSessions.data.collapseAll @@ -2465,8 +2480,11 @@ // - workbench.debug.welcome.resetViewLocation // - workbench.debug.welcome.toggleVisibility // - workbench.editSessions.actions.delete +// - workbench.editSessions.actions.deleteAll // - workbench.editSessions.actions.resetAuth // - workbench.editSessions.actions.resume +// - workbench.editSessions.actions.signIn +// - workbench.editSessions.actions.store // - workbench.explorer.emptyView.removeView // - workbench.explorer.emptyView.resetViewLocation // - workbench.explorer.emptyView.toggleVisibility @@ -2570,11 +2588,14 @@ // - workbench.profiles.actions.createEmptyProfile // - workbench.profiles.actions.createFromCurrentProfile // - workbench.profiles.actions.createProfile +// - workbench.profiles.actions.createTemporaryProfile // - workbench.profiles.actions.deleteProfile // - workbench.profiles.actions.exportProfile // - workbench.profiles.actions.importProfile +// - workbench.profiles.actions.manage // - workbench.profiles.actions.profileEntry.22483868 // - workbench.profiles.actions.renameProfile +// - workbench.profiles.actions.resetWorkspaces // - workbench.profiles.actions.switchProfile // - workbench.scm.action.collapseAllRepositories // - workbench.scm.action.expandAllRepositories @@ -2613,7 +2634,6 @@ // - workbench.userDataSync.actions.turnOff // - workbench.userDataSync.actions.turnOn // - workbench.view.debug.resetViewContainerLocation -// - workbench.view.editSessions // - workbench.view.editSessions.resetViewContainerLocation // - workbench.view.explorer.resetViewContainerLocation // - workbench.view.extension.references-view diff --git a/package.json b/package.json index 07f00344..668f6e7f 100644 --- a/package.json +++ b/package.json @@ -226,9 +226,9 @@ "key": "shift+escape", "command": "kb-macro.wrap", "args": { - "command": "hideCodeActionMenuWidget" + "command": "hideCodeActionWidget" }, - "when": "kb-macro.recording && CodeActionMenuVisible" + "when": "kb-macro.recording && codeActionMenuVisible" }, { "key": "shift+escape", @@ -485,9 +485,9 @@ "key": "escape", "command": "kb-macro.wrap", "args": { - "command": "hideCodeActionMenuWidget" + "command": "hideCodeActionWidget" }, - "when": "kb-macro.recording && CodeActionMenuVisible" + "when": "kb-macro.recording && codeActionMenuVisible" }, { "key": "escape", @@ -530,6 +530,14 @@ }, "when": "kb-macro.recording && replaceInputBoxFocus && searchViewletVisible" }, + { + "key": "escape", + "command": "kb-macro.wrap", + "args": { + "command": "commentsClearFilterText" + }, + "when": "kb-macro.recording && commentsFilterFocus" + }, { "key": "escape", "command": "kb-macro.wrap", @@ -716,6 +724,14 @@ }, "when": "kb-macro.recording && suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus" }, + { + "key": "cmd+down", + "command": "kb-macro.wrap", + "args": { + "command": "commentsFocusViewFromFilter" + }, + "when": "kb-macro.recording && commentsFilterFocus" + }, { "key": "ctrl+end", "mac": "cmd+down", @@ -905,9 +921,9 @@ "key": "down", "command": "kb-macro.wrap", "args": { - "command": "focusNextCodeAction" + "command": "selectNextCodeAction" }, - "when": "kb-macro.recording && CodeActionMenuVisible" + "when": "kb-macro.recording && codeActionMenuVisible" }, { "key": "ctrl+shift+down", @@ -1591,9 +1607,9 @@ "key": "up", "command": "kb-macro.wrap", "args": { - "command": "focusPreviousCodeAction" + "command": "selectPrevCodeAction" }, - "when": "kb-macro.recording && CodeActionMenuVisible" + "when": "kb-macro.recording && codeActionMenuVisible" }, { "key": "ctrl+shift+up", @@ -1868,14 +1884,6 @@ }, "when": "kb-macro.recording && hasOtherSuggestions && textInputFocus && !inSnippetMode && !suggestWidgetVisible && config.editor.tabCompletion == 'on'" }, - { - "key": "shift+tab", - "command": "kb-macro.wrap", - "args": { - "command": "onEnterSelectCodeAction" - }, - "when": "kb-macro.recording && CodeActionMenuVisible" - }, { "key": "ctrl+shift+z", "mac": "shift+cmd+z", @@ -1910,6 +1918,14 @@ }, "when": "kb-macro.recording && !isMac && suggestWidgetMultipleSuggestions && suggestWidgetVisible && textInputFocus" }, + { + "key": "ctrl+down", + "command": "kb-macro.wrap", + "args": { + "command": "commentsFocusViewFromFilter" + }, + "when": "kb-macro.recording && !isMac && commentsFilterFocus" + }, { "key": "ctrl+down", "command": "kb-macro.wrap", @@ -2017,9 +2033,9 @@ "mac": "cmd+down", "command": "kb-macro.wrap", "args": { - "command": "focusNextCodeAction" + "command": "selectNextCodeAction" }, - "when": "kb-macro.recording && CodeActionMenuVisible" + "when": "kb-macro.recording && codeActionMenuVisible" }, { "key": "ctrl+up", @@ -2096,9 +2112,9 @@ "mac": "cmd+up", "command": "kb-macro.wrap", "args": { - "command": "focusPreviousCodeAction" + "command": "selectPrevCodeAction" }, - "when": "kb-macro.recording && CodeActionMenuVisible" + "when": "kb-macro.recording && codeActionMenuVisible" }, { "key": "alt+pagedown", @@ -2560,6 +2576,15 @@ }, "when": "kb-macro.recording && inSettingsEditor" }, + { + "key": "ctrl+f", + "mac": "cmd+f", + "command": "kb-macro.wrap", + "args": { + "command": "commentsFocusFilter" + }, + "when": "kb-macro.recording && focusedView == 'workbench.panel.comments'" + }, { "key": "ctrl+f", "mac": "cmd+f", @@ -2810,9 +2835,9 @@ "key": "enter", "command": "kb-macro.wrap", "args": { - "command": "onEnterSelectCodeAction" + "command": "acceptSelectedCodeAction" }, - "when": "kb-macro.recording && CodeActionMenuVisible" + "when": "kb-macro.recording && codeActionMenuVisible" }, { "key": "ctrl+u", @@ -3602,9 +3627,9 @@ "mac": "cmd+enter", "command": "kb-macro.wrap", "args": { - "command": "onEnterSelectCodeActionWithPreview" + "command": "previewSelectedCodeAction" }, - "when": "kb-macro.recording && CodeActionMenuVisible" + "when": "kb-macro.recording && codeActionMenuVisible" }, { "key": "ctrl+shift+enter", @@ -3969,6 +3994,26 @@ }, "when": "kb-macro.recording && problemFocus" }, + { + "key": "cmd+.", + "command": "kb-macro.wrap", + "args": { + "command": "workbench.action.terminal.sendSequence", + "args": { + "text": "\u0003" + } + }, + "when": "kb-macro.recording && terminalFocus" + }, + { + "key": "ctrl+.", + "mac": "cmd+.", + "command": "kb-macro.wrap", + "args": { + "command": "acceptSelectedCodeAction" + }, + "when": "kb-macro.recording && codeActionMenuVisible" + }, { "key": "ctrl+shift+r", "command": "kb-macro.wrap", @@ -7001,6 +7046,14 @@ }, "when": "kb-macro.recording && isWindows && !editorFocus" }, + { + "key": "shift+alt+c", + "command": "kb-macro.wrap", + "args": { + "command": "copyFilePath" + }, + "when": "kb-macro.recording && isWindows && editorFocus" + }, { "key": "shift+alt+c", "command": "kb-macro.wrap", @@ -7017,6 +7070,14 @@ }, "when": "kb-macro.recording && isWindows && !editorFocus" }, + { + "key": "ctrl+k ctrl+shift+c", + "command": "kb-macro.wrap", + "args": { + "command": "copyRelativeFilePath" + }, + "when": "kb-macro.recording && isWindows && editorFocus" + }, { "key": "alt+delete", "command": "kb-macro.wrap", @@ -7488,6 +7549,14 @@ }, "when": "kb-macro.recording && isLinux && fileMatchOrFolderMatchWithResourceFocus" }, + { + "key": "ctrl+k ctrl+alt+c", + "command": "kb-macro.wrap", + "args": { + "command": "copyFilePath" + }, + "when": "kb-macro.recording && isLinux && editorFocus" + }, { "key": "ctrl+shift+alt+c", "command": "kb-macro.wrap", @@ -7496,6 +7565,14 @@ }, "when": "kb-macro.recording && isLinux && !editorFocus" }, + { + "key": "ctrl+k ctrl+shift+alt+c", + "command": "kb-macro.wrap", + "args": { + "command": "copyRelativeFilePath" + }, + "when": "kb-macro.recording && isLinux && editorFocus" + }, { "key": "shift+alt+meta+j", "command": "kb-macro.wrap", @@ -7786,17 +7863,6 @@ }, "when": "kb-macro.recording && terminalFindFocused && terminalHasBeenCreated || kb-macro.recording && terminalFindFocused && terminalProcessSupported || kb-macro.recording && terminalFocus && terminalHasBeenCreated || kb-macro.recording && terminalFocus && terminalProcessSupported" }, - { - "key": "cmd+.", - "command": "kb-macro.wrap", - "args": { - "command": "workbench.action.terminal.sendSequence", - "args": { - "text": "\u0003" - } - }, - "when": "kb-macro.recording && terminalFocus" - }, { "key": "ctrl+shift+cmd+right", "command": "kb-macro.wrap", @@ -7822,6 +7888,14 @@ }, "when": "kb-macro.recording && isMac && editorHasCompletionItemProvider && textInputFocus && !editorReadonly" }, + { + "key": "cmd+k alt+cmd+c", + "command": "kb-macro.wrap", + "args": { + "command": "copyFilePath" + }, + "when": "kb-macro.recording && editorFocus" + }, { "key": "shift+alt+cmd+c", "command": "kb-macro.wrap", @@ -7830,6 +7904,14 @@ }, "when": "kb-macro.recording && !editorFocus" }, + { + "key": "cmd+k shift+alt+cmd+c", + "command": "kb-macro.wrap", + "args": { + "command": "copyRelativeFilePath" + }, + "when": "kb-macro.recording && editorFocus" + }, { "key": "ctrl+cmd+down", "command": "kb-macro.wrap",