summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2021-12-21 17:03:51 +0100
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2021-12-29 11:12:41 +0000
commit11841d6728edebd64d571797950e7c15b464444c (patch)
tree6304da8912d5b7531fb5dd74f115bf617e1dd0b2
parent638461d138e790f7c4800a9e965d2efc70147d56 (diff)
symbols/is: add bar on third level of P, for keyboards without LSGT key
The third and fourth level of key AD10 contained eth and ETH, but on Icelandic layouts these letters have their own dedicated key (AB10). So, replace the duplicate eth with bar, and ETH with Greek pi (π). The Greek pi was chosen for the fourth level because it is related to "p", it reinforces the mnemonic for "pipe" (bar), and there is another Greek letter (Ω) at the other end (AD01). Fixes #289. Requested-by: David Olafsson
-rw-r--r--symbols/is1
1 files changed, 1 insertions, 0 deletions
diff --git a/symbols/is b/symbols/is
index 48eace48..a1153305 100644
--- a/symbols/is
+++ b/symbols/is
@@ -19,6 +19,7 @@ xkb_symbols "basic" {
key <AE11> { [odiaeresis, Odiaeresis, backslash, questiondown ] };
key <AE12> { [ minus, underscore, dead_cedilla, dead_ogonek ] };
+ key <AD10> { [ p, P, bar, Greek_pi ] };
key <AD11> { [ eth, ETH, dead_diaeresis, dead_abovering ] };
key <AD12> { [apostrophe, question, asciitilde, dead_macron ] };