Skip to content

Commit 75b7d0f

Browse files
authored
Merge pull request pqrs-org#1004 from kerry-zhu/open_control_center_with_f8
Add Complex Modification to Open control center with f8
2 parents 35ef2f8 + 291b32d commit 75b7d0f

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

public/groups.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -946,6 +946,9 @@
946946
},
947947
{
948948
"path": "json/mouse_button4_back_mouse_button5_forward.json"
949+
},
950+
{
951+
"path": "json/open_control_center_with_f8.json"
949952
}
950953
]
951954
},
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"title": "Launch Control Center Using \"f8\"",
3+
"rules": [
4+
{
5+
"description": "Map f8 button to fn+c",
6+
"manipulators": [
7+
{
8+
"type": "basic",
9+
"from": {
10+
"key_code": "f8"
11+
},
12+
"to": [
13+
{
14+
"repeat": false,
15+
"key_code": "c",
16+
"modifiers": [
17+
"fn"
18+
]
19+
}
20+
]
21+
}
22+
]
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)