diff options
author | Nik Kopylov <homocomputeris@gmail.com> | 2017-05-01 00:21:21 +0200 |
---|---|---|
committer | Sergey Udaltsov <sergey.udaltsov@gmail.com> | 2017-05-01 00:41:08 +0100 |
commit | 10cf5acd90327a0b9e115964c8c4f52b4575cd4b (patch) | |
tree | da9ce7c30c85eabe5f98708f8d626f907ee67684 /symbols/de | |
parent | 9358e2e6db6263d0dd3288a869c8eb3eff5b977d (diff) |
Descriptions formatting, typos and mistakes v2
Diffstat (limited to 'symbols/de')
-rw-r--r-- | symbols/de | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -66,7 +66,7 @@ xkb_symbols "nodeadkeys" { // modify the basic German layout to not have any dead keys include "de(basic)" - name[Group1]="German (eliminate dead keys)"; + name[Group1]="German (no dead keys)"; key <TLDE> { [asciicircum, degree, notsign, notsign ] }; key <AE12> { [ acute, grave, cedilla, cedilla ] }; @@ -208,7 +208,7 @@ xkb_symbols "ro_nodeadkeys" { // Read the comment for de_ro ! include "de(nodeadkeys)" - name[Group1]="Romanian (Germany, eliminate dead keys)"; + name[Group1]="Romanian (Germany, no dead keys)"; key <AD05> { [ t, T, tcedilla, Tcedilla ] }; key <AD08> { [ i, I, icircumflex, Icircumflex ] }; @@ -292,7 +292,7 @@ xkb_symbols "sundeadkeys" { include "de(Sundeadkeys)" - name[Group1]="German (Sun dead keys)"; + name[Group1]="German (with Sun dead keys)"; }; @@ -511,7 +511,7 @@ partial alphanumeric_keys xkb_symbols "mac_nodeadkeys" { // modify the standard German mac layout to not have any dead keys include "de(mac)" - name[Group1]= "German (Macintosh, eliminate dead keys)"; + name[Group1]= "German (Macintosh, no dead keys)"; key <TLDE> { [ asciicircum, degree, notsign ] }; key <AE04> { [ 4, dollar, onequarter, currency ] }; @@ -551,7 +551,7 @@ partial alphanumeric_keys xkb_symbols "dsb_qwertz" { include "latin(basic)" - name[Group1] = "Lower Sorbian (qwertz)"; + name[Group1] = "Lower Sorbian (QWERTZ)"; key <AB01> { [ y, Y ] }; key <AB02> { [ x, X ] }; key <AB03> { [ c, C, cacute, Cacute ] }; @@ -581,7 +581,7 @@ xkb_symbols "qwerty" { include "de(basic)" - name[Group1] = "German (qwerty)"; + name[Group1] = "German (QWERTY)"; key <AB01> { [ z, Z, leftarrow, yen ] }; key <AD06> { [ y, Y, guillemotleft, less ] }; @@ -639,7 +639,7 @@ partial alphanumeric_keys xkb_symbols "pl" { // Combined layout for entering both German and Polish symbols on a German physical - // keyboard. Based on German (eliminate dead keys) and Polish (basic). Polish diacritics + // keyboard. Based on German (no dead keys) and Polish (basic). Polish diacritics // on AltGr+"acelnosxz". EuroSign moved to AE04 (AltGr+dollar key) to avoid conflict // with Polish eogonek. // @@ -647,7 +647,7 @@ xkb_symbols "pl" { include "latin(type4)" - name[Group1]= "Polish (Germany, eliminate dead keys)"; + name[Group1]= "Polish (Germany, no dead keys)"; include "de(nodeadkeys)" key <AE04> { [ 4, dollar, EuroSign, currency ] }; @@ -738,7 +738,7 @@ partial alphanumeric_keys xkb_symbols "us" { include "us" - name[Group1]="German (US keyboard with German letters)"; + name[Group1]="German (US, with German letters)"; key <AC01> { [ a, A, adiaeresis, Adiaeresis ] }; key <AC02> { [ s, S, ssharp, ssharp ] }; |