Skip to content

Commit

Permalink
Adjustment to shfit key
Browse files Browse the repository at this point in the history
  • Loading branch information
dancard32 committed Aug 8, 2024
1 parent 939a167 commit c1d7369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#273112",
"titleBar.activeBackground": "#374419",
"titleBar.activeForeground": "#F9FBF4"
}
}
4 changes: 2 additions & 2 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
raise_layer {
// -----------------------------------------------------------------------------------------
// | ESC | F1 | F2 | F3 | F4 | F5 | | F6 | F7 | F8 | F9 | F10 | F11 |
// | CAPS | | | | | | | left | down | up | right | | F12 |
// | SHFT | | | | | | | left | down | up | right | | F12 |
// | LCTRL| | HOME | END | PGUP | PGDN | | play_ag | skip | play_pause | mute | inc | dec |
// | GUI | CMD | ENT | | | SPACE| BSPC|
bindings = <
&kp ESC &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &kp F11
&kp CAPS &trans &kp N2 &kp N3 &kp N4 &kp N5 &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp N0 &kp F12
&kp LSHFT &trans &kp N2 &kp N3 &kp N4 &kp N5 &kp LEFT &kp DOWN &kp UP &kp RIGHT &kp N0 &kp F12
&kp LCTRL &trans &kp HOME &kp END &kp PG_UP &kp PG_DN &kp C_PREV &kp C_PP &kp C_NEXT &kp C_MUTE &kp C_VOL_DN &kp C_VOL_UP
&kp LALT &kp LGUI &kp RET &trans &kp SPACE &kp BSPC
>;
Expand Down

0 comments on commit c1d7369

Please sign in to comment.