[
https://issues.apache.org/jira/browse/GUACAMOLE-233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15944039#comment-15944039
]
Michael Jumper commented on GUACAMOLE-233:
------------------------------------------
{quote}
I'm very surprised that if I connect from guacamole to the windows machine
(windows 2016 server) accentuates me in Spanish perfectly, although in the
guacamole configuration of this machine, I have US keymap.
How is this possible?
{quote}
Windows supports RDP Unicode events, which Guacamole sends for any characters
not present in the RDP server's keymap definition.
{quote}
However in the linux machine Ubuntu 16.04 no work (with xrdp 0.9). ¿?
{quote}
This is because XRDP does not support Unicode events.
{quote}
If for ejample "á" be sent as a Unicode, how can I do this?
{quote}
The only way for this to work with XRDP would be for explicit support for dead
keys to be added. Guacamole would need to translate the "á" keypress into:
# Keydown " ´"
# Keyup " ´"
# Keydown "a"
# Keyup "a"
This sort of translation is currently done with modifiers like Shift, AltGr,
etc., but similar would need to be done with dead keys as well.
> 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)