Switch to a combined navigation and enter
This commit is contained in:
parent
4ea757ea8f
commit
7de768bba3
2 changed files with 4 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue