aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-01-05 10:42:56 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-01-05 10:42:56 +0100
commit278f3370a326079e71b7034849de16ac76b6a9b5 (patch)
treec06ea30e87620c5621428befae86069b91d87b69 /modules/by-name
parenttreewide: Use correct `mktemp` with template invocation (diff)
downloadnixos-config-278f3370a326079e71b7034849de16ac76b6a9b5.zip
modules/locale/keymaps/dvorak_modified.xkb: Make Swedish `aring` accessible
I have no idea how to trigger the layers this key was bound to previously, and I don't think it is that ergonomic.
Diffstat (limited to '')
-rw-r--r--modules/by-name/lo/locale/keymaps/dvorak_modified.xkb8
1 files changed, 6 insertions, 2 deletions
diff --git a/modules/by-name/lo/locale/keymaps/dvorak_modified.xkb b/modules/by-name/lo/locale/keymaps/dvorak_modified.xkb
index 092e17ea..3893e605 100644
--- a/modules/by-name/lo/locale/keymaps/dvorak_modified.xkb
+++ b/modules/by-name/lo/locale/keymaps/dvorak_modified.xkb
@@ -2,11 +2,15 @@ partial alphanumeric_keys
xkb_symbols "dvorak-modified" {
name[Group1]= "Dvorak English with additional keys";
+ // German
+ key <AC01> {[ a, A, adiaeresis, Adiaeresis]};
key <AC02> {[ o, O, odiaeresis, Odiaeresis]};
key <AC04> {[ u, U, udiaeresis, Udiaeresis]};
- key <AC01> {type[Group1]="EIGHT_LEVEL",
- [ a, A, adiaeresis, Adiaeresis, aring, Aring]};
+ // Missing Swedish letter (the rest is in the German ones)
+ key <AC07> {[ h, H, aring, Aring]};
+
+ // Slovenian
key <AC10> {[ s, S, scaron, Scaron]};
key <AD08> {[ c, C, ccaron, Ccaron]};
key <AB10> {[ z, Z, zcaron, Zcaron]};