Double tap 'period' to get 'period -> space -> one-shot shift' #1108
HarrisRamosBaroni
started this conversation in
General
Replies: 2 comments 2 replies
-
You can try |
Beta Was this translation helpful? Give feedback.
0 replies
-
Using a virtual key inside a macro worked for me:
If that doesn't work on your end you can also use
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to implement a key where it types a period on a single tap and a 'period -> space -> one-shot shift' on a double tap. I initially tried using tap-dance-eager so the first action is 'period' and then the second action is
but the (one-shot-press 500 rsft) action isn't supported in a macro. I thought that I could try assigning (one-shot-press 500 rsft) to a virtual key, but then the action to activate that vkey is not supported in a macro. Using 'multi' instead of 'macro' does not give the desired outcome: the space key is held for the duration of the one-shot timeout. I am not sure how to implement it.
Beta Was this translation helpful? Give feedback.
All reactions