diff options
author | Okke Formsma <okke@formsma.nl> | 2021-02-04 14:30:53 +0100 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-02-24 07:24:27 -0500 |
commit | 9c4c266b17f6fec4866d65bec0889233845b6282 (patch) | |
tree | d5a04982046ac9795193eba9e670159c6810c431 /app/tests/hold-tap/balanced/4a-dn-htdn-timer-htup-up | |
parent | 0ebf440de8c673c7dbbc1df2abfc38d79ea53d29 (diff) |
refactor(hold-tap): pretty print decision_moment
Diffstat (limited to 'app/tests/hold-tap/balanced/4a-dn-htdn-timer-htup-up')
-rw-r--r-- | app/tests/hold-tap/balanced/4a-dn-htdn-timer-htup-up/keycode_events.snapshot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/tests/hold-tap/balanced/4a-dn-htdn-timer-htup-up/keycode_events.snapshot b/app/tests/hold-tap/balanced/4a-dn-htdn-timer-htup-up/keycode_events.snapshot index fd512fe..9c91aa5 100644 --- a/app/tests/hold-tap/balanced/4a-dn-htdn-timer-htup-up/keycode_events.snapshot +++ b/app/tests/hold-tap/balanced/4a-dn-htdn-timer-htup-up/keycode_events.snapshot @@ -1,8 +1,8 @@ ht_binding_pressed: 0 new undecided hold_tap -ht_decide: 0 decided hold-timer (balanced event 3) +ht_decide: 0 decided hold-timer (balanced decision moment timer) kp_pressed: usage_page 0x07 keycode 0xe1 implicit_mods 0x00 explicit_mods 0x00 ht_binding_pressed: 1 new undecided hold_tap -ht_decide: 1 decided tap (balanced event 0) +ht_decide: 1 decided tap (balanced decision moment key-up) kp_pressed: usage_page 0x07 keycode 0x0d implicit_mods 0x00 explicit_mods 0x00 kp_released: usage_page 0x07 keycode 0x0d implicit_mods 0x00 explicit_mods 0x00 ht_binding_released: 1 cleaning up hold-tap |