-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path[DEPRECATED]-arc-quick-tab.json
93 lines (93 loc) · 1.63 KB
/
[DEPRECATED]-arc-quick-tab.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"description": "Arc Quick Tab (Command for Search, Hold Command to Dictate)",
"manipulators": [
{
"conditions": [
{
"bundle_identifiers": [
"company.thebrowser.Browser"
],
"type": "frontmost_application_if"
}
],
"from": {
"key_code": "left_command"
},
"parameters": {
"basic.to_if_alone_timeout_milliseconds": 100,
"basic.to_if_held_down_threshold_milliseconds": 100
},
"to_after_key_up": {
"consumer_key_code": "dictation"
},
"to_delayed_action": {
"to_if_invoked": {
"consumer_key_code": "dictation"
}
},
"to_if_alone": [
{
"halt": true,
"key_code": "t",
"modifiers": [
"left_command"
]
}
],
"to_if_held_down": [
{
"halt": false,
"key_code": "t",
"modifiers": [
"left_command"
]
}
],
"type": "basic"
},
{
"conditions": [
{
"bundle_identifiers": [
"company.thebrowser.Browser"
],
"type": "frontmost_application_if"
}
],
"from": {
"key_code": "right_command"
},
"parameters": {
"basic.to_if_alone_timeout_milliseconds": 100,
"basic.to_if_held_down_threshold_milliseconds": 100
},
"to_after_key_up": {
"consumer_key_code": "dictation"
},
"to_delayed_action": {
"to_if_invoked": {
"consumer_key_code": "dictation"
}
},
"to_if_alone": [
{
"halt": true,
"key_code": "t",
"modifiers": [
"right_command"
]
}
],
"to_if_held_down": [
{
"halt": false,
"key_code": "t",
"modifiers": [
"right_command"
]
}
],
"type": "basic"
}
]
}