Skip to content

Can anyone tell me why my Complex Modification is not working? #3933

Discussion options

You must be logged in to vote

This is the corrected code:

I went an indirect route of running my applications which was to create an automation script (Quick Action) that runs the applications > creating a keyboard shortcut for that in System Settings > using Karabiner-Elements to re-map the F7 and F9 keys to that keyboard shortcut (fn + F7 and fn + F9, respectively)

{
    "description": "Remap F7 to fn + F7 and F9 to fn + F9",
    "manipulators": [
        {
            "from": {
                "key_code": "f7"
            },
            "to": [
                {
                    "key_code": "f7",
                    "modifiers": ["fn"]
                }
            ],
            "type": "basic"
        },
     …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by computerstimulation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant