-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacorn.talon
67 lines (56 loc) · 1.73 KB
/
acorn.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
os: mac
and app.bundle: com.flyingmeat.Acorn7
-
new (from | with) clipboard: key(cmd-alt-n)
export: key(cmd-alt-s)
copy merged: key(ctrl-cmd-c)
# https://flyingmeat.com/acorn/docs-7.0/keyboard_shortcuts.html
move: key(v)
zoom: key(z)
crop: key(c)
pan: key(h)
select: key(m)
magic wand: key(w)
brush: key(b)
pencil: key(n)
fill: key(k)
erase: key(e)
gradient: key(g)
text: key(t)
circle text: key(t:2)
path text: key(t:3)
pen: key(p)
anchor: key(a)
reset control points: key(C)
line: key(;)
rectangle: key(r)
oval: key(o)
color pick | eyedropper: key(ctrl-c)
trim [to edges]: key(cmd-ctrl-t)
colors: key(cmd-shift-c)
color reset: key(d)
color swap: key(x)
toggle fill: key(F)
toggle stroke: key(B)
toggle guides: key(cmd-alt-;)
new guide: user.menu_select("View|Guides and Grids|New Guide…")
toggle palettes: key(tab)
snap to guides: user.menu_select("View|Guides and Grids|Snap To Guides")
snap to selection: user.menu_select("View|Guides and Grids|Snap To Selection")
snap to grid: user.menu_select("View|Guides and Grids|Snap To Grid")
snap to shapes: user.menu_select("View|Guides and Grids|Snap To Shapes")
snap to layers: user.menu_select("View|Guides and Grids|Snap To Layers")
snap to canvas: user.menu_select("View|Guides and Grids|Snap To Canvas")
one hundred percent: edit.zoom_reset()
two hundred percent: key(cmd-2)
four hundred percent: key(cmd-3)
eight hundred percent: key(cmd-4)
fifty percent: key(cmd-5)
please [<user.text>]:
key(cmd-shift-o)
insert(user.text or "")
canvas: user.menu_select('Image|Resize Canvas…')
send backward: user.menu_select('Layer|Send Backward')
send to back: user.menu_select('Layer|Send to Back')
bring forward: user.menu_select('Layer|Bring Forward')
bring to front: user.menu_select('Layer|Bring to Front')