yqrashawn / GokuRakuJoudo

config karabiner with ease
GNU General Public License v3.0
1.13k stars 122 forks source link

Hold l for hyphen #227

Open hacker-DOM opened 10 months ago

hacker-DOM commented 10 months ago

Hi there!

I am trying to implement a mapping:

I have these options:

First solution

[:l nil nil {
    :alone [{:key :l :halt true}]
    :held [{:key :hyphen :repeat false} ]
}]

This one doesn't send l when typing quickly...

Second solution

[:l :l nil {
    :held [{:key :hyphen :repeat false}]
}]

The second sends l even if the key is held.

Any solutions?

michael-timmers commented 2 months ago

i think the best thing to do would be to play with your alone and held times in your profile. This is my profile list:

:profiles { :Default { :default true :sim 200 :delay 50 :alone 80 :held 80 }}

Hope this helps. Michael