forked from AndrewDant/andrew_talon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglobal.talon
More file actions
55 lines (31 loc) · 959 Bytes
/
Copy pathglobal.talon
File metadata and controls
55 lines (31 loc) · 959 Bytes
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
paste plain: key("ctrl-shift-v")
screen snippet: key("super-shift-s")
show desktop: key("super-d")
pop: key("space")
<number_small> o'clock: insert("{number_small}:00")
<user.thing_length>: core.repeat_command(thing_length)
^go to sleep [<phrase>]$: speech.disable()
key(shift-alt-8): speech.toggle()
# experimental from online suggestions
coalpop: insert(": ")
compop: insert(", ")
nope: edit.undo()
nozzle: insert("knausj")
google that: key(ctrl-g)
# still a work in progress, would like it to open this workspace
talon launch config:
user.system_command_nb("code ~/.talon/user")
laser [vision]:
user.mouse_toggle_control_mouse()
stop:
user.toggle_freeze()
clipboard: key("super-v")
# TODO make this also disable talon?
mute me: key(ctrl-shift-m)
semi: key(;)
mute discord: key(ctrl-shift-m)
toad: insert('TODO ')
double equals: insert('==')
triple equals: insert('===')
focus next: key(alt-tab)
my name: insert('Andrew Dant')