Set capslock as compose key

This commit is contained in:
EsVagy42 2025-08-19 16:48:34 +02:00
parent c0b914a8a9
commit 72c83dd25b
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
Updated flake Set capslock as compose key

View file

@ -242,7 +242,7 @@ in
ids = [ "*" ]; ids = [ "*" ];
extraConfig = '' extraConfig = ''
[main] [main]
capslock = layer(capslock) capslock = overload(capslock, capslock)
[capslock] [capslock]
h = left h = left

View file

@ -991,7 +991,7 @@
"kwinrc"."Wayland"."InputMethod" = "/run/current-system/sw/share/applications/com.github.maliit.keyboard.desktop"; "kwinrc"."Wayland"."InputMethod" = "/run/current-system/sw/share/applications/com.github.maliit.keyboard.desktop";
"kwinrc"."Xwayland"."Scale" = 1; "kwinrc"."Xwayland"."Scale" = 1;
"kwinrc"."org.kde.kdecoration2"."ButtonsOnRight" = "HBFIAX"; "kwinrc"."org.kde.kdecoration2"."ButtonsOnRight" = "HBFIAX";
"kxkbrc"."Layout"."Options" = "compose:ralt"; "kxkbrc"."Layout"."Options" = "compose:ralt,compose:caps";
"kxkbrc"."Layout"."ResetOldOptions" = true; "kxkbrc"."Layout"."ResetOldOptions" = true;
"plasma-localerc"."Formats"."LANG" = "en_US.UTF-8"; "plasma-localerc"."Formats"."LANG" = "en_US.UTF-8";
"plasma-localerc"."Formats"."LC_ADDRESS" = "en_US.UTF-8"; "plasma-localerc"."Formats"."LC_ADDRESS" = "en_US.UTF-8";