Reduce BUTTON_MULTI_CLICK_DELAY to 250ms
This commit is contained in:
@@ -22,7 +22,7 @@ substitutions:
|
||||
|
||||
BUTTON_CLICK_MIN_LENGTH: '50' # The minimum duration the click should last, in msec
|
||||
BUTTON_CLICK_MAX_LENGTH: '350' # The maximum duration the click should last, in msec
|
||||
BUTTON_MULTI_CLICK_DELAY: '500' # The time to wait for another click, in msec
|
||||
BUTTON_MULTI_CLICK_DELAY: '250' # The time to wait for another click, in msec
|
||||
BUTTON_PRESS_TIMEOUT: '10000' # Ignore if button is pressed for longer than this time, in msec
|
||||
BUTTON_LONG_PRESS_DELAY: '800' # The time to wait to consider a long press, in msec
|
||||
|
||||
|
||||
Reference in New Issue
Block a user