Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update keymap wrapper for Awesome Emacs Keymap v0.54.0 #315

Merged
merged 3 commits into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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