forked from talonhub/community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
random_mac.talon
57 lines (46 loc) · 1.39 KB
/
random_mac.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
os: mac
-
(home row | homer): key(cmd-shift-space)
mat command:
user.switcher_focus('matlab')
key(cmd-0)
mat editor:
user.switcher_focus('matlab')
key(cmd-shift-0)
code edit <user.system_path>:
user.switcher_focus('terminal')
sleep(150ms)
insert("code " + system_path)
key(enter)
cursor edit <user.system_path>:
user.switcher_focus('terminal')
sleep(150ms)
insert("cursor " + system_path)
key(enter)
install library: insert("C:/Users/rebec/mne-python/1.8.0_0/python.exe -m pip install bycycle")
upgrade library: insert("C:/Users/rebec/mne-python/1.8.0_0/python.exe -m pip install --upgrade bycycle")
activate conda: insert("/Users/rebec/mne-python/1.8.0_0/Scripts/activate")
# System Navigation Commands
tab move: key(ctrl-f7)
keyboard access: key(ctrl-f1)
menu focus: key(ctrl-shift-cmd-m)
window next: key(ctrl-f4)
dock focus: key(ctrl-f3)
toolbar focus: key(ctrl-f5)
float focus: key(ctrl-f6)
status focus: key(ctrl-f8)
show menu: key(ctrl-.)
# Password Manager Commands
password manager: key(shift-cmd-x)
password lock: key(shift-cmd-l)
# Speechify Commands
speech start: key(alt-5)
speech screenshot: key(ctrl-cmd-r)
speech play: key(alt-q)
speech play alt: key(alt-a)
speech save: key(alt-s)
# Dark Mode Commands
dark mode toggle: key(alt-4)
dark mode whitelist: key(shift-cmd-e)
# Add to Library Commands
(add to library | Zotero save): key(shift-cmd-s)