feat(callisto): use vim-like arrow keys layer

This commit is contained in:
Youwen Wu 2024-12-05 23:57:21 -08:00
parent cdc2952a43
commit a5a69727a9
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -158,9 +158,9 @@
rightalt = "layer(rightalt)"; rightalt = "layer(rightalt)";
}; };
rightalt = { rightalt = {
i = "up"; h = "left";
j = "left"; j = "down";
k = "down"; k = "up";
l = "right"; l = "right";
}; };
}; };