Skip to content

Commit

Permalink
further attempt to get tab combo syntax to work as intended
Browse files Browse the repository at this point in the history
  • Loading branch information
willnapier committed Sep 13, 2024
1 parent b6769d2 commit 90c4a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Jxzcz │ LM4 LM3 LM2 LM1 LM0 │ │ RM0 RM1 RM2 RM3 RM4 │

// Home row mods with tap/hold for left-hand side
// These ensure that you can chord Left GUI (Cmd) + Left Shift or Left Alt with another key
#define HRC_TAB &hml LGUI(LS(TAB)) // Hold for Left GUI + Left Shift, tap for TAB
#define HRC_REPEAT &hml_repeat LGUI(LALT) 0 // Hold for Left GUI + Left Alt, tap for Repeat
#define HRC_TAB &hml LGUI(LSHFT) TAB // Hold for Left Cmd + Left Shift, tap for TAB
#define HRC_REPEAT &hml_repeat LGUI(LALT) REPEAT // Hold for Left Cmd + Left Alt, tap for REPEAT
#define HRC_LPAR &hmr_lpar_lt RSHFT(LGUI) 0
#define HRC_RPAR &hmr_rpar_gt LGUI(LALT) 0

Expand Down

0 comments on commit 90c4a4c

Please sign in to comment.