Skip to content

Commit

Permalink
swapped bspc and return
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdw committed Oct 9, 2023
1 parent ed6f127 commit 7310e04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
XXX LHT(BUTTON,G) MHT(RALT,X) &kp J &kp K &kp MINUS &kp SLASH &kp R &kp M MHT(RALT,F) LHT(BUTTON,P) XXX
// ╰─────────────┴─────────────┴─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┴─────────────┴─────────────╯
LHT(MOUSE,ESC) LHT(NUM,SPACE) LHT(NAV,TAB) LHT(FUN,RET) LT_BDEL(SYM) LT_KRPT(MEDIA)
LHT(MOUSE,ESC) LHT(NUM,SPACE) LHT(NAV,TAB) LT_BDEL(FUN) LHT(SYM,RET) LT_KRPT(MEDIA)
// ╰─────────────┴─────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────╯
>;
};
Expand All @@ -45,7 +45,7 @@
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
XXX XXX &kp RALT XXX XXX XXX &kp INS &kp HOME &kp PG_DN &kp PG_UP &kp END XXX
// ╰─────────────┴─────────────┴─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┴─────────────┴─────────────╯
XXX XXX XXX &kp RET &bspc_del &key_repeat
XXX XXX XXX &bspc_del &kp RET &key_repeat
// ╰─────────────┴─────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────╯
>;
};
Expand All @@ -59,7 +59,7 @@
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
XXX XXX &kp RALT XXX XXX XXX &kp KP_DOT &kp N1 &kp N2 &kp N3 &kp COMMA XXX
// ╰─────────────┴─────────────┴─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┴─────────────┴─────────────╯
XXX XXX XXX XXX &kp N0 XXX
XXX XXX XXX &bspc_del &kp N0 XXX
// ╰─────────────┴─────────────┴─────────────╯ ╰─────────────┴─────────────┴─────────────╯
>;
};
Expand Down

0 comments on commit 7310e04

Please sign in to comment.