Skip to content

Commit

Permalink
allow access to dedicated modifier keys even on (most) layers
Browse files Browse the repository at this point in the history
  • Loading branch information
ctranstrum committed Jun 7, 2024
1 parent a144114 commit df8b90f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions config/ergonaut_one.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@
// ┃ ctrl ┃ cmd z ┃ cmd x ┃ cmd c ┃ cmd d ┃ cmd v ┃ ┃ : ┃ 1 ┃ 2 ┃ 3 ┃ = ┃ TAB ┃
&kp LCTRL CMD(Z) CMD(X) CMD(C) CMD(D) CMD(V) &kp COLON &kp N1 &kp N2 &kp N3 &kp EQUAL &kp TAB
// ┗━━━━━━━┻━━━━━━━┻━━━━━━━┻━━━┳━━━┻━━━┳━━━┻━━━┳━━━┻━━━┓ ┏━━━┻━━━┳━━━┻━━━┳━━━┻━━━┳━━━┻━━━━━━━┻━━━━━━━┻━━━━━━━┛
// ┃ opt ┃ ### ┃ SHIFT ┃ ┃ , ┃ 0 ┃ .
&kp LALT I___I I___I &kp COMMA &kp N0 &kp DOT
// ┃ opt ┃ ### ┃ SHIFT ┃ ┃ , ┃ 0 cmd ┃ . alt
&kp LALT I___I I___I &kp COMMA &mt LCMD N0 &mt RALT DOT
// ┗━━━━━━━┻━━━━━━━┫ nav ┃ ┃ ┣━━━━━━━┻━━━━━━━┛
// ┗━━━━━━━┛ ┗━━━━━━━┛
>;
Expand All @@ -294,8 +294,8 @@
// ┃ ctrl ┃ cmd z ┃ cmd x ┃ cmd c ┃ cmd d ┃ cmd v ┃ ┃ Pg Dn ┃ ┃ ↓ ┃ ┃ ┃ shift ┃
&kp LCTRL CMD(Z) CMD(X) CMD(C) CMD(D) CMD(V) &kp PG_DN ___ &kp DOWN ___ ___ &kp LSHFT
// ┗━━━━━━━┻━━━━━━━┻━━━━━━━┻━━━┳━━━┻━━━┳━━━┻━━━┳━━━┻━━━┓ ┏━━━┻━━━┳━━━┻━━━┳━━━┻━━━┳━━━┻━━━━━━━┻━━━━━━━┻━━━━━━━┛
// ┃ opt ┃ num ┃ ### ┃ ┃ SPACE ┃ HOME ┃ END
&kp LALT I___I I___I &kp SPC &kp HOME &kp END
// ┃ opt ┃ num ┃ ### ┃ ┃ SPACE ┃HOMEcmd┃END alt
&kp LALT I___I I___I &kp SPC &mt LCMD HOME &mt RALT END
// ┗━━━━━━━┻━━━━━━━┫ ┃ ┃ ┣━━━━━━━┻━━━━━━━┛
// ┗━━━━━━━┛ ┗━━━━━━━┛
>;
Expand All @@ -316,8 +316,8 @@
// ┃ ctrl ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃ F1 ┃ F2 ┃ F3 ┃ F10 ┃ shift ┃
&kp LCTRL ___ ___ ___ ___ ___ ___ &kp F1 &kp F2 &kp F3 &kp F10 &kp LSHFT
// ┗━━━━━━━┻━━━━━━━┻━━━━━━━┻━━━┳━━━┻━━━┳━━━┻━━━┳━━━┻━━━┓ ┏━━━┻━━━┳━━━┻━━━┳━━━┻━━━┳━━━┻━━━━━━━┻━━━━━━━┻━━━━━━━┛
// ┃ opt ┃ ### ┃ ### ┃ ┃ F10 ┃ F11 F12
&kp LALT I___I I___I &kp F10 &kp F11 &kp F12
// ┃ opt ┃ ### ┃ ### ┃ ┃ F10 ┃F11 cmd┃F12 alt
&kp LALT I___I I___I &kp F10 &mt LCMD F11 &mt RALT F12
// ┗━━━━━━━┻━━━━━━━┫ ┃ ┃ ┣━━━━━━━┻━━━━━━━┛
// ┗━━━━━━━┛ ┗━━━━━━━┛
>;
Expand All @@ -335,8 +335,8 @@
// ┃ ^ ┃ @ ┃ - ┃ ! ┃ = ┃ $ ┃ ┃ alt ┃ cmd ┃ opt ┃ ctrl ┃ ┃ ┃
&kp CARET &kp AT &kp MINUS &kp EXCL &kp EQUAL &kp DLLR &kp RALT &kp LCMD &kp LALT &kp LCTRL ___ ___
// ┣━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━┫ ┣━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━┫
// ┃ ~ ┃ < ┃ > ┃ + ┃ _ ┃ ? ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃
&kp TILDE &kp LT &kp GT &kp PLUS &kp UNDER &kp QMARK ___ ___ ___ ___ ___ ___
// ┃ ~ ctrl┃ < ┃ > ┃ + ┃ _ ┃ ? ┃ ┃ ┃ ┃ ┃ ┃ ┃ ┃
&mt LCTRL TILDE &kp LT &kp GT &kp PLUS &kp UNDER &kp QMARK ___ ___ ___ ___ ___ ___
// ┗━━━━━━━┻━━━━━━━┻━━━━━━━┻━━━┳━━━┻━━━┳━━━┻━━━┳━━━┻━━━┓ ┏━━━┻━━━┳━━━┻━━━┳━━━┻━━━┳━━━┻━━━━━━━┻━━━━━━━┻━━━━━━━┛
// ┃ => ┃ | ┃ & ┃ ┃ ### ┃ ┃ alt ┃
&arrow_fn &kp PIPE &kp AMPS I___I ___ &kp RALT
Expand Down

0 comments on commit df8b90f

Please sign in to comment.