Skip to content
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

Quick Commands could support ctrl_c? #84

Closed
gooker opened this issue Apr 19, 2021 · 4 comments
Closed

Quick Commands could support ctrl_c? #84

gooker opened this issue Apr 19, 2021 · 4 comments
Assignees
Labels
feature New feature

Comments

@gooker
Copy link

gooker commented Apr 19, 2021

I test Quick Commands support \n \t
how to send ctrl_c?

@kingToolbox kingToolbox self-assigned this Apr 20, 2021
@kingToolbox kingToolbox added the feature New feature label Apr 20, 2021
@kingToolbox
Copy link
Owner

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.

@kingToolbox
Copy link
Owner

The new version 2.1.0_prerelease_2 has been released and supports sending escaped characters like Ctrl+C now, please download and check, thank you!

@gooker
Copy link
Author

gooker commented Apr 23, 2021

control char \c-c

P2 test ok

@kingToolbox
Copy link
Owner

Thank you for verifying so quickly. This issue will be closed and welcome to continue submitting new issues and feature requests, thank you. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants