Switch to a combined navigation and enter

This commit is contained in:
Robert O'Farrell 2025-03-03 20:24:38 +11:00
parent 4ea757ea8f
commit 7de768bba3
2 changed files with 4 additions and 3 deletions

View file

@ -50,8 +50,9 @@
#define CTL_ESC LCTL_T(KC_ESC)
#define SYM_ENT LT(_SYM, KC_ENT)
#define NUM_SPC LT(_NUM, KC_SPC)
#define SYM_SPC LT(_SYM, KC_SPC)
#define NAV_ESC LT(_NAV, KC_ESC)
#define NUM_SPC LT(_NUM, KC_SPC)
#define EXT_TAB LT(_EXT, KC_TAB)
#define NAV_ESC LT(_NAV, KC_ESC)
#define NAV_TAB LT(_NAV, KC_TAB)
#define NAV_ENT LT(_NAV, KC_ENT)