Skip to content

Commit

Permalink
Add jk, jl, kl combos
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Jun 2, 2024
1 parent 4abdeb0 commit 11d988b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,21 @@
bindings = <&mo 3>;
key-positions = <38 37>;
};

combo_jk {
bindings = <&kp ENTER>;
key-positions = <19 20>;
};

combo_kl {
bindings = <&kp ESCAPE>;
key-positions = <20 21>;
};

combo_jl {
bindings = <&kp BACKSPACE>;
key-positions = <19 21>;
};
};

keymap {
Expand Down

0 comments on commit 11d988b

Please sign in to comment.