Skip to content

Commit

Permalink
change nbsp mod for alt
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Jan 16, 2024
1 parent ec4e661 commit b6c9400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions behaviors/mod-morph.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ ZMK_BEHAVIOR(num_esc_clk, mod_morph,
mods = <(MOD_LSFT|MOD_LCTL)>;
)

// hold: symbol layer | tap: space | ctrl + tap: non-breaking space
// hold: symbol layer | tap: space | alt + tap: non-breaking space
ZMK_BEHAVIOR(sp_nbsp_sym, mod_morph,
bindings = <&lt SYM SPACE>, <&kp RALT(SPACE)>;
mods = <(MOD_LCTL|MOD_RCTL)>;
mods = <(MOD_LALT|MOD_RATL)>;
)

// tap: period | shift + tap: colon
Expand Down

0 comments on commit b6c9400

Please sign in to comment.