Electronicks/JoyShockMapper

Turbo uses HOLD_PRESS_TIME delay twice

Closed this issue · 1 comments

Turbo has a delay equal to HOLD_PRESS_TIME before and after the initial key; for example if "S = X+", when holding S there will be a delay equal to HOLD_PRESS_TIME, then x is sent, then another delay equal to HOLD_PRESS_TIME, then x starts repeating with the expected TURBO_PERIOD time.

Issue present in JSM 3.3.0 and 3.2.3

Fixed in 3.4.0