You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version does not yet support it. But I have completed the development of this feature for you in the past two days. The new version supports sending ctrl+c (same as ASCII code EXT/03) in the following ways:
format
code
hexadecimal char
\x03
octal char
\003
wide hexadecimal char
\u0003
control char
\cc
control char
\c-c
Later versions will support running custom scripts, and you can send any text to the server more easily at that time.
I test Quick Commands support \n \t
how to send ctrl_c?
The text was updated successfully, but these errors were encountered: