GUACAMOLE-135: Swiss Franch dead umlaut should map from keysym 0xFE57.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/c6f6bb67 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/c6f6bb67 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/c6f6bb67 Branch: refs/heads/master Commit: c6f6bb67f0d1ceca54496d52da3df560ceb4a213 Parents: fb298ac Author: Michael Jumper <[email protected]> Authored: Sat Jan 28 14:22:22 2017 -0800 Committer: Michael Jumper <[email protected]> Committed: Sat Jan 28 14:22:22 2017 -0800 ---------------------------------------------------------------------- src/protocols/rdp/keymaps/fr_ch_qwertz.keymap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/c6f6bb67/src/protocols/rdp/keymaps/fr_ch_qwertz.keymap ---------------------------------------------------------------------- diff --git a/src/protocols/rdp/keymaps/fr_ch_qwertz.keymap b/src/protocols/rdp/keymaps/fr_ch_qwertz.keymap index 459a4fa..8ada951 100644 --- a/src/protocols/rdp/keymaps/fr_ch_qwertz.keymap +++ b/src/protocols/rdp/keymaps/fr_ch_qwertz.keymap @@ -50,7 +50,7 @@ map +altgr -shift 0x12 ~ "â¬" # # Dead keys # -map -altgr -shift 0x1B ~ 0x00A8 # Dead key +map -altgr -shift 0x1B ~ 0xFE57 # Dead umlaut map +altgr -shift 0x0C ~ 0xFE51 # Dead acute map -altgr -shift 0x0D ~ 0xFE52 # Dead circumflex map -altgr +shift 0x0D ~ 0xFE50 # Dead grave
