-
Notifications
You must be signed in to change notification settings - Fork 28
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
SendCode with new Windows Terminal #133
Comments
What is the new Windows Terminal? |
Do you know if its' possible? I switched from ConEmu to Windows Terminal and deeply miss using SendCode |
I did some researches and found no way to send things to the new terminal. |
Do you think you could open an issue at https://github.com/Microsoft/Terminal/issues ? They have been pretty responsive and active. |
In particular, what's the API needed to accomplish this change. |
We basically need a way to send code to the active tab of the terminal. So in order to make it work, in short, we need
|
I opened an issue microsoft/terminal#5873 |
For reference microsoft/terminal#3799 |
It appears as though this has been implemented recently, see the "sendInput" feature here: https://github.com/microsoft/terminal/releases/tag/v1.3.2382.0. |
It seems that we still need a way to trigger the action programmatically. |
microsoft/terminal#7249 (comment) Does that help at all? |
No, it does not. |
How can I setup SendCode to work with the new Windows Terminal? Could we support this configuration.
The text was updated successfully, but these errors were encountered: