You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "George Pittarelli (Jira)" <ji...@apache.org> on 2020/06/26 04:55:00 UTC

[jira] [Created] (GUACAMOLE-1113) SSH/Telnet only accept left modifier keys

George Pittarelli created GUACAMOLE-1113:
--------------------------------------------

             Summary: SSH/Telnet only accept left modifier keys
                 Key: GUACAMOLE-1113
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1113
             Project: Guacamole
          Issue Type: Bug
          Components: Terminal
    Affects Versions: 1.1.0
            Reporter: George Pittarelli


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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)