Skip to content
Discussion options

You must be logged in to vote

Thanks, that was fast! What this shows is the RSFT_T(KC_N) key is being held longer than the 225 ms tapping term before the KC_U is pressed, at least in these two inputs captured in the log. For me, 225 ms is a fairly quick time to input a one-handed "nested press" like this, I can't do it reliably myself.

In detail, here is what the log shows:

  • (Ignore the very first "EVENT: 0403u(21133)," this is DB_TOGG being released.)
  • Time 24961 ms: RSFT_T(KC_N) was pressed down.
  • Time 25186 ms: The tapping term expired (25186 - 24961 = TAPPING_TERM). The key was settled as held, and right shift was sent (ACTION: ACT_RMODS_TAP[2:11]).
  • Time 25377 ms: KC_U was pressed down.
  • Time 25452 ms: KC_U was relea…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@padd1er
Comment options

@getreuer
Comment options

Answer selected by padd1er
@padd1er
Comment options

@getreuer
Comment options

@NikGovorov
Comment options

@getreuer
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants