Last active
February 7, 2021 13:53
Revisions
-
saragiotto revised this gist
Dec 9, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ { "title": "Motospeed CK62 layer fix", "maintainers": ["Leonardo Saragiotto"], "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": [ { -
saragiotto revised this gist
Dec 9, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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=https://gist.githubusercontent.com/saragiotto/48d173d9bf4895e0d25389d5a5d7b75e/raw/1a46faaaf0c4f66079e4efecc14a9ef793fc4dff/customCK62MacOSx.json", "rules": [ { "description": "Fix ? key, forward delete and alt tab for windows and tilde accent", -
saragiotto created this gist
Dec 9, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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" } ] } ] } ] }