Skip to content

Commit

Permalink
Lower/symbols layer tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Mar 29, 2024
1 parent d0562c3 commit 532dafe
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#define ATAB LALT TAB // Mod-Tap shorthand for ALT when held, TAB when tapped
#define CTESC LCTRL ESC // Mod-Tap shorthand for CTRL when held, ESC when tapped
#define RAI0 RAISE N0 // Mod-Tap shorthand for RAISE layer when held, or numpad 0 when typed
#define TERM LG(ESC) // Key-Press shorthand for CMD-ESC for summoning / toggling terminal
#define MPREV C_PREV // Key-Press shorthand for PREV media key
#define MNEXT C_NEXT // Key-Press shorthand for NEXT media key
#define VOLUP C_VOL_UP // Key-Press shorthand for VOLUME UP media key
Expand Down Expand Up @@ -77,14 +76,14 @@
lower_layer {
bindings = <
// +----------+----------+----------+----------+----------+----------+ +----------+----------+----------+----------+----------+----------+
// ` ! @ # $ % ~ 7 8 9 = +
&kp GRAVE &kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &kp TILDE &kp N7 &kp N8 &kp N9 &kp EQUAL &kp PLUS
// ~ ! @ # $ % ~ 7 8 9 _ +
&kp TILDE &kp EXCL &kp AT &kp HASH &kp DLLR &kp PRCNT &kp TILDE &kp N7 &kp N8 &kp N9 &kp UNDER &kp PLUS
// +----------+----------+----------+----------+----------+----------+ +----------+----------+----------+----------+----------+----------+
// OPEN TERM ^ & * OPEN APP < > 4 5 6 - _
&kp TERM &kp CARET &kp AMPS &kp ASTRK &kp F13 &kp LT &kp GT &kp N4 &kp N5 &kp N6 &kp MINUS &kp UNDER
// ` ^ & * : < > 4 5 6 - =
&kp GRAVE &kp CARET &kp AMPS &kp ASTRK &kp COLON &kp LT &kp GT &kp N4 &kp N5 &kp N6 &kp MINUS &kp EQUAL
// +----------+----------+----------+----------+----------+----------+ +----------+----------+----------+----------+----------+----------+
// { \ . , RUN MACRO [ ] 1 2 3 / }
&kp LBRC &kp BSLH &kp DOT &kp COMMA &kp F14 &kp LBKT &kp RBKT &kp N1 &kp N2 &kp N3 &kp FSLH &kp RBRC
// { \ . , ? [ ] 1 2 3 / }
&kp LBRC &kp BSLH &kp DOT &kp COMMA &kp QMARK &kp LBKT &kp RBKT &kp N1 &kp N2 &kp N3 &kp FSLH &kp RBRC
// +----------+----------+----------+----------+----------+----------+ +----------+----------+----------+----------+----------+----------+
// 0 RAISE
&trans &trans &trans &trans &lt RAI0 &trans
Expand All @@ -93,10 +92,6 @@
// * Notes:
// - Almost all symbols accessible on this layer
// - Numpad under right hand
// - Summon terminal in standard CAPS position (which posts CMD+ESC for handling in OS)
// - Summon apps modal in `F` position (for 'find' or open app, which posts F13 for handling in OS)
// - Run macro modal in `V` position (which posts F14 for handling in OS)
// - The above three mentioned functions can be configured via Hammerspoon, Autohotkey, etc.
>;
};

Expand Down

0 comments on commit 532dafe

Please sign in to comment.