diff options
| author | Teddy Wing | 2018-03-26 21:20:28 +0200 |
|---|---|---|
| committer | Teddy Wing | 2018-03-26 21:20:28 +0200 |
| commit | 49162b6bf5c6ba38e8f46c8dec1ad135813d9778 (patch) | |
| tree | 5e69232dbb6ff6349291dd416012897235afdceb | |
| parent | 340027e65383671caf73db7dd53e2a56c5d8f762 (diff) | |
| download | QWAZERTY-49162b6bf5c6ba38e8f46c8dec1ad135813d9778.tar.bz2 | |
Add karabiner.part.json
A partial `karabiner.json` file showing the structure with the
`"simple_modifications"` configs that need to be copied to replicate the
key swaps.
| -rw-r--r-- | karabiner.part.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/karabiner.part.json b/karabiner.part.json new file mode 100644 index 0000000..8f2cf0d --- /dev/null +++ b/karabiner.part.json @@ -0,0 +1,44 @@ +{ + "profiles": [ + { + "devices": [ + { + "simple_modifications": [ + { + "from": { + "key_code": "backslash" + }, + "to": { + "key_code": "return_or_enter" + } + }, + { + "from": { + "key_code": "grave_accent_and_tilde" + }, + "to": { + "key_code": "left_shift" + } + }, + { + "from": { + "key_code": "left_shift" + }, + "to": { + "key_code": "grave_accent_and_tilde" + } + }, + { + "from": { + "key_code": "return_or_enter" + }, + "to": { + "key_code": "backslash" + } + } + ] + } + ] + } + ] +} |
