GUACAMOLE-273: Fix comment for remapping of â¬.
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/a8174eea Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/a8174eea Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/a8174eea Branch: refs/heads/master Commit: a8174eeac9d788ba8ad19b5ea64b82ebebaa3e17 Parents: ed8a32f Author: Frode Langelo <[email protected]> Authored: Mon Nov 13 22:52:39 2017 +0000 Committer: Frode Langelo <[email protected]> Committed: Mon Nov 13 22:52:39 2017 +0000 ---------------------------------------------------------------------- src/protocols/rdp/keymaps/pt_br_qwerty.keymap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/a8174eea/src/protocols/rdp/keymaps/pt_br_qwerty.keymap ---------------------------------------------------------------------- diff --git a/src/protocols/rdp/keymaps/pt_br_qwerty.keymap b/src/protocols/rdp/keymaps/pt_br_qwerty.keymap index c27bc2b..8a6483f 100644 --- a/src/protocols/rdp/keymaps/pt_br_qwerty.keymap +++ b/src/protocols/rdp/keymaps/pt_br_qwerty.keymap @@ -42,7 +42,7 @@ map -altgr +shift 0x56 0x2C..0x36 ~ "|ZXCVBNM<>:?" map +altgr -shift 0x02..0x07 0x0D ~ "¹²³£¢¬§" map +altgr -shift 0x10..0x11 ~ "/?" map +altgr -shift 0x12 ~ "°" -map +altgr -shift 0x12 ~ "â¬" # catch ⬠because Mac produces +map +altgr -shift 0x12 ~ "â¬" # map ⬠to ° so Mac behaves the same as PC map +altgr -shift 0x1B ~ "ª" map +altgr -shift 0x2B ~ "º" map +altgr -shift 0x2E ~ "â¢"
