Skip to content

Instantly share code, notes, and snippets.

@saragiotto
Last active February 7, 2021 13:53

Revisions

  1. saragiotto revised this gist Dec 9, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion customCK62MacOSx.json
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    {
    "title": "Motospeed CK62 layer fix",
    "maintainers": ["Leonardo Saragiotto"],
    "homepage": "https://github.com/saragiotto/customCK62",
    "homepage": "https://gist.github.com/saragiotto/48d173d9bf4895e0d25389d5a5d7b75e",
    "import_url": "karabiner://karabiner/assets/complex_modifications/import?url=https://gist.githubusercontent.com/saragiotto/48d173d9bf4895e0d25389d5a5d7b75e/raw/1a46faaaf0c4f66079e4efecc14a9ef793fc4dff/customCK62MacOSx.json",
    "rules": [
    {
  2. saragiotto revised this gist Dec 9, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion customCK62MacOSx.json
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@
    "title": "Motospeed CK62 layer fix",
    "maintainers": ["Leonardo Saragiotto"],
    "homepage": "https://github.com/saragiotto/customCK62",
    "import_url": "karabiner://karabiner/assets/complex_modifications/import?url=",
    "import_url": "karabiner://karabiner/assets/complex_modifications/import?url=https://gist.githubusercontent.com/saragiotto/48d173d9bf4895e0d25389d5a5d7b75e/raw/1a46faaaf0c4f66079e4efecc14a9ef793fc4dff/customCK62MacOSx.json",
    "rules": [
    {
    "description": "Fix ? key, forward delete and alt tab for windows and tilde accent",
  3. saragiotto created this gist Dec 9, 2019.
    113 changes: 113 additions & 0 deletions customCK62MacOSx.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,113 @@
    {
    "title": "Motospeed CK62 layer fix",
    "maintainers": ["Leonardo Saragiotto"],
    "homepage": "https://github.com/saragiotto/customCK62",
    "import_url": "karabiner://karabiner/assets/complex_modifications/import?url=",
    "rules": [
    {
    "description": "Fix ? key, forward delete and alt tab for windows and tilde accent",
    "manipulators": [
    {
    "type": "basic",
    "from": {
    "key_code": "up_arrow",
    "modifiers": {
    "mandatory": [
    "left_alt"
    ],
    "optional": [
    "left_shift"
    ]
    }
    },
    "to": [
    {
    "key_code": "slash"
    }
    ]
    },
    {
    "type": "basic",
    "from": {
    "key_code": "comma",
    "modifiers": {
    "mandatory": [
    "left_alt"
    ]
    }
    },
    "to": [
    {
    "key_code": "delete_forward"
    }
    ]
    },
    {
    "type": "basic",
    "from": {
    "key_code": "escape",
    "modifiers": {
    "mandatory": [
    "left_command"
    ]
    }
    },
    "to": [
    {
    "key_code": "grave_accent_and_tilde",
    "modifiers": [ "left_command" ]
    }
    ]
    },
    {
    "type": "basic",
    "from": {
    "key_code": "z",
    "modifiers": {
    "mandatory": [
    "left_alt"
    ]
    }
    },
    "to": [
    {
    "key_code": "mute"
    }
    ]
    },
    {
    "type": "basic",
    "from": {
    "key_code": "x",
    "modifiers": {
    "mandatory": [
    "left_alt"
    ]
    }
    },
    "to": [
    {
    "key_code": "volume_decrement"
    }
    ]
    },
    {
    "type": "basic",
    "from": {
    "key_code": "c",
    "modifiers": {
    "mandatory": [
    "left_alt"
    ]
    }
    },
    "to": [
    {
    "key_code": "volume_increment"
    }
    ]
    }
    ]
    }
    ]
    }