summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2023-04-14 11:40:04 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2023-04-25 11:47:42 +0200
commit558087e8a9f4d617ed8945910defa2f2944e5c3d (patch)
tree58ec9f69da17bacfa28b3efe256752d778c20c20
parent8486d6f08f2ca3b77011d2afcae142742e21693e (diff)
downloadxkeyboard-config-558087e8a9f4d617ed8945910defa2f2944e5c3d.tar.gz
symbols/ch: add three symbols (on Mac) that comments say should be there
Also delete three pointless NoSymbol specifications, and tweak comments.
-rw-r--r--symbols/ch21
1 files changed, 9 insertions, 12 deletions
diff --git a/symbols/ch b/symbols/ch
index 0882662..1f0f830 100644
--- a/symbols/ch
+++ b/symbols/ch
@@ -98,8 +98,7 @@ xkb_symbols "de_mac" {
name[Group1]= "German (Switzerland, Macintosh)";
- key <TLDE> {[ section, degree, NoSymbol, NoSymbol ]};
- // ligature fi // per mille
+ key <TLDE> {[section, degree, UFB01, permille ]}; // fi
key <AE01> {[ 1, plus, plusminus, infinity ]};
key <AE02> {[ 2, quotedbl, leftdoublequotemark, rightdoublequotemark ]};
key <AE03> {[ 3, asterisk, numbersign, less ]};
@@ -110,7 +109,7 @@ xkb_symbols "de_mac" {
key <AE08> {[ 8, parenleft, braceleft, Ograve ]};
key <AE09> {[ 9, parenright, braceright, Ocircumflex ]};
key <AE10> {[ 0, equal, notequal, Uacute ]};
- key <AE11> {[ apostrophe, question, questiondown, NoSymbol ]};
+ key <AE11> {[ apostrophe, question, questiondown ]};
key <AE12> {[ dead_circumflex, dead_grave, dead_acute, asciicircum ]};
key <AD01> {[ q, Q, oe, OE ]};
@@ -127,10 +126,8 @@ xkb_symbols "de_mac" {
key <AD12> {[ dead_diaeresis, exclam, grave, apostrophe ]};
key <AC01> {[ a, A, aring, Aring ]};
- key <AC02> {[ s, S, ssharp, U1E9E ]};
- // ligature fl
- key <AC03> {[ d, D, Greek_sigma, NoSymbol ]};
- // partialderivative is not available here -- att
+ key <AC02> {[ s, S, ssharp, U1E9E ]}; // ẞ -- ought to be: ligature fl -- tobler
+ key <AC03> {[ d, D, Greek_sigma, partialderivative ]};
key <AC04> {[ f, F, function, doubledagger ]};
key <AC05> {[ g, G, at, comma ]};
key <AC06> {[ h, H, ordfeminine, periodcentered ]};
@@ -144,14 +141,14 @@ xkb_symbols "de_mac" {
key <LSGT> {[ less, greater, lessthanequal, greaterthanequal ]};
key <AB01> {[ y, Y, yen, Ydiaeresis ]};
key <AB02> {[ x, X, similarequal, trademark ]};
- key <AB03> {[ c, C, copyright, NoSymbol ]};
+ key <AB03> {[ c, C, copyright ]};
key <AB04> {[ v, V, radical, diamond ]};
- key <AB05> {[ b, B, integral, NoSymbol ]};
+ key <AB05> {[ b, B, integral ]};
key <AB06> {[ n, N, dead_tilde, enopencircbullet ]};
- // to be fixed -- att
+ // to be fixed -- tobler
key <AB07> {[ m, M, mu, dead_abovering ]};
- // not sure -- att
- key <AB08> {[ comma, semicolon, guillemotleft, guillemotright ]};
+ // not sure -- tobler
+ key <AB08> {[ comma, semicolon, guillemotleft, guillemotright ]};
key <AB09> {[ period, colon, ellipsis, division ]};
key <AB10> {[ minus, underscore, hyphen, emdash ]};