Skip to content

Commit

Permalink
Merge pull request #315 from tshino/update-awesome-emacs-keymap
Browse files Browse the repository at this point in the history
Update keymap wrapper for Awesome Emacs Keymap v0.54.0
  • Loading branch information
tshino authored Nov 15, 2023
2 parents d6ec1c6 + 68eb4ba commit efb3f26
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion keymap-wrapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
12 changes: 6 additions & 6 deletions keymap-wrapper/tuttieee.emacs-mcx.json
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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" },
Expand Down

0 comments on commit efb3f26

Please sign in to comment.