jmuehlner commented on code in PR #908:
URL: https://github.com/apache/guacamole-client/pull/908#discussion_r1338996361
##########
guacamole-common-js/src/main/webapp/modules/KeyEventInterpreter.js:
##########
@@ -283,7 +179,8 @@ Guacamole.KeyEventInterpreter = function
KeyEventInterpreter(batchSeperation, st
var name = String.fromCharCode(codepoint);
// Create and return the definition
- return new KeyDefinition({keysym: keysym, name: name, value: name,
modifier: false});
+ return new Guacamole.KeyEventInterpreter.KeyDefinition({
+ keysym: keysym, name: name, value: name);
Review Comment:
Oops, sorry. I think my IDE ate that closing brace. Should be fixed now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]