GUACAMOLE-135: Abbreviate Swiss French mapping range where possible.
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/fb298acd Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/fb298acd Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/fb298acd Branch: refs/heads/master Commit: fb298acdcd8bf9bade4e254f243bbafe58dbf1af Parents: 86493dd Author: Michael Jumper <[email protected]> Authored: Sat Jan 28 14:21:17 2017 -0800 Committer: Michael Jumper <[email protected]> Committed: Sat Jan 28 14:21:17 2017 -0800 ---------------------------------------------------------------------- src/protocols/rdp/keymaps/fr_ch_qwertz.keymap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/fb298acd/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 c0281a5..459a4fa 100644 --- a/src/protocols/rdp/keymaps/fr_ch_qwertz.keymap +++ b/src/protocols/rdp/keymaps/fr_ch_qwertz.keymap @@ -26,12 +26,12 @@ freerdp "KBD_SWISS_FRENCH" # map -altgr -shift 0x29 0x02..0x0C ~ "§1234567890'" -map -altgr -shift 0x10..0x19 0x1A ~ "qwertzuiopè" +map -altgr -shift 0x10..0x1A ~ "qwertzuiopè" map -altgr -shift 0x1E..0x28 0x2B ~ "asdfghjkléà $" map -altgr -shift 0x56 0x2C..0x35 ~ "<yxcvbnm,.-" map -altgr +shift 0x29 0x02..0x0C ~ "°+"*ç%&/()=?" -map -altgr +shift 0x10..0x19 0x1A 0x1B ~ "QWERTZUIOPü!" +map -altgr +shift 0x10..0x1B ~ "QWERTZUIOPü!" map -altgr +shift 0x1E..0x28 0x2B ~ "ASDFGHJKLöä£" map -altgr +shift 0x56 0x2C..0x35 ~ ">YXCVBNM;:_"
