Skip to content

Commit

Permalink
feat(keymap): move ESC
Browse files Browse the repository at this point in the history
  • Loading branch information
ozanuslan authored Jan 29, 2024
1 parent 8e60b0f commit 83a1a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
&kp DEL &kp CAPS &kp PSCRN &kp INS &trans &trans &kp LARW &kp DARW &kp UARW &kp RARW
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
//│ │ │ │ │ │ │ │ HOME │ PAGE DN │ PAGE UP │ END │
&trans &trans &trans &trans &trans &trans &kp HOME &kp PG_DN &kp PG_UP &kp END
&kp ESC &trans &trans &trans &trans &trans &kp HOME &kp PG_DN &kp PG_UP &kp END
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
&trans &kp ESC &trans &trans
&trans &trans &trans &trans
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
>;
};
Expand Down

0 comments on commit 83a1a88

Please sign in to comment.