Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Update broke karabiner.json #880

Open
drewbailey opened this issue Apr 24, 2019 · 1 comment
Open

Update broke karabiner.json #880

drewbailey opened this issue Apr 24, 2019 · 1 comment

Comments

@drewbailey
Copy link

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

@ipalindromi
Copy link

Also experiencing this issue!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants