-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Ctrl key no longer works on when using Windows Command Prompt #1654
Comments
Relevant issue: #677 |
I'm trying to get the event-read example in crossterm running in the latest crossterm master, but I'm hitting build issues with wepoll. With crossterm 0.22 and the PR, I was definitely able to see ctrl at the crossterm level before. |
@CptPotato Hey, sorry to ping you like this. You're running Windows, right? Could you test the crossterm example? I'd like to determine if we broke crossterm or if this is a helix issue. |
Sorry for lately reply, I can reproduce this issue well, and I've verify that it works normally in crossterm 0.22.. I've verify |
We need to double check crossterm-rs/crossterm#619 then |
No worries, happy to give it a shot: Looks like I'm getting the same issue. Key bindings that use Ctrl don't work anymore in helix. As @WindSoilder also pointed out, running crossterm's Note that not all keys behave like this. For example, Ctrl + m is interpreted as |
I'm on WIndows 10 Pro, 10.0.19044. I have the same behavior on the original |
Sorry for introducing a new bug like this, I make a PR to fix this issue: crossterm-rs/crossterm#629 That pr simply convert from upper-case character to lower-case character I've manually test it with helix, and it works fine for me. |
First occurs in commit 23553bd
It appears related to updating the crossterm dependency.
Reproduction steps
Ctrl doesn't work, observe trying to move using Ctrl-D or Ctrl-U, or trying to create a new split using Ctrl-W, Ctrl-V
Environment
No output is written to helix.log
The text was updated successfully, but these errors were encountered: