You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If during the tapping term another key is pressed, then layer 1 value is used and the dance is stopped
if before the tapping term is over another tap is done, then switch to layer 2 (or do another configured action)
I've been using this setup
But sadly it doesn't work because the layer 0 is instead used until the tapping term does not occur (and so if you press another key quick enough you'll get the symbol on layer 0), so is there any other way to support double tapping to switch layers reliably and without waits?
This discussion was converted from issue #297 on January 26, 2025 03:49.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to achieve this behavior:
I've been using this setup
But sadly it doesn't work because the layer 0 is instead used until the tapping term does not occur (and so if you press another key quick enough you'll get the symbol on layer 0), so is there any other way to support double tapping to switch layers reliably and without waits?
Is this somewhat related to https://docs.qmk.fm/tap_hold#hold-on-other-key-press ?
Beta Was this translation helpful? Give feedback.
All reactions