You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2022/06/15 16:26:18 UTC

[GitHub] [guacamole-client] mike-jumper commented on pull request #735: Ensure shifted keys are released

mike-jumper commented on PR #735:
URL: https://github.com/apache/guacamole-client/pull/735#issuecomment-1156682014

   Wouldn't this be incorrect behavior? If the following key events occur locally:
   
   1. Press SHIFT
   2. Press A
   3. Release SHIFT
   4. Release A
   
   Then the events sent to the remote desktop should be exactly that. It would be incorrect to reorder the events to:
   
   1. Press SHIFT
   2. Press A
   3. Release A
   4. Release SHIFT


-- 
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: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org