Github user necouchman commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/224#discussion_r161387099
--- 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 --
Yeah, this comment needed a little cleaning.
---