Karabiner-elements: remaping Fn keys to left command key, not working

Created on 23 Sep 2016  ·  3Comments  ·  Source: pqrs-org/Karabiner-Elements

How to set fn key (function key) to command key??
I have typed the following code in karabiner.json but it's not work:

{
    "profiles": [
        {
            "name": "Default profile",
            "selected": true,
            "simple_modifications": {
                “fn”: “left_command”
            }
        }
    ]
}

Most helpful comment

I try type the code again and it works

{
    "profiles": [
        {
            "name": "Default profile",
            "selected": true,
            "simple_modifications": {
                "fn": "left_command"
            }
        }
    ]
}

All 3 comments

I try type the code again and it works

{
    "profiles": [
        {
            "name": "Default profile",
            "selected": true,
            "simple_modifications": {
                "fn": "left_command"
            }
        }
    ]
}

@chaucy you have wrong characters in first example this is not same as this "

Please consider closing this issue if resolved. Thanks!

Was this page helpful?
0 / 5 - 0 ratings