Skip to content

Commit

Permalink
Merge pull request #457 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.65.0
  • Loading branch information
tshino authored Jan 9, 2025
2 parents d99b4e1 + 29e1ce8 commit 6e2182b
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 167 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All notable changes to the Keyboard Macro Bata extension will be documented in t
- Update:
- Updated keymap wrapper for Awesome Emacs Keymap (v0.63.0). [#455](https://github.com/tshino/vscode-kb-macro/pull/455)
- Updated keymap wrapper for Awesome Emacs Keymap (v0.64.0). [#456](https://github.com/tshino/vscode-kb-macro/pull/456)
- Updated keymap wrapper for Awesome Emacs Keymap (v0.65.0). [#457](https://github.com/tshino/vscode-kb-macro/pull/457)

### [0.13.23] - 2024-12-15
- Fix
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) | 2025-01-08 | `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-10 | `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
19 changes: 7 additions & 12 deletions keymap-wrapper/tuttieee.emacs-mcx.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,12 @@
[ "emacs-mcx.clearRectangle", "document selection" ],
[ "emacs-mcx.stringRectangle", "document selection" ],
[ "emacs-mcx.replaceKillRingToRectangle", "document selection" ],
[ "emacs-mcx.startRegisterCopyCommand", "" ],
[ "emacs-mcx.startRegisterInsertCommand", "" ],
[ "emacs-mcx.copyToRegister", "selection" ],
[ "emacs-mcx.insertRegister", "document selection" ],
[ "emacs-mcx.preCopyToRegister", "" ],
[ "emacs-mcx.preInsertRegister", "" ],
[ "emacs-mcx.preCopyRectangleToRegister", "" ],
[ "emacs-mcx.prePointToRegister", "" ],
[ "emacs-mcx.preJumpToRegister", "" ],
[ "emacs-mcx.someRegisterCommand", "document selection" ],
[ "emacs-mcx.copyToRegister", "" ],
[ "emacs-mcx.insertRegister", "" ],
[ "emacs-mcx.copyRectangleToRegister", "" ],
[ "emacs-mcx.pointToRegister", "" ],
[ "emacs-mcx.jumpToRegister", "" ],
[ "emacs-mcx.registerNameCommand", "document selection" ],

[ "emacs-mcx.paredit.forwardSexp", "selection" ],
[ "emacs-mcx.paredit.backwardSexp", "selection" ],
Expand All @@ -71,8 +67,7 @@
[ "emacs-mcx.yank*", "document selection" ],

[ "emacs-mcx.cancel", "[editorHasSelection]selection" ],
[ "emacs-mcx.isearchExit", "document selection" ],
[ "emacs-mcx.executeCommands", "document selection" ]
[ "emacs-mcx.isearchExit", "document selection" ]
],
"footer": [
{
Expand Down
Loading

0 comments on commit 6e2182b

Please sign in to comment.