File tree Expand file tree Collapse file tree
cursorless-talon/src/cheatsheet/sections
packages/cheatsheet/src/lib/sampleSpokenFormInfos Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def get_actions() -> list[ListItemDescriptor]:
5050 ),
5151 (
5252 lambda value : f"{ value } <target>" ,
53- "Insert copy of <target> at cursor " ,
53+ "Insert copy of <target> at selection " ,
5454 ),
5555 ],
5656 "pasteFromClipboard" : [
@@ -66,7 +66,7 @@ def get_actions() -> list[ListItemDescriptor]:
6666 ),
6767 (
6868 lambda value : f"{ value } <target>" ,
69- "Move <target> to cursor position " ,
69+ "Move <target> to selection " ,
7070 ),
7171 ],
7272 "applyFormatter" : [
@@ -78,11 +78,11 @@ def get_actions() -> list[ListItemDescriptor]:
7878 "callAsFunction" : [
7979 (
8080 lambda value : f"{ value } <target>" ,
81- "Call <target> on selection" ,
81+ "Insert call to <target> on selection" ,
8282 ),
8383 (
8484 lambda value : f"{ value } <target 1> on <target 2>" ,
85- "Call <target 1> on <target 2>" ,
85+ "Insert call to <target 1> on <target 2>" ,
8686 ),
8787 ],
8888 "wrapWithPairedDelimiter" : [
Original file line number Diff line number Diff line change 6060 "variations" : [
6161 {
6262 "spokenForm" : " call <target>" ,
63- "description" : " Call <target> on selection"
63+ "description" : " Insert call to <target> on selection"
6464 },
6565 {
6666 "spokenForm" : " call <target 1> on <target 2>" ,
67- "description" : " Call <target 1> on <target 2>"
67+ "description" : " Insert call to <target 1> on <target 2>"
6868 }
6969 ]
7070 },
368368 },
369369 {
370370 "spokenForm" : " move <target>" ,
371- "description" : " Move <target> to cursor position "
371+ "description" : " Move <target> to selection "
372372 }
373373 ]
374374 },
442442 },
443443 {
444444 "spokenForm" : " bring <target>" ,
445- "description" : " Insert copy of <target> at cursor "
445+ "description" : " Insert copy of <target> at selection "
446446 }
447447 ]
448448 },
You can’t perform that action at this time.
0 commit comments