You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Michael Jumper (JIRA)" <ji...@apache.org> on 2018/01/29 18:09:00 UTC

[jira] [Resolved] (GUACAMOLE-352) Add support for dead keys

     [ https://issues.apache.org/jira/browse/GUACAMOLE-352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Jumper resolved GUACAMOLE-352.
--------------------------------------
    Resolution: Done

All necessary changes have now been merged. Guacamole should now correctly handle dead keys on platforms where this was not working already, and should automatically generate dead key events for RDP as necessary (if the server's keyboard layout defines them).

> Add support for dead keys
> -------------------------
>
>                 Key: GUACAMOLE-352
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-352
>             Project: Guacamole
>          Issue Type: Improvement
>          Components: guacamole, guacamole-common-js, RDP
>         Environment: Debian 8 Jessie
> Firefox 45.9.0
> Locale en_US.utf8
> Keyboard Generic English (US) layout
>            Reporter: Luiz A. Bühnemann
>            Assignee: Michael Jumper
>            Priority: Major
>
> In order to simulate this problem you should first change your keyboard layout on X11 to English (US, international with dead keys).
> I do this on my machine by using the setxkbmap command:
> {code}
> $ setxkbmap us -variant intl
> {code}
> After logging into any guacamole session, it doesn't matter the protocol chosen, when I try typing accented characters like 'áéíóú' (which is a key sequence of DeadAcute and then the character we want to have accented) I get 'aeiou' instead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)