Uploaded image for project: 'Guacamole'
  1. Guacamole
  2. GUACAMOLE-628

RDP mapping for Right Ctrl incorrect

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 1.1.0
    • RDP
    • None

    Description

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

      map      0x9D ~ 0xffe4 # Control_R
      

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

      map +ext 0x1D ~ 0xffe4 # Control_R
      

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

      Attachments

        Activity

          People

            mjumper Mike Jumper
            mjumper Mike Jumper
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: