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 <mjumper@...>
Date: 2018-01-15T04:44:22Z
GUACAMOLE-161: Do not rely on receiving keyup for Caps Lock on Mac (only
keydown is dispatched).
----
---