summaryrefslogtreecommitdiff
path: root/app/tests/hold-tap/tap-preferred/5-quick-tap/keycode_events.snapshot
AgeCommit message (Collapse)Author
2021-02-24refactor(hold-tap): pretty print decision_momentOkke Formsma
2021-02-02behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD)Okke Formsma
Tap-and-hold a hold-tap to hold the tap behavior so it can repeat. After a tap, if the same key is pressed within `quick_tap_ms`, the tap behavior is always picked. This is useful for things like `&ht LSHFT BACKSPACE` where holding the backspace is required. Implements #288.