You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2021/03/03 19:52:23 UTC

[GitHub] [guacamole-server] higorcavalcanti opened a new pull request #334: GUACAMOLE-1305: Fix pt-br keyboard layout

higorcavalcanti opened a new pull request #334:
URL: https://github.com/apache/guacamole-server/pull/334


   Key /? was being recognized as right shift.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [guacamole-server] necouchman merged pull request #334: GUACAMOLE-1305: Fix pt-br keyboard layout

Posted by GitBox <gi...@apache.org>.
necouchman merged pull request #334:
URL: https://github.com/apache/guacamole-server/pull/334


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [guacamole-server] lbrodrigues commented on pull request #334: GUACAMOLE-1305: Fix pt-br keyboard layout

Posted by GitBox <gi...@apache.org>.
lbrodrigues commented on pull request #334:
URL: https://github.com/apache/guacamole-server/pull/334#issuecomment-831652274


   Helo! I am trying to correct this error in my Guacamole 1.2, but there is simply no way to edit it. src / protocol / rdp / keymaps / en_br_qwerty.keymap. Could you tell me where I can edit this? With the command "locate", I did not find any .keymap file in the installation. Thanks!


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [guacamole-server] lbrodrigues edited a comment on pull request #334: GUACAMOLE-1305: Fix pt-br keyboard layout

Posted by GitBox <gi...@apache.org>.
lbrodrigues edited a comment on pull request #334:
URL: https://github.com/apache/guacamole-server/pull/334#issuecomment-831652274


   Helo! I am trying to correct this error in my Guacamole 1.2, but there is simply no way to edit it. src / protocol / rdp / keymaps /pt_br_qwerty.keymap. Could you tell me where I can edit this? With the command "locate", I did not find any .keymap file in the installation. Thanks! I'm my installation, i have only JSON files. Example: /var/lib/tomcat/webapps/guacamole/layouts/pt-br-qwerty.json


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [guacamole-server] necouchman commented on pull request #334: GUACAMOLE-1305: Fix pt-br keyboard layout

Posted by GitBox <gi...@apache.org>.
necouchman commented on pull request #334:
URL: https://github.com/apache/guacamole-server/pull/334#issuecomment-831910446


   @lbrodrigues: If you have questions, it's best to direct them to the mailing list and not post on a closed pull request:
   
   http://guacamole.apache.org/support/
   
   That said, adding this keyboard layout involves modifying the source code - not the installation - of Guacamole Server (guacd). The path - src/protocol/rdp/keymaps/pt_br_qwerty.keymap - is in the source tree. You'll need to patch in that keymap and recompile guacd in order to get it to work.
   
   Also, the location you mention for the JSON file is in the Guacamole Client code, not the Guacamole Server code, and both that and a couple of other files need to be updated on the Guacamole Client side in order to get the keyboard layout to be available. You should do this in the source code and rebuild - do not modify Tomcat files directly.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org