Skip to content

laurentvandelle/mac-keys

Repository files navigation

mac-keys

My mac keys for Karabiner config

vscode

Import extensions

code --list-extensions | xargs -L 1 echo code --install-extension

Ide like vscode or cursor terminal ctrl + c

Modify this identifier

"from": {
    "key_code": "c",
    "modifiers": {
        "mandatory": [
            "control"
        ],
        "optional": [
            "any"
        ]
    }
},
"to": [
    {
        "key_code": "c",
        "modifiers": [
            "left_command"
        ]
    }
]

Add your app in the bundle_identifiers

you can find the bundle identifier in the app by running osascript -e 'id of app "Your App"'

About

My mac keys for Karabiner config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published