Replies: 2 comments 1 reply
-
Try mapDoubleTap("right_shift").to("f11", "fn").toIfHeldDown("right_shift") |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the response. No, it doesn't work unless I hold the shift for at least one second which is super slow specially while typing. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
mapDoubleTap
messes up the usual key behavior (single tap/holding). For example, below config maps that the double tapping the right shift key should toggle the “show desktop” option which works. However single-tap and hold actions for right shift don’t work. So, if you press the right shift key and a regular key (right shift + a), you won’t get the output you want, like typing the capital “A”. BTW, the double tap issue is with all keys not just the right shift key.Karabiner Element:
v15.3.0
karabiner.ts:
v1.30.3
I have also tried the followings but didn't work either.
Am I missing something?
Thanks in advance. 🙏
Beta Was this translation helpful? Give feedback.
All reactions