Keyd: Use compose as a mirror for alt layer for now.

This commit is contained in:
Dmitry Voronin 2025-01-21 12:54:38 +03:00
parent 8ece548e5d
commit fbda9bf40e
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 3 additions and 9 deletions

View file

@ -20,7 +20,7 @@ in
main = {
backspace = "delete"; # Delete key on backspace.
capslock = "overload(control, esc)"; # Ctrl/esc combo.
compose = "layer(layer_compose)";
compose = "layer(layer_alternative)";
delete = "backslash";
esc = "timeout(grave, 150, print)"; # System controls.
leftcontrol = "overload(layer_alternative, leftcontrol)"; # Alternative layer for home, end etc.
@ -75,10 +75,8 @@ in
rightshift = "rightshift";
};
# Vacant compose key layer.
layer_compose = {
a = "a";
};
# NOTE: Vacant compose key layer.
# layer_compose = { };
# Number inputs.
layer_number = {

View file

@ -8,12 +8,8 @@ let
];
keys = [
"down"
"escape"
"left"
"leftcontrol"
"right"
"up"
];
in
{