mike-jumper commented on code in PR #908:
URL: https://github.com/apache/guacamole-client/pull/908#discussion_r1310674524


##########
guacamole-common-js/src/main/webapp/modules/KeyEventInterpreter.js:
##########
@@ -317,6 +332,19 @@ Guacamole.KeyEventInterpreter = function 
KeyEventInterpreter(batchSeperation, st
 
     }
 
+    /**
+     * Return a formatted, display-ready name for the provided key definition.
+     *
+     * @param {KeyDefinition} keyDefinition
+     *     A key definition to return the formatted name for.
+     *
+     * @returns
+     *     The formatted, display-ready name of the provided key definition.
+     */
+    function getPrintedKeyName(keyDefinition) {

Review Comment:
   This should be annotated `@private`.



-- 
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]

Reply via email to