forked from AndrewDant/andrew_talon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.txt
More file actions
54 lines (34 loc) · 1.37 KB
/
Copy pathnotes.txt
File metadata and controls
54 lines (34 loc) · 1.37 KB
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
voice data set id: eecf2756-6f04-48b0-b617-e8c5b3b20dde
make a formatter for constants
make a list for zero to ten: zeroTenSet
useful for captures
good practice
ui.active_app()
events.tail()
actions.find("")
press a key repeatedly
key(name:5)
action to repeat the last line only
repeat()
# look this up to improve screen spots
draw_list_commands(
the Job class is only used to return to cron in order to cancel that job
#to edit the tobii's head movement velocity:
from talon_plugins import eye_mouse
from talon.types import Point2d
eye_mouse.config.velocity = Point2d(150, 225)
# voice command to open the talon repl
talon open rebel
# could write commands to jump to specific known folders or webpages
# hunt all to search everywhere in vscode
# try vimium for better chrome browsing
# slap is go to end of line then enter, not just press enter
# I confirmed that breathing out is sometimes mistaken as a hiss
# list of application names (from talon's point of view)
registry.lists['user.launch'][-1].keys()
# you can use the repl to get help
>>> from talon import imgui
>>> help(imgui.open)
# ! I should make better commands for focusing the things I use most, i.e. 'coder' for vscode
# 'help scope' for active scope information, i.e. modes, tags, etc
# 'ship' for upper case letters, 'sink' to then switch to lower case again. i.e. "ship sit drum each sink soap" -> IDEs