From 92c044f73b2b17b72e5908363922133c2823322a Mon Sep 17 00:00:00 2001
From: tshino <tshino.ssr@gmail.com>
Date: Sat, 30 Nov 2024 01:43:06 +0900
Subject: [PATCH 1/2] Update keymap wrapper for Vz Keymap v0.19.17

---
 keymap-wrapper/README.md                  | 2 +-
 keymap-wrapper/tshino.vz-like-keymap.json | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/keymap-wrapper/README.md b/keymap-wrapper/README.md
index 55351e36..588d7b17 100644
--- a/keymap-wrapper/README.md
+++ b/keymap-wrapper/README.md
@@ -22,7 +22,7 @@ Click the keymap wrapper link in the table below, which opens a JSON file. Copy
 | [Notepad++ Keymap](https://marketplace.visualstudio.com/items?itemName=ms-vscode.notepadplusplus-keybindings) | [link](ms-vscode.notepadplusplus-keybindings.json) | 2023-01-08 | `Ctrl+Shift+R` | `Ctrl+Shift+R` | `Ctrl+Shift+P` |
 | [Sublime Text Keymap](https://marketplace.visualstudio.com/items?itemName=ms-vscode.sublime-keybindings) | [link](ms-vscode.sublime-keybindings.json) | 2024-02-14 | `Ctrl/Cmd+Q` | `Ctrl/Cmd+Q` | `Ctrl/Cmd+Shift+Q` |
 | [Visual Studio Keymap](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vs-keybindings) | [link](ms-vscode.vs-keybindings.json) | 2023-01-08 | `Ctrl+M R` | `Ctrl+M R` | `Ctrl+M Enter` |
-| [Vz Keymap](https://marketplace.visualstudio.com/items?itemName=tshino.vz-like-keymap) | [link](tshino.vz-like-keymap.json) | 2024-05-30 | `Ctrl+_` | `Ctrl+^` | `Ctrl+^` |
+| [Vz Keymap](https://marketplace.visualstudio.com/items?itemName=tshino.vz-like-keymap) | [link](tshino.vz-like-keymap.json) | 2024-11-30 | `Ctrl+_` | `Ctrl+^` | `Ctrl+^` |
 
 - Each keyboard shortcut for start/stop recording and playback is assigned to the same ones that the original editor is using, as much as possible.
 - You can find the definitions of them at the bottom of each keymap wrapper file (find the `startRecording` command etc.). You can customize them as you like.
diff --git a/keymap-wrapper/tshino.vz-like-keymap.json b/keymap-wrapper/tshino.vz-like-keymap.json
index afe66030..c42d6180 100644
--- a/keymap-wrapper/tshino.vz-like-keymap.json
+++ b/keymap-wrapper/tshino.vz-like-keymap.json
@@ -1,5 +1,5 @@
 [
-	// Keymap wrapper for Vz Keymap v0.19.16
+	// Keymap wrapper for Vz Keymap v0.19.17
 	// (required by Keyboard Macro Beta)
 	// The latest version can be found at:
 	// https://github.com/tshino/vscode-kb-macro/blob/main/keymap-wrapper/README.md
@@ -397,6 +397,8 @@
 		"when": "kb-macro.active && !multipleEditorGroups && !sideBarFocus && !panelFocus && !findWidgetVisible && config.vzKeymap.alt+W" },
 	{ "key": "alt+w", "command": "kb-macro.wrap", "args": { "command": "workbench.action.focusNextGroup" },
 		"when": "kb-macro.active && multipleEditorGroups && !sideBarFocus && !panelFocus && !findWidgetVisible && config.vzKeymap.alt+W" },
+	{ "key": "alt+w", "command": "kb-macro.wrap", "args": { "command": "workbench.action.compareEditor.focusOtherSide" },
+		"when": "kb-macro.active && textCompareEditorActive && !sideBarFocus && !panelFocus && !findWidgetVisible && config.vzKeymap.alt+W" },
 	{ "key": "ctrl+q ctrl+q", "command": "kb-macro.wrap", "args": { "command": "workbench.action.quickOpenView" },
 		"when": "kb-macro.active && editorFocus" },
 	{ "key": "ctrl+alt+b", "command": "kb-macro.wrap", "args": { "command": "workbench.action.toggleSidebarVisibility" },

From 16beb7110b893de35c82acd93d1811fc08a0e490 Mon Sep 17 00:00:00 2001
From: tshino <tshino.ssr@gmail.com>
Date: Sat, 30 Nov 2024 01:46:03 +0900
Subject: [PATCH 2/2] Update CHANGELOG

---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 171ce1d9..6466687b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ All notable changes to the Keyboard Macro Bata extension will be documented in t
 - Update:
   - Updated default keybindings wrappers based on VS Code 1.95.1. [#434](https://github.com/tshino/vscode-kb-macro/pull/434)
   - Updated keymap wrapper for Awesome Emacs Keymap (v0.62.3). [#440](https://github.com/tshino/vscode-kb-macro/pull/440)
+  - Updated keymap wrapper for Vz Keymap (v0.19.17). [#441](https://github.com/tshino/vscode-kb-macro/pull/441)
 
 ### [0.13.21] - 2024-11-01
 - Update: