Skip to content

DoubleTap and toIfAlone not working together #132

Answered by evan-liu
Sinled asked this question in Q&A
Discussion options

You must be logged in to vote

Can you try toIfHeldDown() instead of to(),

- .to('right_command')
+ .toIfHeldDown('right_command')

And try different values for

{
  "basic.to_if_alone_timeout_milliseconds": 250,
  "basic.to_if_held_down_threshold_milliseconds": 250
}

You may need to hold the key at least for "basic.to_if_held_down_threshold_milliseconds", and longer than "basic.to_if_alone_timeout_milliseconds", before pressing another key.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Sinled
Comment options

@evan-liu
Comment options

Answer selected by Sinled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #130 on July 09, 2024 21:21.