Open
Description
Describe the bug
I checked out the source and ran several of the examples. In all cases the prompt wouldn't respond to the enter or backspace key, or any other keys I tried other than typing letters or spaces.
To Reproduce
Steps to reproduce the behavior:
Check out source.
cargo run --example cursor_style
Try to enter a command
Expected behavior
Should be able to enter commands with enter
and delete characters with backspace
GQL (please complete the following information):
0.2.0
Metadata
Metadata
Assignees
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
AmrDeveloper commentedon Dec 31, 2023
Hello @sadmac7000,
In the key bindings and drop down auto complete examples you can find an examples for binding common non-character keyes and custom key bindings,
If you have suggestion to improve samples and add any case feel free to suggest
Thank you,
Amr Hesham
sadmac7000 commentedon Dec 31, 2023
Not binding enter in the examples means it is impossible to quit them. I had to kill the application from another window.
AmrDeveloper commentedon Dec 31, 2023
Oh, you are right i think we should register at least quit binding for all examples,
Issue #1: Register common control command in all samples
AmrDeveloper commentedon Dec 31, 2023
Done, Thank you @sadmac7000