aboutsummaryrefslogtreecommitdiffstats
path: root/karabiner.part.json
diff options
context:
space:
mode:
authorTeddy Wing2018-03-26 21:20:28 +0200
committerTeddy Wing2018-03-26 21:20:28 +0200
commit49162b6bf5c6ba38e8f46c8dec1ad135813d9778 (patch)
tree5e69232dbb6ff6349291dd416012897235afdceb /karabiner.part.json
parent340027e65383671caf73db7dd53e2a56c5d8f762 (diff)
downloadQWAZERTY-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.
Diffstat (limited to 'karabiner.part.json')
-rw-r--r--karabiner.part.json44
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"
+ }
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}