From e73e3e47f59c35420bbe691dd4f83e39a4e58b2a Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Tue, 1 Apr 2025 07:47:12 +0200 Subject: refactor(colematik): use NoSymbol to avoid repetition --- colematik/colematik.xkb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/colematik/colematik.xkb b/colematik/colematik.xkb index 51ee77f..dfbad44 100644 --- a/colematik/colematik.xkb +++ b/colematik/colematik.xkb @@ -20,10 +20,12 @@ xkb_keymap { key {[ Multi_key ]}; + # NoSymbol means don't change previous definitions. + # more intuitive German umlauts - key {[ a, A, adiaeresis, Adiaeresis ]}; - key {[ u, U, udiaeresis, Udiaeresis ]}; - key {[ o, O, odiaeresis, Odiaeresis ]}; + key {[ NoSymbol, NoSymbol, adiaeresis, Adiaeresis ]}; # ä, Ä + key {[ NoSymbol, NoSymbol, udiaeresis, Udiaeresis ]}; # ü, Ü + key {[ NoSymbol, NoSymbol, odiaeresis, Odiaeresis ]}; # ö, Ö include "inet(evdev)+terminate(ctrl_alt_bksp)" }; -- cgit v1.2.3