From 4cf0cd04a5331a7200576356ce035cea4d10a40c Mon Sep 17 00:00:00 2001 From: tshino Date: Wed, 15 Nov 2023 01:45:26 +0900 Subject: [PATCH 1/3] Update keymap wrapper for Awesome Emacs Keymap v0.54.0 --- keymap-wrapper/tuttieee.emacs-mcx.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/keymap-wrapper/tuttieee.emacs-mcx.json b/keymap-wrapper/tuttieee.emacs-mcx.json index b290ae14..2bcdc388 100644 --- a/keymap-wrapper/tuttieee.emacs-mcx.json +++ b/keymap-wrapper/tuttieee.emacs-mcx.json @@ -1,5 +1,5 @@ [ - // Keymap wrapper for Awesome Emacs Keymap v0.51.0 + // Keymap wrapper for Awesome Emacs Keymap v0.54.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 @@ -1125,15 +1125,15 @@ "when": "kb-macro.active && editorTextFocus && !editorReadonly && config.emacs-mcx.useMetaPrefixEscape" }, { "key": "ctrl+[ c", "command": "kb-macro.wrap", "args": { "command": "emacs-mcx.transformToTitlecase" }, "when": "kb-macro.active && editorTextFocus && !editorReadonly && config.emacs-mcx.useMetaPrefixCtrlLeftBracket" }, - { "key": "alt+shift+6", "command": "kb-macro.wrap", "args": { "command": "emacs-mcx.executeCommands", "args": [ "emacs-mcx.previousLine", "editor.action.joinLines" ], "await": "document selection" }, + { "key": "alt+shift+6", "command": "kb-macro.wrap", "args": { "command": "emacs-mcx.deleteIndentation", "await": "document selection" }, "when": "kb-macro.active && editorTextFocus && !editorReadOnly && !config.emacs-mcx.useMetaPrefixMacCmd" }, - { "key": "cmd+shift+6", "command": "kb-macro.wrap", "args": { "command": "emacs-mcx.executeCommands", "args": [ "emacs-mcx.previousLine", "editor.action.joinLines" ], "await": "document selection" }, + { "key": "cmd+shift+6", "command": "kb-macro.wrap", "args": { "command": "emacs-mcx.deleteIndentation", "await": "document selection" }, "when": "kb-macro.active && isMac && editorTextFocus && !editorReadOnly && config.emacs-mcx.useMetaPrefixMacCmd" }, - { "key": "alt+shift+6", "command": "kb-macro.wrap", "args": { "command": "emacs-mcx.executeCommands", "args": [ "emacs-mcx.previousLine", "editor.action.joinLines" ], "await": "document selection" }, + { "key": "alt+shift+6", "command": "kb-macro.wrap", "args": { "command": "emacs-mcx.deleteIndentation", "await": "document selection" }, "when": "kb-macro.active && !isMac && editorTextFocus && !editorReadOnly && config.emacs-mcx.useMetaPrefixMacCmd" }, - { "key": "escape shift+6", "command": "kb-macro.wrap", "args": { "command": "emacs-mcx.executeCommands", "args": [ "emacs-mcx.previousLine", "editor.action.joinLines" ], "await": "document selection" }, + { "key": "escape shift+6", "command": "kb-macro.wrap", "args": { "command": "emacs-mcx.deleteIndentation", "await": "document selection" }, "when": "kb-macro.active && editorTextFocus && !editorReadOnly && config.emacs-mcx.useMetaPrefixEscape" }, - { "key": "ctrl+[ shift+6", "command": "kb-macro.wrap", "args": { "command": "emacs-mcx.executeCommands", "args": [ "emacs-mcx.previousLine", "editor.action.joinLines" ], "await": "document selection" }, + { "key": "ctrl+[ shift+6", "command": "kb-macro.wrap", "args": { "command": "emacs-mcx.deleteIndentation", "await": "document selection" }, "when": "kb-macro.active && editorTextFocus && !editorReadOnly && config.emacs-mcx.useMetaPrefixCtrlLeftBracket" }, { "key": "escape", "command": "kb-macro.wrap", "args": { "command": "emacs-mcx.cancel", "await": "selection" }, "when": "kb-macro.active && editorHasSelection && editorTextFocus && editorHasSelection && !config.emacs-mcx.useMetaPrefixEscape" }, From 0433728e6912fbf66ef01cefa643d7f143eecb40 Mon Sep 17 00:00:00 2001 From: tshino Date: Wed, 15 Nov 2023 01:46:21 +0900 Subject: [PATCH 2/3] Update README --- keymap-wrapper/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keymap-wrapper/README.md b/keymap-wrapper/README.md index dde08183..210c3542 100644 --- a/keymap-wrapper/README.md +++ b/keymap-wrapper/README.md @@ -17,7 +17,7 @@ Click the keymap wrapper link in the table below, which opens a JSON file. Copy | Keymap extension | Keymap wrapper | Last updated | Start recording | Stop recording | Playback | | ---------------- | -------------- | ------------ | ---------- | --------- | -------- | | [Atom Keymap](https://marketplace.visualstudio.com/items?itemName=ms-vscode.atom-keybindings) | [link](ms-vscode.atom-keybindings.json) | 2023-01-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) | 2023-11-06 | `C-x S-9` | `C-x S-0` | `C-x e` | +| [Awesome Emacs Keymap](https://marketplace.visualstudio.com/items?itemName=tuttieee.emacs-mcx) | [link](tuttieee.emacs-mcx.json) | 2023-11-15 | `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) | 2023-02-19 | `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) | 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) | 2023-01-08 | `Ctrl/Cmd+Q` | `Ctrl/Cmd+Q` | `Ctrl/Cmd+Shift+Q` | From 68eb4badc253bba7d3c7cd816a3e44330ba64d5d Mon Sep 17 00:00:00 2001 From: tshino Date: Thu, 16 Nov 2023 00:17:23 +0900 Subject: [PATCH 3/3] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 987cf9eb..c3da127d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to the Keyboard Macro Bata extension will be documented in t ### [Unreleased] - Update - Updated keymap wrapper for Vz Keymap (v0.19.11). [#314](https://github.com/tshino/vscode-kb-macro/pull/314) + - Updated keymap wrapper for Awesome Emacs Keymap (v0.54.0). [#315](https://github.com/tshino/vscode-kb-macro/pull/315) ### [0.13.10] - 2023-11-06 - Update