-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard macro support #1127
Comments
Hello, thanks for the comment.
OK, I have installed the extension, though actually, I don't use keyboard marco much frequently... Anyway, I will send comments when I found something 👍
This document seems to be helpful. |
Thank you for your reply! It is now available on my repository. You can try it with both two extensions enabled. As the document you mentioned says, I was trying to assign Thanks. |
Let me inform you that I've just updated the keymap wrapper to reduce some unnecessary delays in playback. |
Hi,
I think it's the only available solution with VSCode for now. Awesome Emacs Kaymap also does the same thing, e.g. using
I installed the extension v0.3.0 👌 |
It's good to hear. Thanks. |
Hi, in my point of view, it's working basically. So please feel free to close this issue if you have any more actions. If I could say some more, it would be nice to have the prefix-argument capability on the playback command, isn't it? I thought the But maybe it's possible by having kind of a proxy command in emacs-mcx, that passes the prefix argument to another command.
How about? |
Hi, the idea of the proxy command looks reasonable. Thank you for the suggestion. While I proposed a command in #1146 just like the one you suggested, |
Sounds great! The reason is as follows. On the kb-macro side, the |
I see, it makes sense. Thanks.
OK. I think the key will be customizable. Then, I will close this issue now. The discussion will continue in #1146 |
This is a proposal for collaborative work to add keyboard macro support.
Recently I've published an extension Keyboard Macro Beta which enables to record and playback of keyboard operations on VS Code.
But the Keyboard Macro extension itself supports only the default keybindings of VS Code.
So in order to support a keymap extension such as your Awesome Emacs Keymap, it is required to make additional work.
However, hopefully, the required work will be entirely on my side. Likely your extension (Awesome Emacs Keymap) would not need any modification on itself.
I'm currently working on it. The work is making a keymap wrapper for Awesome Emacs Keymap.
I would like to ask you to comment on my plan. And if you don't mind taking your time, I would like to ask to perform some random manual testing after the keymap wrapper has been made.
And, I would like to ask you that what is the preferred keybindings to start/stop macro recording and trigger playback in terms of emacs emulation?
Thank you in advance.
The text was updated successfully, but these errors were encountered: