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

Commit beeae8e

Browse files
committed
Revert "[[ Bug 19940 ]] Fix key naming inconsistency"
This reverts commit f3f42db.
1 parent f3f42db commit beeae8e

3 files changed

Lines changed: 6 additions & 12 deletions

File tree

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

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

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

6867
You will see the title of the stack change after you set the property.
6968
action
@@ -129,8 +128,7 @@ action
129128
end step
130129

131130
step "Set button name"
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.
131+
Set the 'Name' property of the button to "Say Hello" and press 'Enter'. You will see the Name appear on the button.
134132
action
135133
highlight property "name" of section "Basic"
136134
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: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ 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 the
117-
<Return> key.
116+
Set the 'Title' of the stack to "To Do List" and press Enter.
118117
action
119118
highlight property "title" of section "basic"
120119
wait until the title of stack "Mainstack" is "To Do List"
@@ -182,8 +181,7 @@ step "Set add name"
182181
use short, unique, descriptive names to make it easier when we start writing
183182
code.
184183

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

252-
Set the name of the field to "TaskList" and press the <Return> key.
250+
Set the name of the field to "TaskList" and press Enter.
253251
action
254252
highlight property "name" of section "Basic"
255253
wait until the name of field "taskList" is "TaskList"
@@ -453,8 +451,7 @@ action
453451
end step
454452

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

notes/bugfix-19940.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)