summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2019-07-21 20:30:58 -0600
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2019-09-24 01:12:04 +0100
commit2af7182ef15b9d3b0b4c1190137ca6ae102f5493 (patch)
tree23bb05c7ce812cb3c18b535e543e4053ed2fd654
parent561e2b1c5ab6a007d69ceea1464ab5adb5cd2b05 (diff)
br: make altgr+e produce degree, not euro sign
It appears that users expect this key to be degree. I did a little bit of searching, and while I did find a few references to this being euro sign (e.g., on Wikipedia page [1]), it looks like most photos of Brazillian keyboards I could find have this as degree, and the user expectation is that this is degree [2]. For what it's worth, it appears Microsoft Windows has this as degree (tested on Windows 7). [1]: https://en.wikipedia.org/wiki/Portuguese_keyboard_layout [2]: https://crbug.com/298996 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org>
-rw-r--r--symbols/br2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbols/br b/symbols/br
index c25697da..9aeefc40 100644
--- a/symbols/br
+++ b/symbols/br
@@ -19,7 +19,7 @@ xkb_symbols "abnt2" {
key <AD01> { [ q, Q, slash, slash ] };
key <AD02> { [ w, W, question, question ] };
- key <AD03> { [ e, E, EuroSign, EuroSign ] };
+ key <AD03> { [ e, E, degree, degree ] };
key <AD04> { [ r, R, registered, registered ] };
key <AD11> { [ dead_acute, dead_grave, acute, grave ] };
key <AD12> { [ bracketleft, braceleft, ordfeminine, dead_macron ] };