-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutlook.talon
36 lines (30 loc) · 853 Bytes
/
outlook.talon
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
os: mac
app.bundle: com.microsoft.Outlook
-
(section | zone) [next]: key(ctrl-shift-])
(section | zone) (previous | last): key(ctrl-shift-[)
archive: key(ctrl-e)
flag: key(ctrl-5)
(clear flag | unflag): key(alt-cmd-')
mark read: key(cmd-t)
mark unread: key(cmd-shift-t)
new email: key(cmd-n)
Reply: key(cmd-r)
Reply all: key(cmd-shift-r)
Forward: key(cmd-j)
search email: key(cmd-f)
search messages: key(alt-cmd-f)
send email: key(cmd-enter)
# Calendar
# I'm considering splitting this into two files in the future and filtering by window title
next week:
key(alt-cmd-right)
last week:
key(alt-cmd-left)
# I'm guessing there is a better way inside of Talon to directly target a menu item. Applescript if nothing else.
new (event | meeting):
key(shift-cmd-/)
key(backspace)
insert("New > Meeting")
edit.down()
key(enter)