From 90c3d79b4ff7f62e959f91c347464d639607b137 Mon Sep 17 00:00:00 2001 From: Andrew Kvalheim Date: Wed, 7 Jun 2023 21:16:08 -0700 Subject: [PATCH] Disambiguate compose sequences --- common/components/keyboard.user.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/components/keyboard.user.nix b/common/components/keyboard.user.nix index 5ec6d24..affd228 100644 --- a/common/components/keyboard.user.nix +++ b/common/components/keyboard.user.nix @@ -51,7 +51,7 @@ "⇮" = [ "a" "g" ]; # AltGr "⎇" = [ "a" "l" ]; # Alt "⌫" = [ "b" "a" ]; # Backspace - "⎄" = [ "c" "o" ]; # Compose + "⎄" = [ "c" "o" "m" ]; # Compose "⎈" = [ "c" "t" ]; # Control "⌦" = [ "d" "e" ]; # Delete "⎋" = [ "e" "s" ]; # Escape @@ -89,7 +89,7 @@ "à" = [ "a" "grave" ]; # a with grave "¢" = [ "c" "bar" ]; # cent sign "ↄ" = [ "c" "less" ]; # reversed c - "©" = [ "c" "o" ]; # copyright sign + "©" = [ "c" "o" "p" ]; # copyright sign "µ" = [ "m" "u" ]; # micro sign "ñ" = [ "n" "asciitilde" ]; # n with tilde "ø" = [ "o" "slash" ]; # o with stroke