Skip to content
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

Left option as trigger key doesn't work when caps lock is on #4

Open
jsy1001 opened this issue Feb 6, 2022 · 1 comment
Open

Left option as trigger key doesn't work when caps lock is on #4

jsy1001 opened this issue Feb 6, 2022 · 1 comment

Comments

@jsy1001
Copy link

jsy1001 commented Feb 6, 2022

Hello, hopefully you can help me with the karabiner_config_generator.py script.
If I configure left_option as the trigger key, the extend layer works when caps lock is off, but doesn't work when caps lock is on. In the latter case it behaves as if the extend layer isn't triggered - for example left_option + j gives left_option + j instead of left_arrow.

@jsy1001
Copy link
Author

jsy1001 commented Feb 6, 2022

I think the problem is fixed by adding the following to the from field for the trigger key in the generated json. I haven't yet modified the python script to generate these additional lines.

            "modifiers": {
                "optional": [
                    "any"
                ]
            }

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

No branches or pull requests

1 participant