forked from talonhub/community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinder_custom.talon
43 lines (38 loc) · 933 Bytes
/
finder_custom.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
os: mac
app: finder
-
tag(): user.file_manager
tag(): user.tabs
# File and Folder Operations
folder new: key(shift-cmd-n)
file duplicate: key(cmd-d)
alias make: key(ctrl-cmd-a)
info show: key(cmd-i)
file quicklook: key(space)
preview show: key(shift-cmd-p)
disk eject: key(cmd-e)
enter: key(cmd-down)
cut paste: key(alt-cmd-v)
# Navigation
go computer: key(shift-cmd-c)
go desktop: key(shift-cmd-d)
go recents: key(shift-cmd-f)
go folder: key(shift-cmd-g)
go home: key(shift-cmd-h)
go icloud: key(shift-cmd-i)
go network: key(shift-cmd-k)
go downloads: key(alt-cmd-l)
go documents: key(shift-cmd-o)
go airdrop: key(shift-cmd-r)
# View Options
path show: key(alt-cmd-p)
sidebar show: key(alt-cmd-s)
status show: key(cmd-/)
preview show: key(shift-cmd-p)
tabs show: key(shift-cmd-t)
# Navigation History
history back: key(cmd-[)
history forward: key(cmd-])
folder up: key(cmd-up)
folder up: key(cmd-up)
folder open: key(cmd-down)