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

° to > key remapping does not work #885

Open
MHX792 opened this issue Jun 22, 2019 · 0 comments
Open

° to > key remapping does not work #885

MHX792 opened this issue Jun 22, 2019 · 0 comments

Comments

@MHX792
Copy link

MHX792 commented Jun 22, 2019

The assigning of ^ to < works, but not ° to >. Any help is appreciated:

  {
        "description": "Chromium ^ to < key",
        "manipulators": [
            {
                "type": "basic",
                "from": {
                    "key_code": "non_us_backslash"
                },
                "to": [
                    {
                        "key_code": "grave_accent_and_tilde"
                    }
                ],
                "conditions": [
                    {
                        "type": "frontmost_application_if",
                        "bundle_identifiers": [
                            "^org.chromium.Chromium"
                        ]
                    }
                ]
            }
        ]
    },
    
    
    {
        "description": "Chromium ° to > key",
        "manipulators": [
            {
                "type": "basic",
                "from": {
                    "key_code": "non_us_backslash",
                    "modifiers": [
                        "shift"
                    ]
                },
                "to": [
                    {
                        "key_code": "grave_accent_and_tilde",
                        "modifiers": [
                            "shift"
                        ]
                    }
                ],
                "conditions": [
                    {
                        "type": "frontmost_application_if",
                        "bundle_identifiers": [
                            "^org.chromium.Chromium"
                        ]
                    }
                ]
            }
        ]
    }
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

1 participant