Skip to content

Commit 3bee475

Browse files
committed
Use Command+Shift+F to perform global search in Apple Mail
1 parent d3244a9 commit 3bee475

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

karabiner/karabiner.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,40 @@
207207
}
208208
]
209209
},
210+
{
211+
"manipulators": [
212+
{
213+
"conditions": [
214+
{
215+
"bundle_identifiers": [
216+
"^com\\.apple\\.mail$"
217+
],
218+
"type": "frontmost_application_if"
219+
}
220+
],
221+
"description": "[Apple Mail] Use command+shift+f to search across all mailboxes",
222+
"from": {
223+
"key_code": "f",
224+
"modifiers": {
225+
"mandatory": [
226+
"command",
227+
"shift"
228+
]
229+
}
230+
},
231+
"to": [
232+
{
233+
"key_code": "f",
234+
"modifiers": [
235+
"left_command",
236+
"left_option"
237+
]
238+
}
239+
],
240+
"type": "basic"
241+
}
242+
]
243+
},
210244
{
211245
"description": "S+D -> (S)uper(D)uper Mode",
212246
"manipulators": [

0 commit comments

Comments
 (0)