Skip to content

Commit 63b20a4

Browse files
authored
Create hyper-key.json
1 parent fcba122 commit 63b20a4

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

karabiner/hyper-key.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"title": "Hyper Key Config",
3+
"rules": [
4+
{
5+
"description": "CapsLock → Hyper Key (⌃⌥⇧⌘)",
6+
"manipulators": [
7+
{
8+
"from": {
9+
"key_code": "caps_lock",
10+
"modifiers": {}
11+
},
12+
"to": [
13+
{
14+
"key_code": "left_shift",
15+
"modifiers": ["left_command", "left_control", "left_option"]
16+
}
17+
],
18+
"type": "basic"
19+
}
20+
]
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)