diff --git a/keymap-wrapper/tuttieee.emacs-mcx.config.json b/keymap-wrapper/tuttieee.emacs-mcx.config.json index d119f88..36ec3e2 100644 --- a/keymap-wrapper/tuttieee.emacs-mcx.config.json +++ b/keymap-wrapper/tuttieee.emacs-mcx.config.json @@ -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" ], diff --git a/keymap-wrapper/tuttieee.emacs-mcx.json b/keymap-wrapper/tuttieee.emacs-mcx.json index 28d6969..b962ed7 100644 --- a/keymap-wrapper/tuttieee.emacs-mcx.json +++ b/keymap-wrapper/tuttieee.emacs-mcx.json @@ -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 @@ -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" },