add dot combo to num

This commit is contained in:
Glen 2023-12-04 23:22:32 -05:00 committed by GitHub
parent fc6e51fb19
commit 924094a198
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,6 +130,7 @@
COMBO(ent, &kp ENTER, 14 16, DEF_L)
COMBO(stab, &kp LS(TAB), 10 11, DEF_L)
COMBO(tab, &kp TAB, 14 15, DEF_L)
COMBO(dot, &kp DOT, 9 10, NUM_L)
COMBO(select_all, &kp LC(A), 19 20, NAV_L)