diff options
author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2017-08-14 18:57:36 +0200 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2017-09-03 01:30:18 +0100 |
commit | a3bfb27be312f97c9d35b358ef79b79204030822 (patch) | |
tree | d6edf2e80edb8d3bc565296f490a89ed489e9b3b /symbols | |
parent | a67513655bfaa0bb0b5bdb536eea1de367b84194 (diff) |
Add "AltGr" back into the description for altgr-intl layouts
Bug https://bugs.freedesktop.org/show_bug.cgi?id=98692 resp.
10cf5acd90327a0b9e115964c8c4f52b4575cd4b removed "AltGr"
from the description of the "us altgr-intl" layout,
making it confusingly similar to the description of "us intl".
This commit adds "AltGr" back on all layout descriptions
where it had previously been present.
Diffstat (limited to 'symbols')
-rw-r--r-- | symbols/us | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -822,7 +822,7 @@ partial alphanumeric_keys xkb_symbols "altgr-intl" { include "us(intl)" - name[Group1]= "English (intl., with dead keys)"; + name[Group1]= "English (intl., with AltGr dead keys)"; // five dead keys moved into level3: @@ -1517,7 +1517,7 @@ partial alphanumeric_keys xkb_symbols "carpalx-altgr-intl" { include "us(carpalx-intl)" - name[Group1]= "English (Carpalx, intl., with dead keys)"; + name[Group1]= "English (Carpalx, intl., with AltGr dead keys)"; // five dead keys moved into level3: @@ -1583,7 +1583,7 @@ partial alphanumeric_keys xkb_symbols "carpalx-full-altgr-intl" { include "us(carpalx-altgr-intl)" - name[Group1]= "English (Carpalx, full optimization, intl., with dead keys)"; + name[Group1]= "English (Carpalx, full optimization, intl., with AltGr dead keys)"; key <AD06> { [ b, B, idiaeresis, Idiaeresis ] }; key <AD07> { [ y, Y, adiaeresis, Adiaeresis ] }; |