diff options
author | Benno Schulenberg <bensberg@justemail.net> | 2014-02-08 14:20:05 +0100 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2014-09-18 23:11:33 +0100 |
commit | 069ddbee7d2ec65435ad623c881b8fe0c611593b (patch) | |
tree | 6c3b5cf0974292f7630b389f83d7d44b42af8209 | |
parent | f57cb312fc25558f2693c63cbd916238fc43cab7 (diff) |
symbols/{epo,am,br,kz}: Making the Esperanto layout get named properly.
And remove three redundant name settings, as what they set is already set.
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
-rw-r--r-- | symbols/am | 2 | ||||
-rw-r--r-- | symbols/br | 1 | ||||
-rw-r--r-- | symbols/epo | 3 | ||||
-rw-r--r-- | symbols/kz | 2 |
4 files changed, 1 insertions, 7 deletions
@@ -63,8 +63,6 @@ xkb_symbols "basic" { partial alphanumeric_keys xkb_symbols "olpc" { include "am(basic)" - name[Group1]= "Armenian"; - include "group(olpc)" }; @@ -64,7 +64,6 @@ partial alphanumeric_keys xkb_symbols "thinkpad" { include "br(abnt2)" - name[Group1]="Portuguese (Brazil)"; key <RCTL> { [ slash, question, degree, questiondown ] }; }; diff --git a/symbols/epo b/symbols/epo index 1f7f3fc7..1d400094 100644 --- a/symbols/epo +++ b/symbols/epo @@ -10,9 +10,8 @@ default partial alphanumeric_keys xkb_symbols "basic" { - name[Group1]= "Esperanto"; - include "us(basic)" + name[Group1]= "Esperanto"; key.type[Group1] = "FOUR_LEVEL_ALPHABETIC"; @@ -204,8 +204,6 @@ xkb_symbols "olpc" { include "kz(basic)" - name[Group1] = "Kazakh"; - key <TLDE> { [ parenleft, parenright ] }; key <BKSL> { [ Cyrillic_io, Cyrillic_IO ] }; |