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

druid-shell: Added Delete key handling #1746

Merged
merged 3 commits into from
May 3, 2021
Merged

Conversation

bjorn
Copy link
Contributor

@bjorn bjorn commented Apr 28, 2021

As I was trying the examples on Linux I noticed that whereas Backspace was handled, the Delete key was not. I hope I found the right way to add this functionality (it works at least).

@SecondFlight SecondFlight added S-needs-review waits for review shell concerns the shell abstraction labels Apr 28, 2021
Copy link
Collaborator

@jneem jneem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this makes sense to me, at least. Just one typo in the changelog...

CHANGELOG.md Outdated Show resolved Hide resolved
@SecondFlight SecondFlight added S-waiting-on-author waits for changes from the submitter and removed S-needs-review waits for review labels May 2, 2021
@bjorn bjorn requested a review from jneem May 2, 2021 19:11
@SecondFlight SecondFlight added S-ready PR is ready to merge and removed S-waiting-on-author waits for changes from the submitter labels May 3, 2021
@cmyr
Copy link
Member

cmyr commented May 3, 2021

Yep, this is definitely right; there's a bunch of stuff missing from this "simulate_input" method, and fixes are welcome!

@cmyr cmyr merged commit 1fd8bc0 into linebender:master May 3, 2021
@bjorn bjorn deleted the fix-delete branch May 4, 2021 08:35
@bjorn
Copy link
Contributor Author

bjorn commented May 4, 2021

@cmyr I had just run into the missing Delete handling myself. What other stuff is known to be missing?

@cmyr
Copy link
Member

cmyr commented May 4, 2021

I suspect most modifier combos like ctrl+arrow are missing. Also it might be nice, on linux, to support all the basic readline combos, like ctrl+e, ctrl+a, etcetera?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-ready PR is ready to merge shell concerns the shell abstraction
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants