summaryrefslogtreecommitdiff
path: root/app/tests/hold-tap/balanced/5-quick-tap/keycode_events.snapshot
diff options
context:
space:
mode:
authorOkke Formsma <okke@formsma.nl>2021-01-31 21:37:57 +0100
committerPete Johanson <peter@peterjohanson.com>2021-02-02 15:28:16 -0500
commit9a7908b6324181403836908e90754146fb7f0b5b (patch)
tree59821b1f4b4821e559246c0fc72a582b43769624 /app/tests/hold-tap/balanced/5-quick-tap/keycode_events.snapshot
parent6c7ab0ce53ec75394eaa84ae303d725300cb1f45 (diff)
behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD)
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.
Diffstat (limited to 'app/tests/hold-tap/balanced/5-quick-tap/keycode_events.snapshot')
-rw-r--r--app/tests/hold-tap/balanced/5-quick-tap/keycode_events.snapshot10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/tests/hold-tap/balanced/5-quick-tap/keycode_events.snapshot b/app/tests/hold-tap/balanced/5-quick-tap/keycode_events.snapshot
new file mode 100644
index 0000000..a1b18d1
--- /dev/null
+++ b/app/tests/hold-tap/balanced/5-quick-tap/keycode_events.snapshot
@@ -0,0 +1,10 @@
+ht_binding_pressed: 0 new undecided hold_tap
+ht_decide: 0 decided tap (balanced event 0)
+kp_pressed: usage_page 0x07 keycode 0x09 implicit_mods 0x00 explicit_mods 0x00
+kp_released: usage_page 0x07 keycode 0x09 implicit_mods 0x00 explicit_mods 0x00
+ht_binding_released: 0 cleaning up hold-tap
+ht_binding_pressed: 0 new undecided hold_tap
+ht_decide: 0 decided tap (balanced event 4)
+kp_pressed: usage_page 0x07 keycode 0x09 implicit_mods 0x00 explicit_mods 0x00
+kp_released: usage_page 0x07 keycode 0x09 implicit_mods 0x00 explicit_mods 0x00
+ht_binding_released: 0 cleaning up hold-tap