Keyd: Swap controls.
This commit is contained in:
parent
2837c4bf85
commit
cdbbfc20f8
|
@ -23,8 +23,8 @@ in {
|
||||||
compose = "layer(layer_number)"; # Number input layer.
|
compose = "layer(layer_number)"; # Number input layer.
|
||||||
delete = "backslash";
|
delete = "backslash";
|
||||||
esc = "print"; # System controls.
|
esc = "print"; # System controls.
|
||||||
leftcontrol = "overload(layer_alternative, leftcontrol)"; # Alternative layer for home, end etc.
|
leftcontrol = "layer(layer_control)"; # Media and other controls.
|
||||||
rightcontrol = "layer(layer_control)"; # Media and other controls.
|
rightcontrol = "overload(layer_alternative, leftcontrol)"; # Alternative layer for home, end etc.
|
||||||
rightshift = "backspace"; # Backspace.
|
rightshift = "backspace"; # Backspace.
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -41,9 +41,9 @@ in {
|
||||||
v = "paste";
|
v = "paste";
|
||||||
w = "pageup";
|
w = "pageup";
|
||||||
x = "cut";
|
x = "cut";
|
||||||
esc = "esc";
|
esc = "esc";
|
||||||
rightcontrol = "leftcontrol";
|
leftcontrol = "leftcontrol";
|
||||||
capslock = "capslock";
|
capslock = "capslock";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Media controls.
|
# Media controls.
|
||||||
|
|
Loading…
Reference in a new issue