pqrs-org/Karabiner-archived

Update broke karabiner.json

drewbailey opened this issue · 1 comments

The latest update seems to have broken my karabiner.json config

[2019-04-24 16:47:56.435] [error] [grabber] karabiner.json error: `to_if_alone` entry error: `modifiers` error: json must be array or string, but is `{"optional":["any"]}`

Updating my config from

                                "to_if_alone": [
                                    {
                                        "key_code": "escape",
                                        "modifiers": {
                                            "optional": [
                                                "any"
                                            ]
                                        }
                                    }
                                ],

to

                                "to_if_alone": [
                                    {
                                        "key_code": "escape",
                                        "modifiers": "any"
                                    }
                                ],

seems to work but it seems like this will likely effect more people

Also experiencing this issue!