summary refs log tree commit diff stats
path: root/tag-karabiner/karabiner.d/configuration/karabiner.json
blob: 582da0cee280c1b7f5f251e899a105ae4e214d93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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"
		}
	}]
}