Changing :sim to :simlayer-threshold - #96
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
:simin the config, but it doesn't change anything.:simlayer-thresholdis what works.:simalso appears in some of the tests, but I'm not confident enough in updating those 😬