forked from talonhub/community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzotero_mac.talon
100 lines (86 loc) · 1.74 KB
/
zotero_mac.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
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
94
95
96
97
98
99
100
app: Zotero
os: mac
-
settings():
key_hold = 100
# Adding Items
save: key(cmd-shift-s)
new item: key(cmd-shift-n)
new note: key(cmd-shift-o)
import: key(cmd-shift-i)
import clip: key(cmd-shift-alt-i)
# Editing
add creator: key(shift-enter)
save extra: key(shift-enter)
# Removing Items
trash: key(delete)
force trash: key(shift-delete)
remove: key(delete)
delete keep: key(delete)
delete all: key(shift-delete)
# Citations
copy cite: key(cmd-shift-a)
copy items: key(cmd-shift-c)
# Navigation
focus library: key(cmd-shift-l)
pan lib: key(cmd-shift-l)
next pane: key(tab)
prev pane: key(shift-tab)
next tab: key(cmd-tab)
prev tab: key(cmd-shift-tab)
quick search: key(cmd-shift-k)
find: key(cmd-f)
focus contents:
key(tab)
sleep(1ms)
key(tab)
sleep(1ms)
key(tab)
sleep(1ms)
key(tab)
sleep(1ms)
key(tab)
sleep(1ms)
key(tab)
sleep(1ms)
key(tab)
# Tabs
next tab: key(cmd-pagedown)
prev tab: key(cmd-pageup)
go tab <number>: key("cmd-{number}")
tab close: key(cmd-w)
# Searching
find cols: key(cmd:down)
# Tags
toggle tags: key(cmd-shift-t)
tag <number>: key("{number}")
# Feeds
mark all: key(cmd-shift-r)
mark feed: key(cmd-shift-`)
# Other
expand: key(+)
collapse: key(-)
count: key(cmd-a)
rename col: key(f2)
# PDF
annotate <number>: key("alt-{number}")
pdf back: key(alt-left)
pdf next: key(alt-right)
# Notes
bold: key(cmd-b)
italic: key(cmd-i)
underline: key(cmd-u)
select all: key(cmd-a)
undo: key(cmd-z)
redo: key(cmd-y)
cut: key(cmd-x)
copy: key(cmd-c)
paste: key(cmd-v)
paste plain: key(cmd-shift-v)
head <number>: key("shift-alt-{number}")
format para: key(shift-alt-7)
format div: key(shift-alt-8)
format addr: key(shift-alt-9)
find replace: key(cmd-f)
insert link: key(cmd-k)
focus bar: key(alt-f10)