Skip to content

Commit

Permalink
keyd: Use alt+hjkl for arrow keys instead of control+hjkl
Browse files Browse the repository at this point in the history
  • Loading branch information
juanibiapina committed Dec 1, 2024
1 parent 86a5e10 commit 3f8f580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nix/modules/keyd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
enable = true;
keyboards.default.settings = {
main = {
capslock = "overload(capslock, esc)";
leftalt = "leftmeta";
capslock = "overload(control, esc)";
leftalt = "layer(leftmeta)";
leftmeta = "leftalt";
};

"capslock:C" = {
"leftmeta:M" = {
h = "left";
j = "down";
k = "up";
Expand Down

0 comments on commit 3f8f580

Please sign in to comment.