From 2e6687e0bb142c8beb368d477ffdc9043354f352 Mon Sep 17 00:00:00 2001 From: Soispha Date: Thu, 31 Aug 2023 00:58:46 +0200 Subject: Fix(sys/locale/keymaps): Set correct amount of levels for the `a` key --- sys/locale/keymaps/dvorak_modified.xkb | 3 ++- sys/locale/keymaps/us_modified.xkb | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/locale/keymaps') diff --git a/sys/locale/keymaps/dvorak_modified.xkb b/sys/locale/keymaps/dvorak_modified.xkb index 528f8ebb..63f5d4fb 100644 --- a/sys/locale/keymaps/dvorak_modified.xkb +++ b/sys/locale/keymaps/dvorak_modified.xkb @@ -4,7 +4,8 @@ xkb_symbols "dvorak-modified" { key {[ o, O, odiaeresis, Odiaeresis]}; key {[ u, U, udiaeresis, Udiaeresis]}; - key {[ a, A, adiaeresis, Adiaeresis, aring, Aring]}; + key {type[Group1]="EIGHT_LEVEL", + [ a, A, adiaeresis, Adiaeresis, aring, Aring]}; include "us(dvorak)" diff --git a/sys/locale/keymaps/us_modified.xkb b/sys/locale/keymaps/us_modified.xkb index 670be365..3f0a964c 100644 --- a/sys/locale/keymaps/us_modified.xkb +++ b/sys/locale/keymaps/us_modified.xkb @@ -4,7 +4,8 @@ xkb_symbols "us-modified" { key {[ o, O, odiaeresis, Odiaeresis]}; key {[ u, U, udiaeresis, Udiaeresis]}; - key {[ a, A, adiaeresis, Adiaeresis, aring, Aring]}; + key {type[Group1]="EIGHT_LEVEL", + [ a, A, adiaeresis, Adiaeresis, aring, Aring]}; include "us(basic)" -- cgit 1.4.1