Skip to content

Commit

Permalink
Merge pull request #327 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.57.1
  • Loading branch information
tshino authored Jan 15, 2024
2 parents 7df9378 + a089b5a commit 25db33b
Show file tree
Hide file tree
Showing 4 changed files with 294 additions and 293 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 Awesome Emacs Keymap (v0.56.0). [#326](https://github.com/tshino/vscode-kb-macro/pull/326)
- Updated keymap wrapper for Awesome Emacs Keymap (v0.57.1). [#327](https://github.com/tshino/vscode-kb-macro/pull/327)
- Internal
- Support parenthesis in when clause in wrapper keybindings generator [#296](https://github.com/tshino/vscode-kb-macro/issues/296)

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-01-13 | `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) | 2024-01-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
8 changes: 4 additions & 4 deletions keymap-wrapper/tuttieee.emacs-mcx.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
[ "emacs-mcx.clearRectangle", "document selection" ],
[ "emacs-mcx.stringRectangle", "document selection" ],
[ "emacs-mcx.replaceKillRingToRectangle", "document selection" ],
[ "emacs-mcx.StartRegisterSaveCommand", "" ],
[ "emacs-mcx.StartRegisterInsertCommand", "" ],
[ "emacs-mcx.RegisterSaveCommand", "selection" ],
[ "emacs-mcx.RegisterInsertCommand", "document selection" ],
[ "emacs-mcx.startRegisterCopyCommand", "" ],
[ "emacs-mcx.startRegisterInsertCommand", "" ],
[ "emacs-mcx.copyToRegister", "selection" ],
[ "emacs-mcx.insertRegister", "document selection" ],

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

0 comments on commit 25db33b

Please sign in to comment.