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 2020/06/24 08:04:00 UTC

[GitHub] [guacamole-server] mike-jumper opened a new pull request #287: GUACAMOLE-518: Correct behavior of keys typed with AltGr.

mike-jumper opened a new pull request #287:
URL: https://github.com/apache/guacamole-server/pull/287


   This change corrects several regressions discovered in testing of the various supported RDP keymaps:
   
   * When keys that require AltGr remotely were pressed without AltGr locally, AltGr was not automatically activated as it should have been. This was due to the wrong keysyms being used defined for AltGr.
   * When keys that require AltGr only on the client side are pressed, typing another key that requires AltGr only on the server side causes AltGr to become stuck. This was due to incorrect tracking of the total number of keys held client-side, and affected other modifiers.
   * Typing using the Windows-style Ctrl+Alt alternative for the AltGr key does not work as expected, as the keymap translation system didn't consider Ctrl+Alt to be equivalent to AltGr.


----------------------------------------------------------------
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.

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



[GitHub] [guacamole-server] necouchman merged pull request #287: GUACAMOLE-518: Correct behavior of keys typed with AltGr.

Posted by GitBox <gi...@apache.org>.
necouchman merged pull request #287:
URL: https://github.com/apache/guacamole-server/pull/287


   


----------------------------------------------------------------
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.

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