all repos — nixfiles @ 475b71a0822d9b6b4dac646949851d3ee49e6887

System and user configuration, managed by nix and home-manager

tag-karabiner/karabiner.d/configuration/karabiner.json (view raw)

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"
		}
	}]
}