diff options
author | Callum Andrew <contact@candrew.net> | 2024-06-28 00:00:16 +1000 |
---|---|---|
committer | Callum Andrew <contact@candrew.net> | 2024-07-10 11:31:14 +1000 |
commit | 0933f140f9836906209c51c0c56919fbe12df57e (patch) | |
tree | 25a79d0f86d38112fc8801ec2a91d893881a6e10 | |
parent | e39907cced24beae36eb0ea3fab367207eb3a983 (diff) |
Update Colemak-DH Wide ISO layout to match specification
Fixes #442
https://colemakmods.github.io/mod-dh/keyboards.html is the reference page for Colemak-DH layouts.
Part-of: <https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/merge_requests/714>
-rw-r--r-- | changes/layouts/442.breaking.md | 3 | ||||
-rw-r--r-- | symbols/us | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/changes/layouts/442.breaking.md b/changes/layouts/442.breaking.md new file mode 100644 index 00000000..9b4cdf79 --- /dev/null +++ b/changes/layouts/442.breaking.md @@ -0,0 +1,3 @@ +`us(colemak_dh_wide_iso)`: Swapped `<AB06>` and `<AD12>` keys to match [specification](https://colemakmods.github.io/mod-dh/keyboards.html) + +Contributed by Callum Andrew @@ -938,11 +938,11 @@ xkb_symbols "colemak_dh_wide_iso" { include "us(colemak_dh_wide)" name[Group1]= "English (Colemak-DH Wide ISO)"; - key <AD12> { [ numbersign, asciitilde, backslash, bar ] }; + key <AD12> { [ slash, question, questiondown, asciitilde ] }; key <BKSL> { [ apostrophe, quotedbl, otilde, Otilde ] }; key <AB05> { [ backslash, bar, asciitilde, brokenbar ] }; - key <AB06> { [ slash, question, questiondown, asciitilde ] }; + key <AB06> { [ numbersign, asciitilde, backslash, bar ] }; }; // Colemak-DH (ortholinear) symbols for xkb on X.Org Server 7.x |