jmuehlner commented on code in PR #446:
URL: https://github.com/apache/guacamole-server/pull/446#discussion_r1222246878


##########
src/terminal/terminal.c:
##########
@@ -1576,6 +1577,8 @@ static int __guac_terminal_send_key(guac_terminal* term, 
int keysym, int pressed
     /* Track modifiers */
     if (keysym == 0xFFE3)
         term->mod_ctrl = pressed;
+    if (keysym == 0xFFE7)

Review Comment:
   This is left meta/cmd only - I'd defer adding support for right-side 
modifiers to https://issues.apache.org/jira/browse/GUACAMOLE-1113.



##########
src/terminal/terminal.c:
##########
@@ -1576,6 +1577,8 @@ static int __guac_terminal_send_key(guac_terminal* term, 
int keysym, int pressed
     /* Track modifiers */
     if (keysym == 0xFFE3)
         term->mod_ctrl = pressed;
+    else if (keysym == 0xFFE7)

Review Comment:
   This is left meta/cmd only - I'd defer adding support for right-side 
modifiers to https://issues.apache.org/jira/browse/GUACAMOLE-1113.



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