-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing :sim to :simlayer-threshold #96
base: master
Are you sure you want to change the base?
Conversation
I see _a lot_ of examples on github, etc using `:sim` in the config, but it doesn't change anything. `:simlayer-threshold` is what works. `:sim` also appears in some of the tests, but I'm not confident enough in updating those 😬
@nikitavoloboev For my "parameters" : {
"basic.simultaneous_threshold_milliseconds" : 250
}, As a test, set:
then search for 999 in your karabiner.json. Mine gives zero results. then set:
and search for 999 again. Mine shows all the threshold values updated to 999. |
the the the second one is for setting the global related issue comment #29 (comment) |
47ad770
to
c3e3214
Compare
cb62026
to
4e173a4
Compare
fb205b3
to
a9016fe
Compare
Just got bitten by these testing simultaneous keys. Even the |
I see a lot of examples on github, etc using
:sim
in the config, but it doesn't change anything.:simlayer-threshold
is what works.:sim
also appears in some of the tests, but I'm not confident enough in updating those 😬