Skip to content

Commit

Permalink
Merge pull request #455 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.63.0
  • Loading branch information
tshino authored Jan 5, 2025
2 parents d273a3d + 5d77315 commit fb61e23
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 300 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the Keyboard Macro Bata extension will be documented in this file.

### [Unreleased]
- Update:
- Updated keymap wrapper for Awesome Emacs Keymap (v0.63.0). [#455](https://github.com/tshino/vscode-kb-macro/pull/455)

### [0.13.23] - 2024-12-15
- Fix
- Fixed: `shift+delete` was not recorded properly on Linux. [#447](https://github.com/tshino/vscode-kb-macro/issues/447)
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) | 2024-11-30 | `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) | 2025-01-06 | `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) | 2024-04-07 | `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) | 2024-02-14 | `Ctrl/Cmd+Q` | `Ctrl/Cmd+Q` | `Ctrl/Cmd+Shift+Q` |
Expand Down
4 changes: 4 additions & 0 deletions keymap-wrapper/tuttieee.emacs-mcx.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
[ "emacs-mcx.startRegisterInsertCommand", "" ],
[ "emacs-mcx.copyToRegister", "selection" ],
[ "emacs-mcx.insertRegister", "document selection" ],
[ "emacs-mcx.preCopyToRegister", "" ],
[ "emacs-mcx.preInsertRegister", "" ],
[ "emacs-mcx.preCopyRectangleToRegister", "" ],
[ "emacs-mcx.someRegisterCommand", "document selection" ],

[ "emacs-mcx.paredit.forwardSexp", "selection" ],
[ "emacs-mcx.paredit.backwardSexp", "selection" ],
Expand Down
Loading

0 comments on commit fb61e23

Please sign in to comment.