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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
