File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
cursorless-talon/src/cheatsheet/sections
packages/cheatsheet/src/lib/sampleSpokenFormInfos Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def get_modifiers():
6464 "variations" : [
6565 {
6666 "spokenForm" : complex_modifiers ["extendThroughStartOf" ],
67- "description" : "Extend through start of line" ,
67+ "description" : "Extend through start of line/pair " ,
6868 },
6969 {
7070 "spokenForm" : f"{ complex_modifiers ['extendThroughStartOf' ]} <modifier>" ,
@@ -78,7 +78,7 @@ def get_modifiers():
7878 "variations" : [
7979 {
8080 "spokenForm" : complex_modifiers ["extendThroughEndOf" ],
81- "description" : "Extend through end of line" ,
81+ "description" : "Extend through end of line/pair " ,
8282 },
8383 {
8484 "spokenForm" : f"{ complex_modifiers ['extendThroughEndOf' ]} <modifier>" ,
Original file line number Diff line number Diff line change 796796 "variations" : [
797797 {
798798 "spokenForm" : " tail" ,
799- "description" : " Extend through end of line"
799+ "description" : " Extend through end of line/pair "
800800 },
801801 {
802802 "spokenForm" : " tail <modifier>" ,
810810 "variations" : [
811811 {
812812 "spokenForm" : " head" ,
813- "description" : " Extend through start of line"
813+ "description" : " Extend through start of line/pair "
814814 },
815815 {
816816 "spokenForm" : " head <modifier>" ,
You can’t perform that action at this time.
0 commit comments