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

Modifiers keys are not detected for KeyCode::Enter #773

Closed
aaron404 opened this issue Apr 3, 2023 · 2 comments
Closed

Modifiers keys are not detected for KeyCode::Enter #773

aaron404 opened this issue Apr 3, 2023 · 2 comments

Comments

@aaron404
Copy link

aaron404 commented Apr 3, 2023

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Poll for events
  2. Press a letter key (such as A, B, etc) while holding shift or control, these modifiers will be reported correctly
  3. Repeat the test but by pressing Enter while holding shift or control. No modifier will be reported.

Expected behavior
Modifiers (ctrl, shift, alt, etc) should be reported when Enter is pressed

OS
Ubuntu via Windows WSL

Terminal/Console
Windows terminal

@dob9601
Copy link

dob9601 commented Apr 9, 2023

Can confirm that this affects me too

OS
Manjaro Linux

Terminal/Console
Both Kitty and Konsole exhibit the behaviour. Haven't tested more.

@TimonPost
Copy link
Member

Please post your issue here: #685. It also seems like the modifiers + ENTER combo was already reported, additional information would be the systems that those are not supported on. Thanks.

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

3 participants