diff options
author | Benno Schulenberg <bensberg@telfort.nl> | 2021-12-21 17:03:51 +0100 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2021-12-29 11:12:41 +0000 |
commit | 11841d6728edebd64d571797950e7c15b464444c (patch) | |
tree | 6304da8912d5b7531fb5dd74f115bf617e1dd0b2 | |
parent | 638461d138e790f7c4800a9e965d2efc70147d56 (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/is | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ] }; |