[
https://issues.apache.org/jira/browse/GUACAMOLE-233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15923014#comment-15923014
]
Michael Jumper commented on GUACAMOLE-233:
------------------------------------------
{quote}
What do I have to do to enter this file in the system and that works?
{quote}
You will need to reference this file within the {{rdp_keymaps}} variable
defined in {{src/protocols/rdp/Makefile.am}} for it to be included in the build:
https://github.com/apache/incubator-guacamole-server/blob/1d5d8784b32db8ea92e2bc78b952811e0d38c838/src/protocols/rdp/Makefile.am#L249-L258
Once that is done, "es-es-qwerty" will be accepted for the "server-layout"
parameter of the RDP support. For that to be listed as an option in the admin
interface (with using MySQL/PostgreSQL), you will also need to list that option
within the JSON describing the connection parameters available for RDP:
https://github.com/apache/incubator-guacamole-client/blob/25b9425eda0e9eb14e0cd41ff6970af257facb36/guacamole-ext/src/main/resources/org/apache/guacamole/protocols/rdp.json#L63-L77
And, for that to render nicely, add a translation string for the layout:
https://github.com/apache/incubator-guacamole-client/blob/25b9425eda0e9eb14e0cd41ff6970af257facb36/guacamole/src/main/webapp/translations/en.json#L377-L385
> Add Spanish keymap for RDP
> --------------------------
>
> Key: GUACAMOLE-233
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-233
> Project: Guacamole
> Issue Type: New Feature
> Components: RDP
> Reporter: Miguel Rodriguez Hernando
> Priority: Minor
> Attachments: es.png, TecladoDistribucionEspaƱola1.png
>
>
> This problem is similar to this ussue:
> https://glyptodon.org/jira/browse/GUAC-459
> Configuring an RDP connection from the guacamole web interface, I can not
> select Spanish layout because it does not exist.
> With unicode does not work.
> If I use xfreerdp or remmina from a debian or ubuntu, I can connect with the
> correct spanish layout and from a windows too, but if I connect from
> guacamole web interface, I can not put the correct spanish layout, because
> not exist spanish layout selection.
> Is there any way to include Spanish layout or exits easily way for modify it
> to work?
> Best regards
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)