GitHub user necouchman opened a pull request:
https://github.com/apache/guacamole-client/pull/224
GUACAMOLE-113: Implement hotkey for sending Ctrl-Alt-Del
This change implements sending Ctrl-Alt-Del to the remote system by
capturing Ctrl-Alt-End, which is a pretty standard hotkey among RDP clients for
passing through the three-finger-salute to remote systems.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/necouchman/guacamole-client GUACAMOLE-113
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-client/pull/224.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 #224
----
commit 6a747d116f84fe55a4b1c6c4496b74879e54bde6
Author: Nick Couchman <vnick@...>
Date: 2017-03-23T15:56:27Z
GUACAMOLE-113: Capture Ctrl-Alt-End keypress in order to do something
useful with it.
commit d6e9a02c43b2cb81c77e5e63121f4d57e93a58b5
Author: Nick Couchman <vnick@...>
Date: 2017-07-17T19:41:49Z
GUACAMOLE-113: Send through Ctrl-Alt-Delete when hotkey Ctrl-Alt-End is
pressed.
----
---