diff --git a/CHANGELOG.md b/CHANGELOG.md index 28e3dbb5..58978647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to the Keyboard Macro Bata extension will be documented in this file. ### [Unreleased] +- Update + - Updated default keybindings based on VS Code 1.64.2 (Windows, Linux, macOS). [#53](https://github.com/tshino/vscode-kb-macro/pull/53) - Fix - The latest recorded sequence is played back if the 'sequence' argument has a syntax error. [#52](https://github.com/tshino/vscode-kb-macro/issues/52) diff --git a/generator/default-keybindings-linux.json b/generator/default-keybindings-linux.json index d9801b72..5c2ba0f2 100644 --- a/generator/default-keybindings-linux.json +++ b/generator/default-keybindings-linux.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.64.1 +// Default Keybindings of Visual Studio Code 1.64.2 // Override key bindings by placing them into your key bindings file. [ { "key": "escape escape", "command": "workbench.action.exitZenMode", diff --git a/generator/default-keybindings-mac.json b/generator/default-keybindings-mac.json index f02db8e6..3a05c976 100644 --- a/generator/default-keybindings-mac.json +++ b/generator/default-keybindings-mac.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.64.1 +// Default Keybindings of Visual Studio Code 1.64.2 // Override key bindings by placing them into your key bindings file. [ { "key": "escape escape", "command": "workbench.action.exitZenMode", diff --git a/generator/default-keybindings-win.json b/generator/default-keybindings-win.json index ce35b7f7..136090b6 100644 --- a/generator/default-keybindings-win.json +++ b/generator/default-keybindings-win.json @@ -1,4 +1,4 @@ -// Default Keybindings of Visual Studio Code 1.64.1 +// Default Keybindings of Visual Studio Code 1.64.2 // Override key bindings by placing them into your key bindings file. [ { "key": "escape escape", "command": "workbench.action.exitZenMode",