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

Incorrect shift state if left and right shift used together #79

Open
cduhn opened this issue Aug 20, 2024 · 2 comments
Open

Incorrect shift state if left and right shift used together #79

cduhn opened this issue Aug 20, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@cduhn
Copy link

cduhn commented Aug 20, 2024

Describe the Bug/Issue

If I press the left and right shift keys together, releasing just one of those keys disables the shifted state.

Steps to Reproduce

  1. Open a text editor on the machine your keyboard is not connected to.
  2. Hold down the left shift key to type ONE
  3. Keep holding the left shift key. Simultaneously hold down the right shift key and type an underscore, so the text now says ONE_.
  4. Release the right shift key. Keeping the left shift key held down, type TWO.

Expected Behavior

After the steps above, we would expect the editor to read ONE_TWO, but it actually reads ONE_two. Releasing the right shift key dismissed the shifted state, even though the left shift key is still held down.

Your Environment

  • Keyboard is attached to Windows 10, 64 bit.
  • Editing text on an M1 Mac running MacOS Sonoma 14.6.1
  • Both machines running Cursr 1.7.2
  • License: Pro
@cduhn
Copy link
Author

cduhn commented Aug 20, 2024

I've started keeping the MacOS keyboard viewer open to see when my Mac's reported keyboard state is incorrect. In addition to the issue reported above, I've also seen the keyboard viewer report both shift keys being pressed, when in actuality I had nothing pressed. I don't know how to reproduce that yet, but I'll report back if I figure it out.

@ragauskl
Copy link
Contributor

Thanks for reporting this, I'll have a look

@ragauskl ragauskl added the bug Something isn't working label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants