Karabiner-Elements
Karabiner-Elements copied to clipboard
Problem with "Spacebar to modifiers if pressed with other keys"
With complex modification Spacebar to modifiers if pressed with other keys
very often spacebar is not keyUp in time and false activations are triggered.
Which timeout settings can improve recognizing to_if_alone
?
If possible to set minimal keyDown delay?
I use spacebar
as complex modifier (Cmd+Ctrl+Opt) and need to post a space
if it pressed alone.
If it is possible to implement logic close to if_not_alone approach?
Seems I need option for minimum keydown delay or minimum timout of "not pressed any keys" before trigger.
Ah, seems I need to-if-held-down
https://karabiner-elements.pqrs.org/docs/json/complex-modifications-manipulator-definition/to-if-held-down/
Serhii, it is a really great idea. Did it work for you? Would you post the code here?
Hey, @ww7 , did you manage to get this working fine with the to-if-held-down
path? I like the idea of using the spacebar as a mod key, but I also find that it triggers too many false positives as well. Meanwhile, I'm still trusting caps as hyper.
@martin-hoger @ldebritto Here is an example gist that I have been using for four years. I also make a PR to https://github.com/pqrs-org/KE-complex_modifications/pull/1436