Actions
Bug #444
closedWhen pressing a normal key in combination with modifiers. Key Shift is shifted to the left 1 bit (altering ALL the shift states).
Start date:
08/07/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Actions
Added by Brian Flanagan over 4 years ago. Updated about 4 years ago.
0%
Update: It is only the LEFT modifier keys that get shifted 1 bit. The RIGHT side modifers are OK.
Update 2: Certain combinations also cause a right bit shift.
Examples:
Right Ctrl & Left Meta (shifts the Right Ctrl right one bit - left meta is unaltered)
Right Ctrl & Left Shift (shifts the Right Ctrl right one bit - left shift is unaltered)
Some shifts also happen on key UP event.
Examples:
After holding Right Ctrl & Left Meta, if Cntrl only is released, Left Meta is shifted left one bit.
After holding Right Ctrl & Left Alt, if Alt only is released, Right Ctrl is shifted right one bit.
Also, though Alt is not returned by itself, it is returned when another key is pressed.
Example:
Holding the down arrow, with Right Alt returns Right Alt.
Holding the down arrow, with Left Alt also returns Right Alt.
Other shifts occur:
Holding the down arrow, with Left Meta, shifts Left Meta left 1 bit.
This has been corrected. No more bit shifts happening!
Re-tested in 0.9.9.4 RC1. Still works!