You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Michael Jumper (JIRA)" <ji...@apache.org> on 2018/09/21 23:25:00 UTC

[jira] [Created] (GUACAMOLE-628) RDP mapping for Right Ctrl incorrect

Michael Jumper created GUACAMOLE-628:
----------------------------------------

             Summary: RDP mapping for Right Ctrl incorrect
                 Key: GUACAMOLE-628
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-628
             Project: Guacamole
          Issue Type: Bug
          Components: RDP
            Reporter: Michael Jumper


The RDP keymap for the right control key currently specifies the scancode 0x9D:

{code:none}
map      0x9D ~ 0xffe4 # Control_R
{code}

This is incorrect. The scancode should instead be 0x1D (same as left control) but with the extended flag set:

{code:none}
map +ext 0x1D ~ 0xffe4 # Control_R
{code}

Lacking this, the right control key isn't entirely broken, but it does end up being interpreted remotely as left control.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)