Karabiner-elements: Is forward_delete possible?

Created on 21 Sep 2016  路  6Comments  路  Source: pqrs-org/Karabiner-Elements

Is it possible to map right option key to forward delete? Console debug is throwing error for both Option_R and "Forward Delete" tried forward_delete as with old Karabiner to no avail.

stale

Most helpful comment

I did exactly what you want as follows:

1) Open up a text editor and paste the following lines:

{
    "profiles": [
        {
            "name": "Default profile",
            "selected": true,
            "simple_modifications": {
                "right_option": "delete_forward"
            }
        }
    ]
}

2) Save as:

/Users/Your Username/.karabiner.d/configuration/karabiner.json

Voila!

(the syntax seems to have changed in this version, see here: https://github.com/tekezo/Karabiner-Elements/blob/master/src/share/types.hpp#L177-L369)

All 6 comments

I did exactly what you want as follows:

1) Open up a text editor and paste the following lines:

{
    "profiles": [
        {
            "name": "Default profile",
            "selected": true,
            "simple_modifications": {
                "right_option": "delete_forward"
            }
        }
    ]
}

2) Save as:

/Users/Your Username/.karabiner.d/configuration/karabiner.json

Voila!

(the syntax seems to have changed in this version, see here: https://github.com/tekezo/Karabiner-Elements/blob/master/src/share/types.hpp#L177-L369)

Thank you! I didn't see the types.hpp file and was confused by the label changes.

@DavidCatalano Be sure to close this issue if it's fixed.

Hi, I managed to change right option to forward delete. Would you help me how to change right command to right option? Thanks.

@EditorKubala see #72

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings