You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Kaspar Hageman (JIRA)" <ji...@apache.org> on 2018/11/09 14:08:01 UTC

[jira] [Created] (GUACAMOLE-657) Unexpected behaviour of modifier keys when opening Guacamole menu

Kaspar Hageman created GUACAMOLE-657:
----------------------------------------

             Summary: Unexpected behaviour of modifier keys when opening Guacamole menu
                 Key: GUACAMOLE-657
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-657
             Project: Guacamole
          Issue Type: Bug
          Components: guacamole
    Affects Versions: 0.9.14
         Environment: Host: macOS Mojave
Browser: Chrome 70
Guest: Kali Linux (VirtualBox 5.2.18)
            Reporter: Kaspar Hageman


When opening the Guacamole menu, during an RDP session with a VM, with the default key combination (Ctrl + Cmd + Shift), the VM does observe key events as expected.

For instance, when pressing Ctrl + Cmd + Shift (in that order), the following key events can be observed (using Chrome's developer tools):
 * Ctrl pressed
 * Cmd pressed
 * Shift released
 * Ctrl released
 * Cmd released



However, in the VM, the following key events can be observed (using xev):
 * Ctrl pressed

Has been tested with both version 0.9.14 and the current master branch (d4f58f2c0d812b05c392e06438e659902e8121f8)



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