[ https://issues.apache.org/jira/browse/GUACAMOLE-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mike Jumper updated GUACAMOLE-1113: ----------------------------------- Fix Version/s: 1.6.0 > Add support for right modifier keys to SSH/Telnet > ------------------------------------------------- > > 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 > Priority: Trivial > Fix For: 1.6.0 > > Original Estimate: 0h > Remaining Estimate: 0h > > 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.20.10#820010)