HoldTap is often used with modifier keys. For example KC.HT(KC.ESCAPE, KC.LCTRL) configures a key that sends Escape when tapped and left control when held.
It can be used with regular keys as well like KC.HT(KC.SPACE, KC.ENTER) to send space on tab and enter on hold.
Expected behavior
Should be tap instead of tab.
Additional context
Didn't want to make a pull request just for this, so I'm leaving this for whoever makes another pass at the docs.
Describe the bug Theres a misspell in docs/en/holdtap.md
Bold is mine.
Expected behavior Should be tap instead of tab.
Additional context Didn't want to make a pull request just for this, so I'm leaving this for whoever makes another pass at the docs.