From faec9687f9b2323c75ee4590ed755f856ba516d1 Mon Sep 17 00:00:00 2001 From: tshino Date: Mon, 4 Apr 2022 00:59:35 +0900 Subject: [PATCH 1/2] Update keymap for Delphi Keymap (v9.5.0) --- CHANGELOG.md | 1 + keymap-wrapper/alefragnani.delphi-keybindings.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42b25d56..76a9cc38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ All notable changes to the Keyboard Macro Bata extension will be documented in t - Updated default keybindings based on VS Code 1.66.0. [#87](https://github.com/tshino/vscode-kb-macro/pull/87) - Updated default keybindings based on VS Code 1.65.2. [#74](https://github.com/tshino/vscode-kb-macro/pull/74) - Updated keymap wrapper for Awesome Emacs Keymap (v0.41.1). [#81](https://github.com/tshino/vscode-kb-macro/pull/81) + - Updated Keymap wrapper for Delphi Keymap (v9.5.0). - Internal - Added `record` option to the `kb-macro.wrap` command. [#76](https://github.com/tshino/vscode-kb-macro/pull/76) - Fixed: gen_keymap_wrapper.js end with exit code 0 even when it fails [#77](https://github.com/tshino/vscode-kb-macro/pull/77) diff --git a/keymap-wrapper/alefragnani.delphi-keybindings.json b/keymap-wrapper/alefragnani.delphi-keybindings.json index 47eed8ac..6ec55d15 100644 --- a/keymap-wrapper/alefragnani.delphi-keybindings.json +++ b/keymap-wrapper/alefragnani.delphi-keybindings.json @@ -1,5 +1,5 @@ [ - // Keymap wrapper for Delphi Keymap v9.4.0 + // Keymap wrapper for Delphi Keymap v9.5.0 // (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 From 3f75ae0c3d9ef7b19492cd3172703fb8888b9071 Mon Sep 17 00:00:00 2001 From: tshino Date: Mon, 4 Apr 2022 01:03:42 +0900 Subject: [PATCH 2/2] Update CHANGELOG and README --- CHANGELOG.md | 2 +- keymap-wrapper/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a9cc38..cd8f5121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ All notable changes to the Keyboard Macro Bata extension will be documented in t - Updated default keybindings based on VS Code 1.66.0. [#87](https://github.com/tshino/vscode-kb-macro/pull/87) - Updated default keybindings based on VS Code 1.65.2. [#74](https://github.com/tshino/vscode-kb-macro/pull/74) - Updated keymap wrapper for Awesome Emacs Keymap (v0.41.1). [#81](https://github.com/tshino/vscode-kb-macro/pull/81) - - Updated Keymap wrapper for Delphi Keymap (v9.5.0). + - Updated Keymap wrapper for Delphi Keymap (v9.5.0). [#90](https://github.com/tshino/vscode-kb-macro/pull/90) - Internal - Added `record` option to the `kb-macro.wrap` command. [#76](https://github.com/tshino/vscode-kb-macro/pull/76) - Fixed: gen_keymap_wrapper.js end with exit code 0 even when it fails [#77](https://github.com/tshino/vscode-kb-macro/pull/77) diff --git a/keymap-wrapper/README.md b/keymap-wrapper/README.md index 12b40433..1b48fbd7 100644 --- a/keymap-wrapper/README.md +++ b/keymap-wrapper/README.md @@ -18,7 +18,7 @@ Click the keymap wrapper link in the table below, which opens a JSON file. Copy | ---------------- | -------------- | ------------ | ---------- | --------- | -------- | | [Atom Keymap](https://marketplace.visualstudio.com/items?itemName=ms-vscode.atom-keybindings) | [link](ms-vscode.atom-keybindings.json) | 2021-12-24 | `Ctrl+Alt+R` | `Ctrl+Alt+R` | `Ctrl+Alt+P` | | [Awesome Emacs Keymap](https://marketplace.visualstudio.com/items?itemName=tuttieee.emacs-mcx) | [link](tuttieee.emacs-mcx.json) | 2022-03-24 | `C-x S-9` | `C-x S-0` | `C-x e` | -| [Delphi Keymap](https://marketplace.visualstudio.com/items?itemName=alefragnani.delphi-keybindings) | [link](alefragnani.delphi-keybindings.json) | 2021-12-27 | `Ctrl/Cmd+Shift+R` | `Ctrl/Cmd+Shift+R` | `Ctrl/Cmd+Shift+P` | +| [Delphi Keymap](https://marketplace.visualstudio.com/items?itemName=alefragnani.delphi-keybindings) | [link](alefragnani.delphi-keybindings.json) | 2022-04-04 | `Ctrl/Cmd+Shift+R` | `Ctrl/Cmd+Shift+R` | `Ctrl/Cmd+Shift+P` | | [Notepad++ Keymap](https://marketplace.visualstudio.com/items?itemName=ms-vscode.notepadplusplus-keybindings) | [link](ms-vscode.notepadplusplus-keybindings.json) | 2021-12-26 | `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) | 2021-12-21 | `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) | 2021-12-29 | `Ctrl+M R` | `Ctrl+M R` | `Ctrl+M Enter` |