-
-
Notifications
You must be signed in to change notification settings - Fork 94
Expand file tree
/
Copy pathcursorless_dev.talon
More file actions
39 lines (33 loc) · 1.55 KB
/
Copy pathcursorless_dev.talon
File metadata and controls
39 lines (33 loc) · 1.55 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
mode: command
mode: user.cursorless_spoken_form_test
tag: user.cursorless
-
# Activate this if you want the default Cursorless vocabulary
# tag(): user.cursorless_default_vocabulary
{user.cursorless_homophone} record:
user.run_rpc_command("cursorless.recordTestCase")
{user.cursorless_homophone} record one:
user.run_rpc_command("cursorless.recordOneTestCaseThenPause")
{user.cursorless_homophone} record scope:
user.run_rpc_command("cursorless.recordScopeTests.showUnimplementedFacets")
{user.cursorless_homophone} save scope:
user.run_rpc_command("cursorless.recordScopeTests.saveActiveDocument")
{user.cursorless_homophone} pause:
user.run_rpc_command("cursorless.pauseRecording")
{user.cursorless_homophone} resume:
user.run_rpc_command("cursorless.resumeRecording")
{user.cursorless_homophone} record navigation:
user.private_cursorless_record_navigation_test()
{user.cursorless_homophone} record error:
user.private_cursorless_record_error_test()
{user.cursorless_homophone} record highlights:
user.private_cursorless_record_highlights_test()
{user.cursorless_homophone} record that mark:
user.private_cursorless_record_that_mark_test()
{user.cursorless_homophone} record silent: user.cursorless_record_silent_test()
{user.cursorless_homophone} update cheatsheet:
user.private_cursorless_cheat_sheet_update_json()
test snip make <user.cursorless_target>:
user.private_cursorless_make_snippet_test(cursorless_target)
parse tree <user.cursorless_target>:
user.cursorless_command("private.showParseTree", cursorless_target)