added tab combo
This commit is contained in:
parent
e7826130ed
commit
dbf2054344
1 changed files with 2 additions and 1 deletions
|
|
@ -90,7 +90,8 @@
|
|||
|
||||
/* Convenience */
|
||||
COMBO(esc, &kp ESC, 3 4, DEF_L)
|
||||
COMBO(del, &kp DEL, 13 14, DEF_L)
|
||||
COMBO(del, &kp DEL, 15 16, DEF_L)
|
||||
COMBO(tab, &kp TAB, 13 14, DEF_L)
|
||||
COMBO(select_all, &kp LC(A), 20 21, NAV_L)
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue