GUACAMOLE-135: Correct Swiss French mapping of "¬", "|", and "¢" (off by one key).
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/b9faca92 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/b9faca92 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/b9faca92 Branch: refs/heads/master Commit: b9faca923bc1ad7b19246f21bf5642a85b95f347 Parents: c79b303 Author: Michael Jumper <[email protected]> Authored: Sat Jan 28 14:55:38 2017 -0800 Committer: Michael Jumper <[email protected]> Committed: Sat Jan 28 14:55:38 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/b9faca92/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 a460504..7327661 100644 --- a/src/protocols/rdp/keymaps/fr_ch_qwertz.keymap +++ b/src/protocols/rdp/keymaps/fr_ch_qwertz.keymap @@ -40,7 +40,7 @@ map -altgr +shift 0x56 0x2C..0x35 ~ ">YXCVBNM;:_" # map +altgr -shift 0x02..0x04 ~ "¦@#" -map +altgr -shift 0x06..0x08 ~ "¬|¢" +map +altgr -shift 0x07..0x09 ~ "¬|¢" map +altgr -shift 0x1A 0x1B ~ "[]" map +altgr -shift 0x28 0x2B ~ "{}" map +altgr -shift 0x56 ~ "\"
