-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
https://zmk.dev/docs/behaviors/mod-tap
https://github.com/davebrny/long-press.git
This page has an example of the behavior I want to achieve, for example:
When i click "a" it outputs "a"
I hold for a determined time the key "a", let's say 100ms, it outputs "A"
I don't need the repeating "aaaaaa", I want to use the hold a key instead of the shift key.
I can achieve this behavior with this app?