How can you send Ctrl+C to the server without exiting the terminal? #2717
Unanswered
luisperezphd
asked this question in
Q&A
Replies: 1 comment
-
I love this idea. Currently there is no way to do it however. According to some google searches |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using the interactive @serialport/terminal 12.0.0 is there a way to send Ctrl+C to the host without existing @serialport/terminal?
Possible a alternate key combination for example Ctrl+Shift+C would send Ctrl+C to the server the terminal is connected to.
Or better the option to use something other than Ctrl+C to exit the terminal.
I'm running into this when trying to use @serialport/terminal to connect to CircuitPython where Ctrl+C is how terminate a currently running script.
Beta Was this translation helpful? Give feedback.
All reactions