-
I want to know if there is a way I can get different behavior for a short and long press of a key. E.g. I want to have on hold F it becomes shift. And on tap it's still F. It's a home row mod from Miroyko. Unfortunately, it doesn't work properly with if_held_down if I type quickly. Any ideas how to fix this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
While it's not a "hold", using Alternatively, simple_vi_mode implements this using simultaneous key presses. https://github.com/pqrs-org/KE-complex_modifications/blob/main/public/json/personal_tekezo_simple_vi_mode.json |
Beta Was this translation helpful? Give feedback.
Thank you for your response. If triggering on a long press is absolutely required, a more complex configuration will be necessary.
I’ve added an example, "Change the f key to the left shift key if held down" Please take a look.
https://karabiner-elements.pqrs.org/docs/json/complex-modifications-manipulator-definition/to-if-held-down/#more-advanced-example