Skip to content

Commit

Permalink
Update keymap wrapper for Awesome Emacs Keymap v0.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tshino committed Jan 7, 2025
1 parent fb61e23 commit ca9f8e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions keymap-wrapper/tuttieee.emacs-mcx.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
[ "emacs-mcx.preCopyToRegister", "" ],
[ "emacs-mcx.preInsertRegister", "" ],
[ "emacs-mcx.preCopyRectangleToRegister", "" ],
[ "emacs-mcx.prePointToRegister", "" ],
[ "emacs-mcx.preJumpToRegister", "" ],
[ "emacs-mcx.someRegisterCommand", "document selection" ],

[ "emacs-mcx.paredit.forwardSexp", "selection" ],
Expand Down
6 changes: 5 additions & 1 deletion 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.63.0
// Keymap wrapper for Awesome Emacs Keymap v0.64.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 @@ -1241,6 +1241,10 @@
"when": "kb-macro.active && emacs-mcx.acceptingRectCommand && editorTextFocus" },
{ "key": "r", "command": "kb-macro.wrap", "args": { "command": "emacs-mcx.preCopyRectangleToRegister" },
"when": "kb-macro.active && emacs-mcx.acceptingRectCommand && editorTextFocus" },
{ "key": "space", "command": "kb-macro.wrap", "args": { "command": "emacs-mcx.prePointToRegister" },
"when": "kb-macro.active && emacs-mcx.acceptingRectCommand && editorTextFocus" },
{ "key": "j", "command": "kb-macro.wrap", "args": { "command": "emacs-mcx.preJumpToRegister" },
"when": "kb-macro.active && emacs-mcx.acceptingRectCommand && editorTextFocus" },
{ "key": "'", "command": "kb-macro.wrap", "args": { "command": "emacs-mcx.someRegisterCommand", "args": "'", "await": "document selection" },
"when": "kb-macro.active && emacs-mcx.acceptingRegisterCommand && editorTextFocus" },
{ "key": ",", "command": "kb-macro.wrap", "args": { "command": "emacs-mcx.someRegisterCommand", "args": ",", "await": "document selection" },
Expand Down

0 comments on commit ca9f8e9

Please sign in to comment.