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/01/18 02:56:29 UTC

[GitHub] guacamole-client pull request #229: GUACAMOLE-161: Do not rely on receiving ...

GitHub user mike-jumper opened a pull request:

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

    GUACAMOLE-161: Do not rely on receiving keyup for Caps Lock on Mac.

    As noted by @flangelo in #209, Caps Lock will only result in keydown events on Mac OS X (keyup events are not dispatched). This change automatically releases Caps Lock immediately after it's pressed if the platform appears to be Mac.

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

    $ git pull https://github.com/mike-jumper/guacamole-client mac-caps-lock

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

    https://github.com/apache/guacamole-client/pull/229.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 #229
    
----
commit b6b7a37000aa0a958fd08faf99dc74aab0137144
Author: Michael Jumper <mj...@...>
Date:   2018-01-15T04:44:22Z

    GUACAMOLE-161: Do not rely on receiving keyup for Caps Lock on Mac (only keydown is dispatched).

----


---

[GitHub] guacamole-client pull request #229: GUACAMOLE-161: Do not rely on receiving ...

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

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


---