-
Notifications
You must be signed in to change notification settings - Fork 0
/
figma.talon
102 lines (79 loc) · 2 KB
/
figma.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
101
102
app.name: Figma
-
settings():
key_hold = 20
next: key(tab)
previous: key(shift-tab)
forward: key(n)
back: key(shift-n)
last plugin: key(ctrl-p)
hide: key(ctrl-shift-h)
double: key(ctrl-d)
duplicate: key(ctrl-d)
replace: key(ctrl-shift-r)
link: key(ctrl-l)
reset: key(ctrl-alt-/)
collapse: key(alt-l)
command: key(ctrl-p)
comments: key(c)
edit: key(v)
; Select & Deselect
;select-all: key(ctrl-a)
;deselect-all: key(ctrl-shift-a)
parent: key(\)
;deep-select: key(enter) ; This may need adjustment based on specific usage
; Layer Management
;toggle-visibility
zero: key(ctrl-shift-h)
;toggle-lock: key(ctrl-shift-l)
;group: key(ctrl-g)
ungroup: key(ctrl-shift-g)
;duplicate: key(ctrl-d)
north: key(ctrl-])
south: key(ctrl-[)
;move-top: key(ctrl-shift-])
;move-bottom: key(ctrl-shift-[)
rename: key(ctrl-r)
; Zoom & View Navigation
more: key(ctrl-+)
less: key(ctrl--)
see: key(shift-1)
show:
key(v)
key(shift-2)
focus:
key(v)
key(shift-2)
;pan: key(space)
;center-view: key(ctrl-3)
;toggle-ui: key(ctrl-\)
; Component & Frame Management
create component: key(ctrl-alt-k)
detach: key(ctrl-alt-b)
origin: key(ctrl-alt-g)
;swap-instance: key(alt-/)
;place-instance: key(ctrl-alt-i)
;frame-selection: key(ctrl-alt-g) ; Frames selection might overlap with create-component
;unframe-selection: key(ctrl-shift-g) ; Unframing may not be a default shortcut
;resize-frame: key(ctrl-alt-shift-r) ; This command might need adjustment
; Text & Object Editing
;edit-text: key(enter)
;bold-text: key(ctrl-b)
;italicize-text: key(ctrl-i)
;underline-text: key(ctrl-u)
;align-left: key(ctrl-shift-l)
;align-right: key(ctrl-shift-r)
;align-center: key(ctrl-shift-c)
; Other Commands
;pixel-preview: key(ctrl-alt-y)
;toggle-grid: key(ctrl-g)
; General Shortcuts
;undo: key(ctrl-z)
;redo: key(ctrl-shift-z)
;cut: key(ctrl-x)
;copy: key(ctrl-c)
;paste: key(ctrl-v)
;paste-in-place: key(ctrl-alt-v)
;save: key(ctrl-s)
;search-quick-actions: key(ctrl-/)
;toggle-rulers: key(shift-r)