-
Notifications
You must be signed in to change notification settings - Fork 1
/
global.talon
65 lines (38 loc) · 1.28 KB
/
global.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
type pasting: insert(clip.text())
paste plain: key("ctrl-shift-v")
screen snippet: key("super-shift-s")
show desktop: key("super-d")
<number_small> o'clock: insert("{number_small}:00")
<user.thing_length>: core.repeat_command(thing_length)
^(go to sleep|hey there|voice off|come in|drowse) [<phrase>]$: speech.disable()
(coal pop|coalpop): insert(": ")
coalclap:
insert(":")
key(enter)
compop: insert(", ")
comclap:
insert(",")
key(enter)
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]: tracking.control_toggle()
^laser debug$: tracking.control_debug_toggle()
^laser gaze$: tracking.control_gaze_toggle()
^laser head$: tracking.control_head_toggle()
clipboard: key("super-v")
(mute|muting) [myself]: key(ctrl-shift-m)
toad: insert('TODO ')
double equals: insert('==')
triple equals: insert('===')
focus next: key(alt-tab)
teams mute: user.mute_teams_anywhere()
save (meeting|window): user.store_meeting_window()
discord mute: user.mute_discord_anywhere()
super mute: user.mute_teams_or_discord()
[open] task manager: key(ctrl-shift-escape)
then: skip()
local host <number>: insert('localhost:{number}')