Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit f3f42db

Browse files
committed
[[ Bug 19940 ]] Fix key naming inconsistency
1 parent 7e50e45 commit f3f42db

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

Toolset/palettes/tutorial/courses/First Run/tutorials/Hello World/lessons/App Lesson.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ action
6262
end step
6363

6464
step "Set Stack Title"
65-
Set the 'Title' property of the stack to "Hello World" and press 'Enter'.
65+
Set the 'Title' property of the stack to "Hello World" and press
66+
the <Return> key.
6667

6768
You will see the title of the stack change after you set the property.
6869
action
@@ -128,7 +129,8 @@ action
128129
end step
129130

130131
step "Set button name"
131-
Set the 'Name' property of the button to "Say Hello" and press 'Enter'. You will see the Name appear on the button.
132+
Set the 'Name' property of the button to "Say Hello" and press
133+
the <Return> key. You will see the Name appear on the button.
132134
action
133135
highlight property "name" of section "Basic"
134136
wait until the name of button "Hello" is "Say Hello"

Toolset/palettes/tutorial/courses/First Run/tutorials/To Do List/lessons/App Lesson.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ step "Set Stack Title"
113113
The first property we will set is the 'Title' of the stack. You will see the
114114
title of the stack change after you set the property.
115115

116-
Set the 'Title' of the stack to "To Do List" and press Enter.
116+
Set the 'Title' of the stack to "To Do List" and press the
117+
<Return> key.
117118
action
118119
highlight property "title" of section "basic"
119120
wait until the title of stack "Mainstack" is "To Do List"
@@ -181,7 +182,8 @@ step "Set add name"
181182
use short, unique, descriptive names to make it easier when we start writing
182183
code.
183184

184-
Set the name property of the SVG Icon to "Add" and press Enter.
185+
Set the name property of the SVG Icon to "Add" and press the
186+
<Return> key.
185187
action
186188
highlight property "name" of section "Basic"
187189
wait until the name of widget "add" is "Add"
@@ -247,7 +249,7 @@ step "Set task list name"
247249
Again, we want to give the field a short descriptive name to make things
248250
easier when we write code.
249251

250-
Set the name of the field to "TaskList" and press Enter.
252+
Set the name of the field to "TaskList" and press the <Return> key.
251253
action
252254
highlight property "name" of section "Basic"
253255
wait until the name of field "taskList" is "TaskList"
@@ -451,7 +453,8 @@ action
451453
end step
452454

453455
step "Set delete name"
454-
Set the name property of the SVG Icon to "Delete" and press Enter.
456+
Set the name property of the SVG Icon to "Delete" and press the
457+
<Return> key.
455458
action
456459
highlight property "name" of section "Basic"
457460
wait until the name of widget "delete" is "Delete"

notes/bugfix-19940.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Always use Return key in tutorial instructions instead of Enter key.

0 commit comments

Comments
 (0)