diff options
author | Okke Formsma <okke@formsma.nl> | 2021-02-09 20:20:54 +0100 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-02-24 07:24:27 -0500 |
commit | 0c1940bb799ec8d97bb2f80661778a1396e9277e (patch) | |
tree | ed571e878fca9ce47b9679e0016bac9a1b7c6577 /app/tests/hold-tap/tap-preferred/6-retro-tap/events.patterns | |
parent | 89ed816c670abdc74fe02b484fe148bc5658564c (diff) |
feature(hold-tap): no-hold-flash for retro taps
This is an improvement on retro-tap, solving the 'flashing hold' issue
users people experience.
When the tapping-term expires, the hold key is normally pressed. When
retro-tap is enabled, this is undesirable; only an interrupted hold-tap
should trigger the hold behavior.
This change disables the hold behavior for the 'STATUS_HOLD_TIMER'
state when retro-tap is enabled, and makes sure the
'STATUS_HOLD_INTERRUPT' state will be triggered when appropriate.
Diffstat (limited to 'app/tests/hold-tap/tap-preferred/6-retro-tap/events.patterns')
-rw-r--r-- | app/tests/hold-tap/tap-preferred/6-retro-tap/events.patterns | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/tests/hold-tap/tap-preferred/6-retro-tap/events.patterns b/app/tests/hold-tap/tap-preferred/6-retro-tap/events.patterns deleted file mode 100644 index 4db2191..0000000 --- a/app/tests/hold-tap/tap-preferred/6-retro-tap/events.patterns +++ /dev/null @@ -1,6 +0,0 @@ -s/.*hid_listener_keycode/kp/p -s/.*mo_keymap_binding/mo/p -s/.*on_hold_tap_binding/ht_binding/p -s/.*decide_hold_tap/ht_decide/p -s/.*update_hold_status_for_retro_tap/update_hold_status_for_retro_tap/p -s/.*decide_retro_tap/decide_retro_tap/p
\ No newline at end of file |