summary refs log tree commit diff stats
path: root/tag-karabiner
diff options
context:
space:
mode:
Diffstat (limited to 'tag-karabiner')
-rw-r--r--tag-karabiner/karabiner.d/configuration/karabiner.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/tag-karabiner/karabiner.d/configuration/karabiner.json b/tag-karabiner/karabiner.d/configuration/karabiner.json
new file mode 100644
index 0000000..582da0c
--- /dev/null
+++ b/tag-karabiner/karabiner.d/configuration/karabiner.json
@@ -0,0 +1,26 @@
+{
+	"profiles": [{
+		"name": "Default Profile",
+		"selected": true,
+		"simple_modifications": {
+			"caps_lock": "delete_or_backspace",
+			"left_control": "left_command",
+			"left_command": "left_option",
+			"left_option": "left_control",
+
+			"right_option": "right_control",
+			"right_command": "right_option",
+			"right_control": "right_command"
+		}
+	}, {
+		"name": "Macbook keyboard",
+		"simple_modifications": {
+			"caps_lock": "delete_or_backspace",
+			"non_us_backslash": "grave_accent_and_tilde",
+			"grave_accent_and_tilde": "non_us_backslash",
+
+			"left_command": "left_control",
+			"right_command": "right_control"
+		}
+	}]
+}