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