Skip to content

Commit

Permalink
add media keys
Browse files Browse the repository at this point in the history
  • Loading branch information
keymap-editor[bot] authored Dec 13, 2023
1 parent dbcd44c commit fade5ba
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions config/helix.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ As such, those are in use within the default layer at this time.*/
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp LBKT &kp RBKT &kp N &kp M &kp COMMA &kp PERIOD &kp SLASH &kp SQT
&mo 1 &kp LCTRL &kp LG(SPACE) &none &kp LEFT_ALT &kp LEFT_COMMAND &kp SPACE &kp SPACE &kp RIGHT_COMMAND &kp RIGHT_ALT &none &none &none &kp EQUAL
>;

label = "base";
};

lower_layer {
Expand All @@ -46,12 +48,14 @@ As such, those are in use within the default layer at this time.*/
// | | | | | | | | | | | | | | | |

bindings = <
&trans &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans &kp LEFT_ARROW &kp DOWN &kp UP_ARROW &kp RIGHT &trans &trans
&trans &trans &trans &trans &trans &trans &kp LA(LC(LS(LG(F6)))) &trans &trans &trans &trans &trans &trans &trans
&trans &trans &kp LC(LG(SPACE)) &trans &trans &trans &trans &kp LC(LA(LG(C))) &trans &trans &trans &trans &trans &trans
&trans &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &kp C_PREVIOUS &kp C_PLAY_PAUSE &kp C_NEXT &kp LEFT_ARROW &kp DOWN &kp UP_ARROW &kp RIGHT &trans &trans
&trans &trans &trans &kp C_VOLUME_DOWN &kp K_MUTE &kp C_VOLUME_UP &kp LA(LC(LS(LG(F6)))) &trans &trans &trans &trans &trans &trans &trans
&trans &trans &kp LC(LG(SPACE)) &trans &trans &trans &trans &kp LC(LA(LG(C))) &trans &trans &trans &trans &trans &trans
>;

label = "fn";
};
};
};

0 comments on commit fade5ba

Please sign in to comment.