-
Notifications
You must be signed in to change notification settings - Fork 216
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
Modifier key (shift) not captured after another modifier key is released #738
Comments
I found out that this is a xkeysnail issue mooz/xkeysnail#109 that appears to be fixed at v0.4 pip3 install xkeysnail --upgrade This fixed the issue for me. |
That’ll introduce much worse issues 😅.. I forked it for reasons. the answer is likely me porting Kinto to keyszer - not using the latest xkeysnail which will definitely break Kinto. |
Oops... Well, so far I didn't notice any new side effects, but that's good to know. Thanks! |
Any idea how hard it would be to get the patch that fixed this in v0.4.0 into the fork in the meantime? This app is a life saver, but I'm dying by my habit of Command-Shift-Arrow to select to EOL, then lifting up Command and using arrow to trim/extend that side of the selection :( @gabstv @rbreaves @RedBearAK |
My solution to avoid a number of different problems and get new features was to move to Switching to |
Describe the bug
If I press
LShift+Right
right after pressingLM+LShift+Left
(the LShift key was still physically held down) the debug shows that onlyRight
was pressed.Expected behavior
If the
LShift
key was not physically released between combinations, it should still register as pressed.Install Type: Bare Metal
Distro: Ubuntu 22.04 LTS
DE: Gnome
Branch: master
Commit: 6aa5cc5
Screenshots
Pressing
LM+LShift+Left
a few times to select by words in VSCode.While still holding shift, if the right arrow key is pressed, it registers only as
Right
(instead ofLShift+Right
). This cancels the current selection in VSCode.The text was updated successfully, but these errors were encountered: