Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/224#discussion_r161386085
--- Diff:
guacamole/src/main/webapp/app/client/controllers/clientController.js ---
@@ -522,21 +539,44 @@
angular.module('client').controller('clientController', ['$scope', '$routeParams
}
}
+ // If only Ctrl-Alt-End is pressed, and we have a one keysym from
each
+ // group, and one key is being released, send Ctrl-Alt-Delete.
--- End diff --
Is that "... and one key is being released ..." aspect correct?
---