summaryrefslogtreecommitdiff
path: root/symbols/ch
diff options
context:
space:
mode:
authorNik Kopylov <homocomputeris@gmail.com>2017-05-01 00:21:21 +0200
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2017-05-01 00:41:08 +0100
commit10cf5acd90327a0b9e115964c8c4f52b4575cd4b (patch)
treeda9ce7c30c85eabe5f98708f8d626f907ee67684 /symbols/ch
parent9358e2e6db6263d0dd3288a869c8eb3eff5b977d (diff)
Descriptions formatting, typos and mistakes v2
Diffstat (limited to 'symbols/ch')
-rw-r--r--symbols/ch8
1 files changed, 4 insertions, 4 deletions
diff --git a/symbols/ch b/symbols/ch
index 245a36a1..a87f93aa 100644
--- a/symbols/ch
+++ b/symbols/ch
@@ -62,14 +62,14 @@ xkb_symbols "de_Sundeadkeys" {
partial alphanumeric_keys
xkb_symbols "de_sundeadkeys" {
include "ch(de_Sundeadkeys)"
- name[Group1]= "German (Switzerland, Sun dead keys)";
+ name[Group1]= "German (Switzerland, with Sun dead keys)";
};
partial alphanumeric_keys
xkb_symbols "de_nodeadkeys" {
// modify the basic Swiss German layout not to have any dead keys
include "ch(basic)"
- name[Group1]= "German (Switzerland, eliminate dead keys)";
+ name[Group1]= "German (Switzerland, no dead keys)";
key <AE11> { [ apostrophe, question, acute ] };
key <AE12> { [ asciicircum, grave, asciitilde ] };
key <AD12> { [ diaeresis, exclam, bracketright ] };
@@ -104,14 +104,14 @@ xkb_symbols "fr_Sundeadkeys" {
partial alphanumeric_keys
xkb_symbols "fr_sundeadkeys" {
include "ch(fr_Sundeadkeys)"
- name[Group1]= "French (Switzerland, Sun dead keys)";
+ name[Group1]= "French (Switzerland, with Sun dead keys)";
};
partial alphanumeric_keys
xkb_symbols "fr_nodeadkeys" {
// modify the basic Swiss French layout not to have any dead keys
include "ch(fr)"
- name[Group1]= "French (Switzerland, eliminate dead keys)";
+ name[Group1]= "French (Switzerland, no dead keys)";
key <AE11> { [ apostrophe, question, acute ] };
key <AE12> { [ asciicircum, grave, asciitilde ] };
key <AD12> { [ diaeresis, exclam, bracketright ] };