amswiatkowski opened a new pull request, #1196:
URL: https://github.com/apache/guacamole-client/pull/1196

   When a user releases Shift before a character key, the browser reports the 
unshifted keysym on keyup, creating a mismatched press/release pair where the 
shifted keysym is never explicitly released. Over time, this leaves orphaned 
pressed-key state and causes seemingly random uppercase characters in the 
remote session.
   
   Track non-modifier keys pressed while Shift is held in a dedicated map. On 
Shift keyup, force-release all tracked keys using their original (shifted) 
keysym before releasing Shift itself, ensuring every press has a matching 
release.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to