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

Add support for right modifier keys to SSH/Telnet

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 1.1.0
    • 1.6.0
    • Terminal
    • None

    Description

      In a terminal connection, such as SSH, the Left Control key works however for sending Ctrl+A. However, the Right Control key seems to be entirely lost and pressing RCtrl+A results in just 'a' being sent.

      Testing in a Guacamole SSH connection with `showkeys -a`:

      • Pressing `a` key results in: `a 97 0141 0x61`
      • Pressing `LCtrl+a` keys results in: `^A 1 0001 0x01`
      • Pressing `RCtrl+a` keys results in: `a 97 0141 0x61`
      • Same as `a` but should be the same as `LCtrl+a`

      The same is true for Alt: the left alt key (Alt, 65513) works but the right alt key (AltGr, 65027) is totally lost.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              gjp George Pittarelli
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: