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

Backspace and/or Arrow Keys handling #15

Open
jclds139 opened this issue Sep 3, 2024 · 1 comment
Open

Backspace and/or Arrow Keys handling #15

jclds139 opened this issue Sep 3, 2024 · 1 comment

Comments

@jclds139
Copy link

jclds139 commented Sep 3, 2024

Is it feasible to add some basic line-editing to this library? Just handling the backspace key alone would make a huge difference since it would enable fixing mistakes when typing commands.

@CreativeRobotics
Copy link
Owner

I can take a look, but you can already do this by configuring your serial terminal app so it only sends a line when you hit 'enter'. That way you can delete and change what you are typing before it gets sent to commander - as far as I know, this is the default on the Arduino serial terminal, you type text into the text entry field and either clock send, or hit 'enter', then everything you typed gets sent in one go.

@github-staff github-staff deleted a comment from maher-nakesh Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants