More renaming. Hopefully fixed version number.
This commit is contained in:
@@ -18,12 +18,12 @@ sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("k"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"1. k for next link",
|
||||
["BRAILLE LINE: ' Welcome to Orca'",
|
||||
" VISIBLE: ' Welcome to Orca', cursor=2",
|
||||
"BRAILLE LINE: ' Welcome to Orca'",
|
||||
" VISIBLE: ' Welcome to Orca', cursor=2",
|
||||
"SPEECH OUTPUT: 'Welcome to Orca",
|
||||
"Introducing the Orca screen reader",
|
||||
["BRAILLE LINE: ' Welcome to Cthulhu'",
|
||||
" VISIBLE: ' Welcome to Cthulhu', cursor=2",
|
||||
"BRAILLE LINE: ' Welcome to Cthulhu'",
|
||||
" VISIBLE: ' Welcome to Cthulhu', cursor=2",
|
||||
"SPEECH OUTPUT: 'Welcome to Cthulhu",
|
||||
"Introducing the Cthulhu screen reader",
|
||||
" link'"]))
|
||||
|
||||
sequence.append(KeyComboAction("Return"))
|
||||
@@ -33,51 +33,51 @@ sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("p"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"2. p for next paragraph",
|
||||
["BRAILLE LINE: ' Orca is a free, open source, flexible, and extensible screen reader that provides access to the graphical desktop via speech and refreshable braille.'",
|
||||
" VISIBLE: 'Orca is a free, open source, fle', cursor=1",
|
||||
"BRAILLE LINE: ' Orca is a free, open source, flexible, and extensible screen reader that provides access to the graphical desktop via speech and refreshable braille.'",
|
||||
" VISIBLE: 'Orca is a free, open source, fle', cursor=1",
|
||||
"SPEECH OUTPUT: 'Orca is a free, open source, flexible, and extensible screen reader that provides access to the graphical desktop via speech and refreshable braille.'"]))
|
||||
["BRAILLE LINE: ' Cthulhu is a free, open source, flexible, and extensible screen reader that provides access to the graphical desktop via speech and refreshable braille.'",
|
||||
" VISIBLE: 'Cthulhu is a free, open source, fle', cursor=1",
|
||||
"BRAILLE LINE: ' Cthulhu is a free, open source, flexible, and extensible screen reader that provides access to the graphical desktop via speech and refreshable braille.'",
|
||||
" VISIBLE: 'Cthulhu is a free, open source, fle', cursor=1",
|
||||
"SPEECH OUTPUT: 'Cthulhu is a free, open source, flexible, and extensible screen reader that provides access to the graphical desktop via speech and refreshable braille.'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("p"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"3. p for next paragraph",
|
||||
["BRAILLE LINE: ' Orca works with applications and toolkits that support the Assistive Technology Service Provider Interface (AT-SPI), which is the primary assistive technology infrastructure for Linux and Solaris. Applications and toolkits supporting the AT-SPI include the GNOME Gtk+ toolkit, the Java platform's Swing toolkit, LibreOffice, Gecko, and WebKitGtk. AT-SPI support for the KDE Qt toolkit is being pursued.'",
|
||||
" VISIBLE: 'Orca works with applications and', cursor=1",
|
||||
"BRAILLE LINE: ' Orca works with applications and toolkits that support the Assistive Technology Service Provider Interface (AT-SPI), which is the primary assistive technology infrastructure for Linux and Solaris. Applications and toolkits supporting the AT-SPI include the GNOME Gtk+ toolkit, the Java platform's Swing toolkit, LibreOffice, Gecko, and WebKitGtk. AT-SPI support for the KDE Qt toolkit is being pursued.'",
|
||||
" VISIBLE: 'Orca works with applications and', cursor=1",
|
||||
"SPEECH OUTPUT: 'Orca works with applications and toolkits that support the Assistive Technology Service Provider Interface (AT-SPI), which is the primary assistive technology infrastructure for Linux and Solaris. Applications and toolkits supporting the AT-SPI include the GNOME Gtk+ toolkit, the Java platform's Swing toolkit, LibreOffice, Gecko, and WebKitGtk. AT-SPI support for the KDE Qt toolkit is being pursued.'"]))
|
||||
["BRAILLE LINE: ' Cthulhu works with applications and toolkits that support the Assistive Technology Service Provider Interface (AT-SPI), which is the primary assistive technology infrastructure for Linux and Solaris. Applications and toolkits supporting the AT-SPI include the GNOME Gtk+ toolkit, the Java platform's Swing toolkit, LibreOffice, Gecko, and WebKitGtk. AT-SPI support for the KDE Qt toolkit is being pursued.'",
|
||||
" VISIBLE: 'Cthulhu works with applications and', cursor=1",
|
||||
"BRAILLE LINE: ' Cthulhu works with applications and toolkits that support the Assistive Technology Service Provider Interface (AT-SPI), which is the primary assistive technology infrastructure for Linux and Solaris. Applications and toolkits supporting the AT-SPI include the GNOME Gtk+ toolkit, the Java platform's Swing toolkit, LibreOffice, Gecko, and WebKitGtk. AT-SPI support for the KDE Qt toolkit is being pursued.'",
|
||||
" VISIBLE: 'Cthulhu works with applications and', cursor=1",
|
||||
"SPEECH OUTPUT: 'Cthulhu works with applications and toolkits that support the Assistive Technology Service Provider Interface (AT-SPI), which is the primary assistive technology infrastructure for Linux and Solaris. Applications and toolkits supporting the AT-SPI include the GNOME Gtk+ toolkit, the Java platform's Swing toolkit, LibreOffice, Gecko, and WebKitGtk. AT-SPI support for the KDE Qt toolkit is being pursued.'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("p"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"4. p for next paragraph",
|
||||
["BRAILLE LINE: ' To launch Orca:'",
|
||||
" VISIBLE: ' To launch Orca:', cursor=2",
|
||||
"BRAILLE LINE: ' To launch Orca:'",
|
||||
" VISIBLE: ' To launch Orca:', cursor=2",
|
||||
"SPEECH OUTPUT: 'To launch Orca:'"]))
|
||||
["BRAILLE LINE: ' To launch Cthulhu:'",
|
||||
" VISIBLE: ' To launch Cthulhu:', cursor=2",
|
||||
"BRAILLE LINE: ' To launch Cthulhu:'",
|
||||
" VISIBLE: ' To launch Cthulhu:', cursor=2",
|
||||
"SPEECH OUTPUT: 'To launch Cthulhu:'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("p"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"5. p for next paragraph",
|
||||
["BRAILLE LINE: ' The method for configuring Orca to be launched automatically as your preferred screen reader will depend upon which desktop environment you use. For instance, in GNOME 3.x this option can be found in the Universal Access Control Center panel on the Seeing page.'",
|
||||
" VISIBLE: 'The method for configuring Orca ', cursor=1",
|
||||
"BRAILLE LINE: ' The method for configuring Orca to be launched automatically as your preferred screen reader will depend upon which desktop environment you use. For instance, in GNOME 3.x this option can be found in the Universal Access Control Center panel on the Seeing page.'",
|
||||
" VISIBLE: 'The method for configuring Orca ', cursor=1",
|
||||
"SPEECH OUTPUT: 'The method for configuring Orca to be launched automatically as your preferred screen reader will depend upon which desktop environment you use. For instance, in GNOME 3.x this option can be found in the Universal Access Control Center panel on the Seeing page.'"]))
|
||||
["BRAILLE LINE: ' The method for configuring Cthulhu to be launched automatically as your preferred screen reader will depend upon which desktop environment you use. For instance, in GNOME 3.x this option can be found in the Universal Access Control Center panel on the Seeing page.'",
|
||||
" VISIBLE: 'The method for configuring Cthulhu ', cursor=1",
|
||||
"BRAILLE LINE: ' The method for configuring Cthulhu to be launched automatically as your preferred screen reader will depend upon which desktop environment you use. For instance, in GNOME 3.x this option can be found in the Universal Access Control Center panel on the Seeing page.'",
|
||||
" VISIBLE: 'The method for configuring Cthulhu ', cursor=1",
|
||||
"SPEECH OUTPUT: 'The method for configuring Cthulhu to be launched automatically as your preferred screen reader will depend upon which desktop environment you use. For instance, in GNOME 3.x this option can be found in the Universal Access Control Center panel on the Seeing page.'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("p"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"6. p for next paragraph",
|
||||
["BRAILLE LINE: ' To toggle Orca on and off in GNOME, press Super+Alt+S.'",
|
||||
" VISIBLE: 'To toggle Orca on and off in GNO', cursor=1",
|
||||
"BRAILLE LINE: ' To toggle Orca on and off in GNOME, press Super+Alt+S.'",
|
||||
" VISIBLE: 'To toggle Orca on and off in GNO', cursor=1",
|
||||
"SPEECH OUTPUT: 'To toggle Orca on and off in GNOME, press Super+Alt+S.'"]))
|
||||
["BRAILLE LINE: ' To toggle Cthulhu on and off in GNOME, press Super+Alt+S.'",
|
||||
" VISIBLE: 'To toggle Cthulhu on and off in GNO', cursor=1",
|
||||
"BRAILLE LINE: ' To toggle Cthulhu on and off in GNOME, press Super+Alt+S.'",
|
||||
" VISIBLE: 'To toggle Cthulhu on and off in GNO', cursor=1",
|
||||
"SPEECH OUTPUT: 'To toggle Cthulhu on and off in GNOME, press Super+Alt+S.'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("p"))
|
||||
@@ -93,51 +93,51 @@ sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("<Shift>p"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"8. shift+p for previous paragraph",
|
||||
["BRAILLE LINE: ' To toggle Orca on and off in GNOME, press Super+Alt+S.'",
|
||||
" VISIBLE: 'To toggle Orca on and off in GNO', cursor=1",
|
||||
"BRAILLE LINE: ' To toggle Orca on and off in GNOME, press Super+Alt+S.'",
|
||||
" VISIBLE: 'To toggle Orca on and off in GNO', cursor=1",
|
||||
"SPEECH OUTPUT: 'To toggle Orca on and off in GNOME, press Super+Alt+S.'"]))
|
||||
["BRAILLE LINE: ' To toggle Cthulhu on and off in GNOME, press Super+Alt+S.'",
|
||||
" VISIBLE: 'To toggle Cthulhu on and off in GNO', cursor=1",
|
||||
"BRAILLE LINE: ' To toggle Cthulhu on and off in GNOME, press Super+Alt+S.'",
|
||||
" VISIBLE: 'To toggle Cthulhu on and off in GNO', cursor=1",
|
||||
"SPEECH OUTPUT: 'To toggle Cthulhu on and off in GNOME, press Super+Alt+S.'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("<Shift>p"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"9. shift+p for previous paragraph",
|
||||
["BRAILLE LINE: ' The method for configuring Orca to be launched automatically as your preferred screen reader will depend upon which desktop environment you use. For instance, in GNOME 3.x this option can be found in the Universal Access Control Center panel on the Seeing page.'",
|
||||
" VISIBLE: 'The method for configuring Orca ', cursor=1",
|
||||
"BRAILLE LINE: ' The method for configuring Orca to be launched automatically as your preferred screen reader will depend upon which desktop environment you use. For instance, in GNOME 3.x this option can be found in the Universal Access Control Center panel on the Seeing page.'",
|
||||
" VISIBLE: 'The method for configuring Orca ', cursor=1",
|
||||
"SPEECH OUTPUT: 'The method for configuring Orca to be launched automatically as your preferred screen reader will depend upon which desktop environment you use. For instance, in GNOME 3.x this option can be found in the Universal Access Control Center panel on the Seeing page.'"]))
|
||||
["BRAILLE LINE: ' The method for configuring Cthulhu to be launched automatically as your preferred screen reader will depend upon which desktop environment you use. For instance, in GNOME 3.x this option can be found in the Universal Access Control Center panel on the Seeing page.'",
|
||||
" VISIBLE: 'The method for configuring Cthulhu ', cursor=1",
|
||||
"BRAILLE LINE: ' The method for configuring Cthulhu to be launched automatically as your preferred screen reader will depend upon which desktop environment you use. For instance, in GNOME 3.x this option can be found in the Universal Access Control Center panel on the Seeing page.'",
|
||||
" VISIBLE: 'The method for configuring Cthulhu ', cursor=1",
|
||||
"SPEECH OUTPUT: 'The method for configuring Cthulhu to be launched automatically as your preferred screen reader will depend upon which desktop environment you use. For instance, in GNOME 3.x this option can be found in the Universal Access Control Center panel on the Seeing page.'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("<Shift>p"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"10. shift+p for previous paragraph",
|
||||
["BRAILLE LINE: ' To launch Orca:'",
|
||||
" VISIBLE: ' To launch Orca:', cursor=2",
|
||||
"BRAILLE LINE: ' To launch Orca:'",
|
||||
" VISIBLE: ' To launch Orca:', cursor=2",
|
||||
"SPEECH OUTPUT: 'To launch Orca:'"]))
|
||||
["BRAILLE LINE: ' To launch Cthulhu:'",
|
||||
" VISIBLE: ' To launch Cthulhu:', cursor=2",
|
||||
"BRAILLE LINE: ' To launch Cthulhu:'",
|
||||
" VISIBLE: ' To launch Cthulhu:', cursor=2",
|
||||
"SPEECH OUTPUT: 'To launch Cthulhu:'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("<Shift>p"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"11. shift+p for previous paragraph",
|
||||
["BRAILLE LINE: ' Orca works with applications and toolkits that support the Assistive Technology Service Provider Interface (AT-SPI), which is the primary assistive technology infrastructure for Linux and Solaris. Applications and toolkits supporting the AT-SPI include the GNOME Gtk+ toolkit, the Java platform's Swing toolkit, LibreOffice, Gecko, and WebKitGtk. AT-SPI support for the KDE Qt toolkit is being pursued.'",
|
||||
" VISIBLE: 'Orca works with applications and', cursor=1",
|
||||
"BRAILLE LINE: ' Orca works with applications and toolkits that support the Assistive Technology Service Provider Interface (AT-SPI), which is the primary assistive technology infrastructure for Linux and Solaris. Applications and toolkits supporting the AT-SPI include the GNOME Gtk+ toolkit, the Java platform's Swing toolkit, LibreOffice, Gecko, and WebKitGtk. AT-SPI support for the KDE Qt toolkit is being pursued.'",
|
||||
" VISIBLE: 'Orca works with applications and', cursor=1",
|
||||
"SPEECH OUTPUT: 'Orca works with applications and toolkits that support the Assistive Technology Service Provider Interface (AT-SPI), which is the primary assistive technology infrastructure for Linux and Solaris. Applications and toolkits supporting the AT-SPI include the GNOME Gtk+ toolkit, the Java platform's Swing toolkit, LibreOffice, Gecko, and WebKitGtk. AT-SPI support for the KDE Qt toolkit is being pursued.'"]))
|
||||
["BRAILLE LINE: ' Cthulhu works with applications and toolkits that support the Assistive Technology Service Provider Interface (AT-SPI), which is the primary assistive technology infrastructure for Linux and Solaris. Applications and toolkits supporting the AT-SPI include the GNOME Gtk+ toolkit, the Java platform's Swing toolkit, LibreOffice, Gecko, and WebKitGtk. AT-SPI support for the KDE Qt toolkit is being pursued.'",
|
||||
" VISIBLE: 'Cthulhu works with applications and', cursor=1",
|
||||
"BRAILLE LINE: ' Cthulhu works with applications and toolkits that support the Assistive Technology Service Provider Interface (AT-SPI), which is the primary assistive technology infrastructure for Linux and Solaris. Applications and toolkits supporting the AT-SPI include the GNOME Gtk+ toolkit, the Java platform's Swing toolkit, LibreOffice, Gecko, and WebKitGtk. AT-SPI support for the KDE Qt toolkit is being pursued.'",
|
||||
" VISIBLE: 'Cthulhu works with applications and', cursor=1",
|
||||
"SPEECH OUTPUT: 'Cthulhu works with applications and toolkits that support the Assistive Technology Service Provider Interface (AT-SPI), which is the primary assistive technology infrastructure for Linux and Solaris. Applications and toolkits supporting the AT-SPI include the GNOME Gtk+ toolkit, the Java platform's Swing toolkit, LibreOffice, Gecko, and WebKitGtk. AT-SPI support for the KDE Qt toolkit is being pursued.'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("<Shift>p"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"12. shift+p for previous paragraph",
|
||||
["BRAILLE LINE: ' Orca is a free, open source, flexible, and extensible screen reader that provides access to the graphical desktop via speech and refreshable braille.'",
|
||||
" VISIBLE: 'Orca is a free, open source, fle', cursor=1",
|
||||
"BRAILLE LINE: ' Orca is a free, open source, flexible, and extensible screen reader that provides access to the graphical desktop via speech and refreshable braille.'",
|
||||
" VISIBLE: 'Orca is a free, open source, fle', cursor=1",
|
||||
"SPEECH OUTPUT: 'Orca is a free, open source, flexible, and extensible screen reader that provides access to the graphical desktop via speech and refreshable braille.'"]))
|
||||
["BRAILLE LINE: ' Cthulhu is a free, open source, flexible, and extensible screen reader that provides access to the graphical desktop via speech and refreshable braille.'",
|
||||
" VISIBLE: 'Cthulhu is a free, open source, fle', cursor=1",
|
||||
"BRAILLE LINE: ' Cthulhu is a free, open source, flexible, and extensible screen reader that provides access to the graphical desktop via speech and refreshable braille.'",
|
||||
" VISIBLE: 'Cthulhu is a free, open source, fle', cursor=1",
|
||||
"SPEECH OUTPUT: 'Cthulhu is a free, open source, flexible, and extensible screen reader that provides access to the graphical desktop via speech and refreshable braille.'"]))
|
||||
|
||||
sequence.append(KeyComboAction("<Alt>F4"))
|
||||
sequence.append(utils.AssertionSummaryAction())
|
||||
|
Reference in New Issue
Block a user