You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by mike-jumper <gi...@git.apache.org> on 2018/03/06 20:21:30 UTC

[GitHub] guacamole-client pull request #262: GUACAMOLE-517: Correct keysym definition...

GitHub user mike-jumper opened a pull request:

    https://github.com/apache/guacamole-client/pull/262

    GUACAMOLE-517: Correct keysym definition of "Print Screen" key.

    The "Print Screen" key is currently assigned to keysym 0xFD1D, which is `XK_3270_PrintScreen` and is technically incorrect. This should instead be 0xFF61 (`XK_Print`).

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mike-jumper/guacamole-client print-screen

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/guacamole-client/pull/262.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #262
    
----
commit cdc5dec2c9410a113d2ff878e61a7de2f8a36e69
Author: Michael Jumper <mj...@...>
Date:   2018-03-06T20:16:18Z

    GUACAMOLE-517: Correct keysym definition of "Print Screen" key.

----


---

[GitHub] guacamole-client pull request #262: GUACAMOLE-517: Correct keysym definition...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/guacamole-client/pull/262


---