summary refs log tree commit diff stats
path: root/tag-karabiner
diff options
context:
space:
mode:
authorAlan Pearce2016-09-26 09:38:36 +0200
committerAlan Pearce2016-09-26 09:38:36 +0200
commit475b71a0822d9b6b4dac646949851d3ee49e6887 (patch)
tree5d3c3ee10f6762c10a7ac6badae774da4a6b50b5 /tag-karabiner
parentea425580408e9a01b0b05e98acb1177e7176b750 (diff)
downloaddotfiles-475b71a0822d9b6b4dac646949851d3ee49e6887.tar.lz
dotfiles-475b71a0822d9b6b4dac646949851d3ee49e6887.tar.zst
dotfiles-475b71a0822d9b6b4dac646949851d3ee49e6887.zip
Add Karabiner Elements configuration
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"
+		}
+	}]
+}