More renaming. Hopefully fixed version number.

This commit is contained in:
storm
2024-10-17 10:33:20 -04:00
parent b669e9b5ae
commit 36f0ecb4e2
400 changed files with 55769 additions and 55769 deletions

View File

@ -17,38 +17,38 @@ sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("F1"))
sequence.append(utils.AssertPresentationAction(
"1. F1 for help",
["BRAILLE LINE: 'yelp application Orca Screen Reader frame'",
" VISIBLE: 'Orca Screen Reader frame', cursor=1",
"BRAILLE LINE: ' Orca's logo Orca Screen Reader h1'",
" VISIBLE: 'Orca's logo Orca Screen Reader h', cursor=1",
"BRAILLE LINE: 'Finished loading Orca Screen Reader.'",
" VISIBLE: 'Finished loading Orca Screen Rea', cursor=0",
"BRAILLE LINE: ' Orca's logo Orca Screen Reader h1'",
" VISIBLE: 'Orca's logo Orca Screen Reader h', cursor=1",
["BRAILLE LINE: 'yelp application Cthulhu Screen Reader frame'",
" VISIBLE: 'Cthulhu Screen Reader frame', cursor=1",
"BRAILLE LINE: ' Cthulhu's logo Cthulhu Screen Reader h1'",
" VISIBLE: 'Cthulhu's logo Cthulhu Screen Reader h', cursor=1",
"BRAILLE LINE: 'Finished loading Cthulhu Screen Reader.'",
" VISIBLE: 'Finished loading Cthulhu Screen Rea', cursor=0",
"BRAILLE LINE: ' Cthulhu's logo Cthulhu Screen Reader h1'",
" VISIBLE: 'Cthulhu's logo Cthulhu Screen Reader h', cursor=1",
"SPEECH OUTPUT: 'F1 '",
"SPEECH OUTPUT: 'Orca Screen Reader frame'",
"SPEECH OUTPUT: ' \ufffc link Orca Screen Reade'",
"SPEECH OUTPUT: 'Cthulhu Screen Reader frame'",
"SPEECH OUTPUT: ' \ufffc link Cthulhu Screen Reade'",
"SPEECH OUTPUT: 'heading level 1'",
"SPEECH OUTPUT: 'Before You Begin",
"'",
"SPEECH OUTPUT: 'If you are not yet familiar with the navigation commands provided by your desktop environment, you are encouraged to read that documentation first.'",
"SPEECH OUTPUT: 'Getting Started'",
"SPEECH OUTPUT: 'heading level 2'",
"SPEECH OUTPUT: 'Welcome to Orca",
"SPEECH OUTPUT: 'Welcome to Cthulhu",
" link'",
"SPEECH OUTPUT: 'Introducing the Orca screen reader",
"SPEECH OUTPUT: 'Introducing the Cthulhu screen reader",
" link'",
"SPEECH OUTPUT: 'The Orca Modifier",
"SPEECH OUTPUT: 'The Cthulhu Modifier",
" link'",
"SPEECH OUTPUT: 'A key that works like Shift, Ctrl, and Alt",
" link'",
"SPEECH OUTPUT: 'Configuration",
" link'",
"SPEECH OUTPUT: 'Setting up Orca",
"SPEECH OUTPUT: 'Setting up Cthulhu",
" link'",
"SPEECH OUTPUT: '\"Learn\" Mode",
" link'",
"SPEECH OUTPUT: 'Discovering Orca's commands",
"SPEECH OUTPUT: 'Discovering Cthulhu's commands",
" link'",
"SPEECH OUTPUT: 'Keyboard Layout",
" link'",
@ -56,7 +56,7 @@ sequence.append(utils.AssertPresentationAction(
" link'",
"SPEECH OUTPUT: 'CapsLock in Laptop Layout",
" link'",
"SPEECH OUTPUT: 'Toggling it when it is the Orca Modifier",
"SPEECH OUTPUT: 'Toggling it when it is the Cthulhu Modifier",
" link'",
"SPEECH OUTPUT: 'Keybindings",
" link'",
@ -100,7 +100,7 @@ sequence.append(utils.AssertPresentationAction(
" link'",
"SPEECH OUTPUT: 'Examining a window spatially",
" link'",
"SPEECH OUTPUT: 'Orca Find",
"SPEECH OUTPUT: 'Cthulhu Find",
" link'",
"SPEECH OUTPUT: 'Searching a window for objects",
" link'",
@ -122,7 +122,7 @@ sequence.append(utils.AssertPresentationAction(
"SPEECH OUTPUT: 'Preferences link'",
"SPEECH OUTPUT: 'About'",
"SPEECH OUTPUT: 'heading level 2'",
"SPEECH OUTPUT: 'Finished loading Orca Screen Reader.'"]))
"SPEECH OUTPUT: 'Finished loading Cthulhu Screen Reader.'"]))
sequence.append(KeyComboAction("<Alt>F4"))
sequence.append(utils.AssertionSummaryAction())