From 2ee3b485ebcf3a6dc60ee908a651176587dcd5d6 Mon Sep 17 00:00:00 2001 From: gh-workflow Date: Fri, 16 Dec 2022 16:50:29 +0000 Subject: [PATCH 1/2] Update for VSCode 1.74.1 --- generator/default-keybindings-linux.json | 20 ++++++++++---------- generator/default-keybindings-mac.json | 24 ++++++++++++------------ generator/default-keybindings-win.json | 20 ++++++++++---------- package.json | 22 +++++++++++----------- 4 files changed, 43 insertions(+), 43 deletions(-) diff --git a/generator/default-keybindings-linux.json b/generator/default-keybindings-linux.json index 1bcd801b..95804f06 100644 --- a/generator/default-keybindings-linux.json +++ b/generator/default-keybindings-linux.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.74.0 for Linux +// Default Keybindings of Visual Studio Code 1.74.1 for Linux // Override key bindings by placing them into your key bindings file. [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -1377,23 +1377,23 @@ { "key": "shift+alt+h", "command": "references-view.showCallHierarchy", "when": "editorHasCallHierarchyProvider" }, { "key": "ctrl+.", "command": "acceptSelectedCodeAction", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "enter", "command": "acceptSelectedCodeAction", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "shift+escape", "command": "hideCodeActionWidget", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "escape", "command": "hideCodeActionWidget", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "ctrl+enter", "command": "previewSelectedCodeAction", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "ctrl+down", "command": "selectNextCodeAction", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "down", "command": "selectNextCodeAction", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "ctrl+up", "command": "selectPrevCodeAction", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "up", "command": "selectPrevCodeAction", - "when": "actionWidgetVisible" } + "when": "codeActionMenuVisible" } ] diff --git a/generator/default-keybindings-mac.json b/generator/default-keybindings-mac.json index 124ab528..c7b72fff 100644 --- a/generator/default-keybindings-mac.json +++ b/generator/default-keybindings-mac.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.74.0 for macOS +// Default Keybindings of Visual Studio Code 1.74.1 for macOS // Override key bindings by placing them into your key bindings file. [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -1512,27 +1512,27 @@ { "key": "shift+alt+h", "command": "references-view.showCallHierarchy", "when": "editorHasCallHierarchyProvider" }, { "key": "cmd+.", "command": "acceptSelectedCodeAction", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "enter", "command": "acceptSelectedCodeAction", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "shift+escape", "command": "hideCodeActionWidget", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "escape", "command": "hideCodeActionWidget", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "cmd+enter", "command": "previewSelectedCodeAction", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "ctrl+n", "command": "selectNextCodeAction", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "cmd+down", "command": "selectNextCodeAction", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "down", "command": "selectNextCodeAction", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "ctrl+p", "command": "selectPrevCodeAction", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "cmd+up", "command": "selectPrevCodeAction", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "up", "command": "selectPrevCodeAction", - "when": "actionWidgetVisible" } + "when": "codeActionMenuVisible" } ] diff --git a/generator/default-keybindings-win.json b/generator/default-keybindings-win.json index 8f15f814..2b43c07b 100644 --- a/generator/default-keybindings-win.json +++ b/generator/default-keybindings-win.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.74.0 for Windows +// Default Keybindings of Visual Studio Code 1.74.1 for Windows // Override key bindings by placing them into your key bindings file. [ { "key": "escape escape", "command": "workbench.action.exitZenMode", @@ -1395,23 +1395,23 @@ { "key": "shift+alt+h", "command": "references-view.showCallHierarchy", "when": "editorHasCallHierarchyProvider" }, { "key": "ctrl+.", "command": "acceptSelectedCodeAction", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "enter", "command": "acceptSelectedCodeAction", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "shift+escape", "command": "hideCodeActionWidget", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "escape", "command": "hideCodeActionWidget", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "ctrl+enter", "command": "previewSelectedCodeAction", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "ctrl+down", "command": "selectNextCodeAction", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "down", "command": "selectNextCodeAction", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "ctrl+up", "command": "selectPrevCodeAction", - "when": "actionWidgetVisible" }, + "when": "codeActionMenuVisible" }, { "key": "up", "command": "selectPrevCodeAction", - "when": "actionWidgetVisible" } + "when": "codeActionMenuVisible" } ] diff --git a/package.json b/package.json index 35e459dc..64ba31c4 100644 --- a/package.json +++ b/package.json @@ -285,7 +285,7 @@ "args": { "command": "hideCodeActionWidget" }, - "when": "kb-macro.recording && actionWidgetVisible" + "when": "kb-macro.recording && codeActionMenuVisible" }, { "key": "escape", @@ -704,7 +704,7 @@ "args": { "command": "hideCodeActionWidget" }, - "when": "kb-macro.recording && actionWidgetVisible" + "when": "kb-macro.recording && codeActionMenuVisible" }, { "key": "ctrl+end", @@ -923,7 +923,7 @@ "args": { "command": "selectNextCodeAction" }, - "when": "kb-macro.recording && actionWidgetVisible" + "when": "kb-macro.recording && codeActionMenuVisible" }, { "key": "ctrl+shift+down", @@ -1609,7 +1609,7 @@ "args": { "command": "selectPrevCodeAction" }, - "when": "kb-macro.recording && actionWidgetVisible" + "when": "kb-macro.recording && codeActionMenuVisible" }, { "key": "ctrl+shift+up", @@ -2035,7 +2035,7 @@ "args": { "command": "selectNextCodeAction" }, - "when": "kb-macro.recording && actionWidgetVisible" + "when": "kb-macro.recording && codeActionMenuVisible" }, { "key": "ctrl+up", @@ -2114,7 +2114,7 @@ "args": { "command": "selectPrevCodeAction" }, - "when": "kb-macro.recording && actionWidgetVisible" + "when": "kb-macro.recording && codeActionMenuVisible" }, { "key": "alt+pagedown", @@ -2837,7 +2837,7 @@ "args": { "command": "acceptSelectedCodeAction" }, - "when": "kb-macro.recording && actionWidgetVisible" + "when": "kb-macro.recording && codeActionMenuVisible" }, { "key": "ctrl+u", @@ -3637,7 +3637,7 @@ "args": { "command": "previewSelectedCodeAction" }, - "when": "kb-macro.recording && actionWidgetVisible" + "when": "kb-macro.recording && codeActionMenuVisible" }, { "key": "ctrl+shift+enter", @@ -4018,7 +4018,7 @@ "args": { "command": "acceptSelectedCodeAction" }, - "when": "kb-macro.recording && actionWidgetVisible" + "when": "kb-macro.recording && codeActionMenuVisible" }, { "key": "ctrl+shift+r", @@ -7236,7 +7236,7 @@ "args": { "command": "selectNextCodeAction" }, - "when": "kb-macro.recording && isMac && actionWidgetVisible" + "when": "kb-macro.recording && isMac && codeActionMenuVisible" }, { "key": "ctrl+o", @@ -7386,7 +7386,7 @@ "args": { "command": "selectPrevCodeAction" }, - "when": "kb-macro.recording && isMac && actionWidgetVisible" + "when": "kb-macro.recording && isMac && codeActionMenuVisible" }, { "key": "ctrl+q", From 98236480ee3b52896310c44ad1ea5bf6df3ad0c6 Mon Sep 17 00:00:00 2001 From: tshino Date: Sat, 17 Dec 2022 13:45:54 +0900 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39cfa5b8..05cc9322 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the Keyboard Macro Bata extension will be documented in this file. +### [Unreleased] +- Update + - Updated default keybindings wrappers based on vscode 1.74.1. [#172](https://github.com/tshino/vscode-kb-macro/pull/172) + ### [0.12.9] - 2022-12-10 - Update - Updated default keybindings wrappers based on vscode 1.74.0. [#170](https://github.com/tshino/vscode-kb-macro/pull/170)