Hello Guacamole community, I've recently created a PR to add support for the Canadian Multilingual Standard (CMS) keyboard layout in Guacamole: https://github.com/apache/guacamole-server/pull/558
I had a question regarding Right-CTRL support and wanted to ask here as well. On the CMS keyboard, the Right-CTRL key functions differently from the Left-CTRL key—it is used in combination with other keys to produce special characters. This behavior differs from other layouts currently supported by Guacamole. I noticed that the +ctrl modifier doesn't seem to be supported. Adding this support would likely require modifying generate.pl to handle the +ctrl modifier, along with updates to keymap files. Would this be the recommended approach, or is there an alternative way to implement this? If anyone has insights or experience with this, I’d appreciate your guidance. Thanks!